You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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...
The text was updated successfully, but these errors were encountered: