aargirakis / BZRPlayer

Audio player for Windows that plays over 650 different fileformats
http://bzrplayer.blazer.nu/
GNU General Public License v3.0
10 stars 0 forks source link

incorrect naming for mp3s tracks #360

Open ciros88 opened 1 year ago

ciros88 commented 1 year ago

dunno if this incorrect behaviour applies also to other file formats like mp4, flac, ogg, etc:

when an mp3 track is added to bzr2, its filename is displayed: this behaviour is suboptimal (see #361) but makes sense. then when you play it the 'internal' title should be displayed (taken from id3), and the artist should be displayed (taken from id3 too) in its own column as #359 .

when a mp3s playlist is added to bzr2 instead, the #EXTINF is displayed instead of the filenames as happens with sparse mp3 tracks, but it is preferable to have consistent behaviour and display filename instead. then, when playing an mp3 from a playlist, its filename is displayed instead of infos taken from id3: the inverse behaviour happens.