forked from drewzh/xbmcfilecleaner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
28 lines (25 loc) · 1.48 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.filecleaner"
name="XBMC File Cleaner" version="1.3.5" provider-name="drewzh">
<requires>
<import addon="xbmc.python" version="1.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Regularly deletes old movie and tv files</summary>
<description lang="en">DANGER WILL ROBINSON!!!
=====================================
This script has the potential to wipe your entire video collection! Please make sure you understand exactly what this script is designed to do before running. I will not be held responsible for loss of data due to user error.
DESCRIPTION
=====================================
This plugin 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, disk free space etc. All these options and more can be configured via add-on settings (right click addon or press C for context menu and select 'Add-on Settings'). Also make sure you set the disk usage path before enabling if you store your videos on a secondary drive (e.g, /media/external or D:\ etc).
QUESTIONS/COMMENTS/SUGGESTIONS
=====================================
web: http://drewzh.com
email: [email protected]
</description>
<platform>all</platform>
</extension>
</addon>