Originally created by: swiftscy... (code.google.com)@gmail.com
What steps will reproduce the problem?
1. I used a comment in an ogg-vorbis file to rate it (★★★)
2. Customized the playlist format to: %p - %t %if(%c,- %c,)
3. Play a file with a comment
What is the expected output? What do you see instead?
The comments of a track disappear from the playlist when that track is
played. Also in console, it says the file has no comments:
===== metadata ======
ARTIST = Art Brut
TITLE = Jealous Guy
ALBUM = It's a Bit Complicated
COMMENT =
GENRE = Indie Rock
YEAR = 2007
TRACK = 11
== end of metadata ==
And, in fact, it should be:
===== metadata ======
ARTIST = Art Brut
TITLE = Jealous Guy
ALBUM = It's a Bit Complicated
COMMENT = ★★★★★
GENRE = Indie Rock
YEAR = 2007
TRACK = 11
== end of metadata ==
What version of the product are you using? On what operating system?
I'm usinf qmmp-svn [r1489]
Thanks in advance :)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: trialuser02
Yes, console doesn't show this symbols (I think, it's Qt issue). But playlist works
as expected (tested with "★★" in vorbis tag). May be your playlist font doesn't
support this symbols. Also try to recompile Qt with iconv support.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: swiftscy... (code.google.com)@gmail.com
I recompiled qt with iconv support, as you said, and then recompiled qmmp, but it
still doesn't work.
I'm using Dejavu Sans as my Playlist font.
It keeps deleting the stars from the playlist when a song is played...
I also tried with "**", and the behavior is exactly the same.
I also tried to change the "%if(%c,- %c,)" condition to just "%c", but nothing...
Thanks for the respone :)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: trialuser02
Very strange bug... Are these symbols visible in details dialog (including line
edits)? Also show your locale and Qt version.
Status: Accepted
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: swiftscy... (code.google.com)@gmail.com
Yes, this symbols are always visible in the details dialog, but it happens for all
kinds of comments: the ones containing normal characters, too.
And they become visible again when opening the details dialog and closing it
afterwards.
My locale is: en_US
My Qt version is: 4.5.3
Thanks :)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: swiftscy... (code.google.com)@gmail.com
I recorded a video to show this.
Hope it's clear enough... I can't get higher frame-rates...
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: swiftscy... (code.google.com)@gmail.com
I've realized that it stopped happening for a while, but then it started happening
again...