Skip to content
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

Single MP3s in Root Folder #2

Open
slandells opened this issue Jan 19, 2022 · 1 comment
Open

Single MP3s in Root Folder #2

slandells opened this issue Jan 19, 2022 · 1 comment

Comments

@slandells
Copy link

Single MP3s in the root of the 'original' folder copy to 'mp3merge' folder but then somehow pickup the 'original' folder when checking for folders, so it creates an 'original.m4b' file.
Muiltiple MP3s from different books or the same book all get merged as chapters into one 'original.m4b' file

Is there something no working quite right causing it to pickup the top level folder, or will it always do this if the files aren't in their own folder structure inside the 'original' folder?

m4b-tool | Read the mp3 files for movement.
m4b-tool | Making a backup of the whole input/original folder.
m4b-tool | Jan 19 05:43:59 b42aa526fd3b cron[27]: (CRON) INFO (pidfile fd = 3)
m4b-tool | Jan 19 05:43:59 b42aa526fd3b cron[27]: (CRON) INFO (Running @reboot jobs)
m4b-tool | Moving Bk 1 - Ivy & Bean.mp3 to merge it.
m4b-tool | Moving all the m4b books to untagged.
m4b-tool | original/
m4b-tool | Folder Detected
m4b-tool | Sampling ./original/Bk 1 - Ivy & Bean.mp3
m4b-tool | Bitrate = 128023
m4b-tool | The folder original will be merged to /temp/untagged/original.m4b
m4b-tool | Starting Conversion
m4b-tool | Finished Converting
m4b-tool | Deleting duplicate mp3 audiobook folder
m4b-tool | Read the mp3 files for movement.
m4b-tool | Making a backup of the whole input/original folder.
m4b-tool | Moving to merge it.
m4b-tool | Moving all the m4b books to untagged.
m4b-tool | No folders detected, next run 5min...

@9Mad-Max5
Copy link
Owner

At the moment the script is designed that there is one of the following structures:
/original/Author/Book/Chapter-1.mp3
or
/original/Book/Chapter-1.mp3

As somehow the name of the book needs to be determined.
That the book is afterwards called original is obvious a bug and is caused by my method of stripping the book name.

I think I will make a quick workaround to prohibit it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants