-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audiobooks with multiple Cds (folders) #26
Comments
This is intended behavior / a known limitation. I'm not a programmer and it's hard for me to figure out how to script this correctly. I've spent a lot of time on it and the best I could do was move it into the fix folder. This is probably very simple to script but it's beyond my level. Here are the steps that need to happen:
I don't run across this too much anymore, and the few times I do I just use Bulk Rename Utility to quickly do those steps manually. |
let me show you what I do. :) Here are the steps with screenshots: Adding the filesFirst Drag and Drop the Folder that contains the CD subfolders into the App, there select "add the files" and check to "include subfolders" You will be greeted by a list of all files like this, in this case it would suffice to simply remove the leading index, but I will go though a general approach that will always work as long as the subfolders are correctly sorted by name e.g. CD1, CD2, ... (this should probably always be the case) Optionally remove the preexisting indexNext, optionally, remove the index at the start e.g. "01 - ", to do that create a new "Remove" rule But if you always have a leading zero and therefore always 5 characters, then using Regex is not necessary. Add a new index that keeps counting between foldersNow we add a "Add" Rule and specify this content: ResultAfter you added the Remove and Add rules, you should see this: Now you can go into the folder and search for I hope I didn't overwhelm you with this. 😄 |
I would like to merge an audiobook that consists of multiple folder (CD1, CD2 etc.).
I can not copy the files to one folder, because then the chapters are in the wrong order as the tracks are numbered from 1 to... in each folder.
When i try to merge the parent folder this audiobook is moved to the "fix"-folder.
Best regards,
Stefan
The text was updated successfully, but these errors were encountered: