Bug 167171 - playlist items with no tags appear blank in playlist
Summary: playlist items with no tags appear blank in playlist
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: Playlist (show other bugs)
Version: 2.0-SVN
Platform: Compiled Sources Linux
: LO wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-21 21:06 UTC by Edward Hades
Modified: 2008-07-21 21:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
display prettyUrl in blank playlist entries (1.06 KB, patch)
2008-07-21 21:08 UTC, Edward Hades
Details
display prettyUrl in blank playlist entries (1.11 KB, patch)
2008-07-21 21:37 UTC, Edward Hades
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Edward Hades 2008-07-21 21:06:14 UTC
Version:           2.0-SVN (using Devel)
Installed from:    Compiled sources
Compiler:          gcc-4.1.2 
OS:                Linux

If you add an audio file with no tags to the playlist, the playlist item is blank (except for song duration).

This is somewhat creepy.

peterzl suggested displaying filename instead of blank lines.
Comment 1 Edward Hades 2008-07-21 21:08:31 UTC
Created attachment 26313 [details]
display prettyUrl in blank playlist entries
Comment 2 Edward Hades 2008-07-21 21:37:17 UTC
Created attachment 26315 [details]
display prettyUrl in blank playlist entries 

Fixed indentation
Comment 3 Daniel Winter 2008-07-21 21:43:22 UTC
The better solution would be to use Meta::Track::prettyName() in every case.
Comment 4 Edward Hades 2008-07-21 21:57:20 UTC
Resolved by r836140.