-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
31 lines (26 loc) · 1.68 KB
/
addon.xml
File metadata and controls
31 lines (26 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon
id="script.filecleaner.ext"
name="XBMC File Cleaner Ext"
version="0.1.1"
provider-name="vikjon0 based on the work of drewzh"
>
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
<extension point="xbmc.python.script" library="init_gui.py"></extension>
<extension point="xbmc.service" library="default.py" start="login"></extension>
<extension point="xbmc.addon.metadata">
<language>en</language>
<summary lang="en">Regularly deletes old movie and tv files</summary>
<description lang="en">[B][I]READ BEFORE PROCEEDING[/I][/B]
This addon has the potential to wipe your entire video collection! Please make sure you understand exactly what this addon is designed to do before enabling the file deletion capabilities in the settings. I will not be held responsible for loss of data due to user error OR error in the add-on.
[B][I]MOD version[/I][/B]
Modified by vikjon0 to support delete settings per tvshow.
Be careful not changing default to delete while using settings per show. This could cause a disaster if the settings db is lost.
[B][I]DESCRIPTION[/I][/B]
This addon will automatically scan your library for watched TV shows and Movies and delete them from the file system based on numerous critia such as age, rating, free disk space, etc. All these options and more can be configured via the addon's settings. Also make sure you set the correct path to the disk you wish to check for free space, especially when you store your videos on a secondary drive or a network share.
</description>
<platform>all</platform>
</extension>
</addon>