Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#6088 closed defect (invalid)

Song progressbar 100% when playing mp3's

Reported by: mrvanes@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythmusic Version: 0.21-fixes
Severity: low Keywords:
Cc: Ticket locked: no

Description

When playing mp3's in mythmusic, the song progress bar is at 100% all of the time. Progress bar while playing a CD is correct.

Change History (5)

comment:1 Changed 15 years ago by mrvanes@…

The reason for this bug is simple: mythmusic pulls song-length from meta-data. I don't scan for meta-data when indexing (takes too much time) so I don't have song-length (length = 0 for all songs) while playing.

A straightforward fix would be to use taglib or anything that can discover songlength at playtime instead of using meta-data. A workaround is already implemented for CD playback(?), so should not be too difficult I guess.

comment:2 Changed 15 years ago by Dibblah

Resolution: invalid
Status: newclosed

Feature request without a patch. If your collection is large enough to require a long time to scan then the metadata is valuable to collect at scanning time.

comment:3 Changed 15 years ago by mrvanes@…

With all due respect I disagree this is a feature request. Disabling ID3-tag scanning is a valid option, I don't see (in a logical sense) why that should break the progress bar.

comment:4 Changed 15 years ago by anonymous

You mentioned that your solution would not be too difficult, why not submit a patch and then everyone will get what they want?

comment:5 Changed 15 years ago by mrvanes@…

I will do my best and try, but my C++/Qt knowledge is rusty/non-existing :(

Note: See TracTickets for help on using tickets.