-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
booksplit splits but doesn't tag #1195
Comments
I could reproduce this, |
I have a bigger problem. I tried .m4a .webm .opus and always get an error Invalid duration specification for ss: 00:00:00 {name of first chapter of playlist} Do I missing somthing ? |
Booksplit uses tabs rather than spaces. Replace all the spaces in the document with tabs and it'll work. |
Because the "booksplit" script does not call the script "tag" to write the data. It can be added but I am not sure Luke wants that. So I won't open a PR for that, but I can share both modified scripts here as a workaround, if you need. I have modified the scripts and improved them a little bit, and can get this result now: "tags.txt" looks like this (no tabs just space [HH:MM:SS title] )00:00:00 The Fake Economy I have also fixed this error @kmj9 mentions I think: "Invalid duration..." but the error I got at first was for the ending of the video. My modification allows the script to process the last track without specifying an end time. So you won't get an error for the last file. Instructions:
booksplit.txt Delete ".txt" and make it executable. Place it inside "~/.local/bin" Luke also says something like "I don't know why we should use -nostdin option with ffmeg." The reasons are:
|
I’ve made sure to have installed all the requirements and have mimicked and compared my results with what I see in the video where Luke demonstrates the script https://www.youtube.com/watch?v=z_CcQhbwINU.
When I run the script with the following command:
sh .local/bin/booksplit.sh audiofile.m4a timecodes.txt
It seems to split the tracks but not tag them. The result is only a directory with the album name and .opus files, each named after a track in the album. But these are not the audio files the script is supposed to output, the script seems to ignore the inputted audio file, making an incomplete execution.
The text was updated successfully, but these errors were encountered: