Skip to content

Commit

Permalink
Version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthirian committed Feb 8, 2019
1 parent c7eed68 commit 140920b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions addon.xml
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">
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 140920b

Please sign in to comment.