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>
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.
Example w/ series:
or w/o series:
ideally, for me at least, I would structure filenames as follows...