Re: problem with playlists, filename and songtitle
Håvard Kvålen <[email protected]>
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 10 Dec 2003, Matthew Rubenstein wrote: > > Does XMMS have the concept that the title of a song can be different from > > its file name? Particularly for non-mp3 files? Yes, the plugin can return whatever it wants. Most plugins will return filename if they have no other title. > There is a bug in playlist.title-fix.c::playlist_set_info() that > always updates the playlist display with the filename, even when title > data is specified in a playlist. There is no file called playlist.title-fix.c in xmms, but yes, this would break the function completely. Are you talking about title that is in the m3u playlist? xmms will always prefer whatever the plugin returns over what has been specified in the m3u playlist, it only gets a string, it has no way to know what is "better". - Håvard