shahid334 / sayonara-player

Automatically exported from code.google.com/p/sayonara-player
0 stars 0 forks source link

Display Multiple Values Of The Same Field #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

In case of a Flac file which has a Vorbis Comment tag, one field can appear 
multiple times (not sure about other tag types).
For example, the tag "ARTIST" can appear several times in the same file.

What is the expected output? What do you see instead?

All tags should be combined and displayed in some predefined (hardcoded, for 
the matter) way. For example, if the file has the following:
"ARTIST=ABC"
"ARTIST=DEF"

Sayonara should display it as: "ABC, DEF" in the artist column, or whatever 
other reasonable convention.

At the moment, only the first tag is considered.

What version of the product are you using? On what operating system?

Sayonara 0.3.2 r2.
Arch Linux x64 fully updated against [stable].

Original issue reported on code.google.com by adam...@gmail.com on 11 Apr 2013 at 1:26

GoogleCodeExporter commented 8 years ago
Oh, forgot about the forum...
Let me know if you prefer feedback in here or over there.

Original comment by adam...@gmail.com on 11 Apr 2013 at 1:27