-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
7246781
commit c4ab59a
Showing
6 changed files
with
162 additions
and
3 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
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 +1 @@ | ||
fe8b7492171d8ca753afc4ede8a0de19 addons.xml | ||
763e7616e6807523d62fdb3892605810 addons.xml |
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
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 |
---|---|---|
@@ -0,0 +1,158 @@ | ||
1.0.3 (2019-02-06): | ||
* Fixed bug with processing movies caused by previous update | ||
|
||
1.0.2 (2019-02-05): | ||
* Implemented debug class providing better in-depth debugging | ||
* Catch division error or other exceptions on playback stop (noticed on Leia) | ||
* Turn off display on Linux supported when CEC available and cec-client installed | ||
* Option to auto close confirmation dialogs after set period | ||
* Other small fixes | ||
|
||
1.0.1 (2018-11-01): | ||
* Follow symlink when deleting files | ||
|
||
1.0.0 (2017-02-23): | ||
* Implemented exclude list. Eg. 'backup, archive' will match all paths | ||
containing backup and/or archive (matches both dirs and files). You can supply | ||
as many words or full paths as you want, as long as you separate them by comma. | ||
Matching words with comma's isn't supported. Case insensitive. | ||
|
||
0.9.9 (2017-02-10): | ||
* Added move or delete, which will first prompt to delete and if not, the move prompt appears afterwards. | ||
Confirm deleting/moving option must be enabled for this to work, otherwise it defaults to delete. | ||
* Fixed hanging progress dialog when update library is enabled | ||
|
||
0.9.8 (2016-05-13): | ||
* Move/delete subfolders (1 level deep) and files when moving/deleting movies with | ||
alternate file method or SMB/NFS shares. Standard file method (re)moves full tree (unchanged) | ||
* Remove hidden files Thumbs.db and .DS_Store if exists when deleting movies (SMB/NFS) | ||
|
||
0.9.7 (2016-04-14): | ||
* Do not move/delete duplicate copies of files not being played (ending with a number, eg '(1)') | ||
|
||
0.9.6 (2016-03-17): | ||
* Always use alternate method if source or destination is a SMB/NFS path (alternate method may be | ||
deleted in some future version) | ||
|
||
0.9.5 (2016-03-16): | ||
* Added remove from library option (full clean-up is no longer necessary) | ||
* No longer display dialogs for preserve, rating and tagging | ||
* Fixed infinite hanging when confirmation dialog delay set to 0 (default) or empty | ||
* Started splitting and cleaning up code | ||
* Renamed add-on to script.service.afterwatch in compliance with Kodi rules | ||
* Other minor fixes | ||
|
||
0.9.4 (2016-03-09): | ||
* Directory removal fix alternate file method | ||
* Added error handlers for alternate file method operations | ||
|
||
0.9.3 (2016-03-08): | ||
* Delete or move all files matching video filename minus the extension. | ||
|
||
0.9.2 (2016-03-03): | ||
* Fix for alternative file method on TV episodes when using SMB/NFS shares. | ||
|
||
0.9.1 (2016-02-16): | ||
* Removed non working functions (IMDb etc) | ||
* Rewrote functions to fix actions on SMB and NFS shares (use alternative file method) | ||
* Clean up library after moving/deleting optional | ||
* Optional confirm dialog delay, fixes interaction with other add-ons (Trakt rating dialog in my case) | ||
* Code is tested with Kodi 17 (Krypton), but should be compatible with at least Kodi 14 (Helix) | ||
* Many thanks to Pedro Pinto ([email protected]) for creating the original add-on | ||
|
||
0.9.0 (23-01-2014): | ||
* New feature: Open IMDb in browser | ||
* Bugfixes | ||
|
||
0.8.5 (17-01-2014): | ||
* Bugfixes | ||
|
||
0.8.4 (22-12-2013): | ||
* Minor changes | ||
|
||
0.8.3 (15-12-2013): | ||
* Bugfix: error starting | ||
|
||
0.8.2 (15-12-2013): | ||
* Bugfix: progress dialog not showing in frodo | ||
* Bugfix: error in preserve playcount/set tag if not in lib | ||
* Bugfix: recommended not working due to change in imdb site | ||
* Other small improvements | ||
|
||
0.8.1 (12-12-2013): | ||
* Bugfix: error when updating if progress dialog disabled | ||
|
||
0.8.0 (10-12-2013): | ||
* New feature: single folder structure for episodes | ||
* New feature: warning when deleting/moving many files | ||
* Bugfix: episodes broken | ||
* Bugfix: single folder files matching | ||
|
||
0.7.0 (03-12-2013): | ||
* New feature: preserve watched status (playcount) | ||
* New feature: set custom tag (gotham) | ||
* Improvement: separated post modules for movies/episodes | ||
* Bugfix: playcount when moving | ||
|
||
0.6.1 (29-11-2013): | ||
* Bugfix: broken addon | ||
|
||
0.6.0 (29-11-2013): | ||
* New feature: new progress bar (Gotham only) | ||
* New feature: Logoff user (post) | ||
* New feature: Show quit menu (post) | ||
* New feature: error dialogs | ||
* Improvement: rewrite progress handling, actions are divided between pre (normal) and post | ||
* Improvement: all confirm dialogs show before processing starts | ||
* Improvement: detect no internet connection when needed | ||
* Improvement: detect needed settings not setted while processing (user, pass, paths) | ||
* Other small improvements | ||
|
||
0.5.4 (12-11-2013): | ||
* Bugfix addon could not iniciate | ||
|
||
0.5.3 (06-11-2013): | ||
* Added option to set file management alternate method | ||
* Cleaned settings (please check your settings) | ||
|
||
0.5.2 (16-09-2013): | ||
* Improvements in file management, and change lib to xbmcvfs | ||
|
||
0.5.1 (08-09-2013): | ||
* Set 'assume as watched' to 100% to disable this feature (fix performance issues on slower machines) | ||
* Added option to hide progress dialog | ||
|
||
0.5.0 (02-06-2013): | ||
* Complete rewrite and bugfixing, plz check addon settings | ||
* Turn off screen (windows only) | ||
* Rate episode on library | ||
* Option to rate only library | ||
* Single progress dialog | ||
* Scan/clean library improvements | ||
* Recommendations from imdb mobile and english titles | ||
|
||
0.4.1 (26-04-2013): | ||
* Bugfix | ||
|
||
0.4.0 (26-04-2013): | ||
* People who liked this also liked | ||
* Small improvements | ||
|
||
0.3.0 (26-04-2013): | ||
* Added option to set tag with personal rating | ||
* Bugfix: Assume as watched on stop | ||
|
||
0.2.3 (25-04-2013): | ||
* Loading dialogs | ||
* Bugfix: deleting/moving folders inside folders | ||
* Bugfix: rating 1 / rating cancel | ||
* Other improvements | ||
|
||
0.2.2 (23-04-2013): | ||
* New icon and data | ||
|
||
0.2.1 (22-04-2013): | ||
* Bugfix: rating in library not set when moving | ||
|
||
0.1.0 (20-04-2013): | ||
* Initial release! |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
script.service.afterwatch/script.service.afterwatch-1.0.3.zip.md5
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
525ec4615515bcb2a277353336f294d2 script.service.afterwatch-1.0.3.zip |