forked from drewzh/xbmcfilecleaner
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ This addon has the potential to erase your entire video collection! Please make | |
|
||
Originally developed by Andrew 'drewzh' Higginson ([email protected]) | ||
|
||
The log viewer reuses artwork from Confluence, which is licensed under GPLv2. | ||
See https://raw.githubusercontent.com/xbmc/xbmc/master/LICENSE.GPL | ||
The log viewer reuses artwork from Estuary, which is licensed under Creative Commons Attribution-ShareAlike 4.0 Unported. | ||
See https://github.com/phil65/skin.estuary/blob/master/LICENSE.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.service.janitor" name="Janitor" version="4.3.2" provider-name="Anthirian, drewzh"> | ||
<addon id="script.service.janitor" name="Janitor" version="4.4.0" provider-name="Anthirian, drewzh"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.26.0" /> | ||
<import addon="xbmc.json" version="9.7.2" /> | ||
<import addon="xbmc.gui" version="5.14.0" /> | ||
</requires> | ||
<extension point="xbmc.python.script" library="default.py" /> | ||
<extension point="xbmc.service" library="service.py" start="login" /> | ||
<extension point="xbmc.service" library="service.py" /> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="en_GB">Regularly deletes old movies, TV show episodes and music videos</summary> | ||
<description lang="en_GB"> | ||
|
@@ -42,9 +42,9 @@ Cet addon à la faculté de supprimer entièrement votre collection vidéo! Assu | |
<language>en nl fr</language> | ||
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license> | ||
<source>https://github.com/Anthirian/script.service.janitor</source> | ||
<forum>http://forum.kodi.tv/showthread.php?tid=162517</forum> | ||
<website/> | ||
<email/> | ||
<forum>https://forum.kodi.tv/showthread.php?tid=162517</forum> | ||
<website>https://forum.kodi.tv/showthread.php?tid=162517</website> | ||
<email>[email protected]</email> | ||
<news> | ||
[B][I]Version 4.4.0[/I][/B] | ||
- [NEW] Leia compatibility | ||
|