This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
forked from drewzh/xbmcfilecleaner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
2 additions
and
13 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 |
---|---|---|
@@ -1,8 +1,3 @@ | ||
__ _____ __ __ ___ ___ _ _ ___ _ | ||
\ \/ / _ ) \/ |/ __| | __(_) |___ / __| |___ __ _ _ _ ___ _ _ | ||
> <| _ \ |\/| | (__ | _|| | / -_) | (__| / -_) _` | ' \/ -_) '_| | ||
/_/\_\___/_| |_|\___| |_| |_|_\___| \___|_\___\__,_|_||_\___|_| | ||
|
||
READ BEFORE PROCEEDING | ||
===================================== | ||
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. | ||
|
@@ -18,11 +13,5 @@ email: [email protected] | |
|
||
BUGS | ||
===================================== | ||
* Deleting of files does not seem to work for NFS or SMB shares at the moment. | ||
* Music videos do not have ratings, so their ratings are not being checked (Not really a bug). | ||
|
||
FUTURE IDEAS | ||
===================================== | ||
* Deleting empty directories. | ||
* Allow users to start the addon themselves using the "program addons" feature too (partially solved by Frodo, which allows launching from addon browser). | ||
* Delete files after a user-determined number of plays instead of the fixed one play. | ||
* Shared XBMC libraries have not been tested, use at your own risk! | ||
* Deleting of files does not seem to work for NFS or SMB shares at the moment. |