27 - Track Length Bug?
What steps will reproduce the problem?
1. Use GenerateMyLibrary.py to generate my library.
2. Some .mp3 files report incorrect length.
Please provide any additional information below.
There are some short n' sweet fanfares I want to play for quest completion, level up, battle victory - things like that. I noticed that some of them play several times over. After closer inspection, I noticed the reason was not any applicable setting, but rather Soundtrack appears to be reporting some files with lengths up to seven times longer than they actually are. Instead of playing the track once and being silent for however much longer it thinks it's supposed to play, it plays the track repeatedly until the false duration reaches its end.
That is, in Python, it reports a track's length that should be around 5 seconds as up to over 60 seconds; in the GUI, it reports this same length, and when playing the track, the progress bar for the track plays its full length, but repeats the 5-second clip for as long as it takes to reach the end of the false duration.
| User | When | Change |
|---|---|---|
| Stevyxiluss | Aug 31, 2011 at 02:00 UTC | Create |
- 1 comment
- 1 comment
Facts
- Reported
- Aug 31, 2011
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #1
Lunaqua Sep 05, 2011 at 21:04 UTC - 0 likesmp3 length has been an issue with the Python code for a while, which is why I've been working on Java implementations of GenerateMyLibrary.
If you can generate the library with GenerateMyLibraryWindows.jar, it should correct it.