myxdvz / booktree

Goes thru a bunch of media files and builds a tree structure
GNU General Public License v3.0
32 stars 5 forks source link

Minor dir structure changes in myx_classes.py #4

Closed tigerkzr closed 3 months ago

tigerkzr commented 3 months ago

slightly modified the getTargetPath and the functions that add in a "#" to the string. My version of dir structure is as follows... note: items in {...} are only there if they exist.

./<author>/{<series_name> <series_num> - }<title>/*** I did not make any changes for filenames yet ***

Example w/ series:

/audiobooks/Terry Pratchett/Discworld 17 - Interesting Times/Interesting Times Discworld, Book 19.m4b

or w/o series:

/audiobooks/Naxos AudioBooks/Sir Gawain & the Green Knight/Green Knight.m4b

ideally, for me at least, I would structure filenames as follows...

{<series_name> <series_num> - }<title>{ <part> of <total_parts>}.<ext>