myxdvz / booktree

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

Support creating books in their own folders #3

Closed chancez closed 2 weeks ago

chancez commented 3 weeks ago

So far this is working pretty good, but it seems that books in a given series are being grouped until a single "book" due to the fact that the files are all in the same folder. For example:

Screenshot 2024-08-22 at 1 34 25 PM

Ideally each of these books would be in their own directory, so they can be played separately. Right now all the chapters are combined making it hard to find where each book ends and starts.

myxdvz commented 2 weeks ago

This should be supported, the script assumes that each folder IS a book. In cases where the folder contains multiple books, pass the flag --multibook to treat each file as a potential book