-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.6. Bug checks not finished.
Bug fix: Unicode characters in comic file will no longer error Folder rules are now saved Progress bar will now correctly update Change: Cancel button in Progress bar and tag selection forms Text should now reflect what mode you are using All text will now reflect when mode you are using New Features: Path to long exception is now caught and gives you the option to shorten it Better duplicate form Add age rating, file name fileformat, filepath and scan information to exclude rules options Added Age Rating and scan information tags Option to automaticly insert any of Characters, Genre, Scan Information, Tags, Teams or Writers without asking when there is only one value Option to automaticly use the selected tags, characters etc when an issue in the operation has them
- Loading branch information
Showing
14 changed files
with
1,760 additions
and
1,039 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,6 +1,6 @@ | ||
Name=Library Organizer | ||
Author=Stonepaw | ||
Version=1.4 | ||
Version=1.6 | ||
Description=A file and folder organizer with GUI that helps build you file and folder paths. | ||
Image=lopackagelogo.png | ||
KeepFiles= losettingsx.dat |
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,23 +1,19 @@ | ||
New Features: | ||
Rule Groups | ||
Rule operators less than and greater than | ||
Add option for rules matches to be excluded or the only ones to be moved | ||
Characters, Tags, Writer, Genre, Teams, Series Complete and Manga fields. | ||
Test mode. When in test mode the script will act as though the operation is working but no files or directories will be created/deleted | ||
Copy mode. Option to add copied comic to the library | ||
Library Organizer- Undo last move script. Undoes the last, and only the last, move operation. | ||
Bug fix: | ||
Unicode characters in comic file will no longer error | ||
Folder rules are now saved | ||
Progress bar will now correctly update | ||
|
||
Change: | ||
Cancel button in Progress bar and tag selection forms | ||
Text should now reflect what mode you are using | ||
All text will now reflect when mode you are using | ||
|
||
Changes: | ||
Improved rule calculating and how they are added to the UI | ||
Improved template text insertion | ||
Changed when overwriting a file to move it to the recycle bin instead of deleting permenantly | ||
|
||
|
||
Bug fixes: | ||
Fixed possible error when calculating exclude rules when a rule had been deleted and match type was all | ||
Fixed error when a rule was set to Tags | ||
Misc. other bug fixes and tweaks | ||
|
||
New Features: | ||
Path to long exception is now caught and gives you the option to shorten it | ||
Better duplicate form | ||
|
||
Add age rating, file name fileformat, filepath and scan information to exclude rules options | ||
Added Age Rating and scan information tags | ||
|
||
Option to automaticly insert any of Characters, Genre, Scan Information, Tags, Teams or Writers without asking when there is only one value | ||
Option to automaticly use the selected tags, characters etc when an issue in the operation has them |
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
Oops, something went wrong.