-
Hello,
thank you for reporting the bug.
Do you know if the input file has ID3v1 or ID3v2 ?
--
Alex.
2010-01-03 11:51:41 UTC in mp3splt
-
This explains why it only creates 18 parts.
VBR files usually contain a Xing or Info header providing the audio length.
I suppose that your file does not contain this header, thus the guessed audio length is wrong.
You might also see a wrong total time value on some players.
Try 'fixing' the file by splitting from 0 to EOF (End Of File) before using '-S':
mp3splt -d output_directory -o...
2009-12-17 22:47:34 UTC in mp3splt
-
Can you send me the total time printed by mp3splt on 'vbr.mp3' using the '-f' option ?
It should print the total time found. (e.g. Total time: 4m.05s).
Is the total time smaller than the real total time ?.
2009-12-17 22:10:37 UTC in mp3splt
-
io_alex_2004 committed revision 586 to the mp3splt SVN repository, changing 28 files.
2009-12-17 21:56:46 UTC in mp3splt
-
I have implemented an experimental version of this feature in the latest version.
You can try the testing version here:
http://ioalex.net/testing_downloads/
Usage example:
mp3splt -d output -g r%[@N=1,@t=title_@n] -t 2.0
The 'r' as the first character of the '-g' option means 'replace me the @X in the tags when found.
If the 'r' is missing, the result is like the previous...
2009-12-17 21:53:25 UTC in mp3splt
-
Thank you for the feedback.
I have implemented this feature in the latest version (split by parts in equal audio lengths).
You can try the following testing version:
http://ioalex.net/testing_downloads/
Usage examples:
mp3splt -d output_directory -o file_@n -S 4 input_file.mp3
--
Alex.
2009-12-17 21:16:52 UTC in mp3splt
-
Thank you for the feedback.
I agree, this is very annoying.
I have disabled the progress indicator when using '-q' starting version 2.2.8.
You can try with the latest testing version:
http://ioalex.net/testing_downloads/
--
Alex.
2009-12-17 21:07:33 UTC in mp3splt
-
Thank you for reporting the bug.
I have fixed this issue in the latest development version.
Can you please try this testing version:
http://ioalex.net/testing_downloads
?
--
Alex.
2009-12-17 21:00:52 UTC in mp3splt
-
io_alex_2004 committed revision 585 to the mp3splt SVN repository, changing 4 files.
2009-12-16 23:31:20 UTC in mp3splt
-
io_alex_2004 committed revision 584 to the mp3splt SVN repository, changing 1 files.
2009-12-16 23:21:32 UTC in mp3splt