[PATCH] use title stream when saving stream
Matthew Rubenstein <[email protected]>
| Newsgroups | gmane.comp.multimedia.xmms.devel |
|---|---|
| Message-ID | <1071070986.724.46.camel@pac> |
Tuomas Jaakola sent at Tue Sep 23 17:58:27 CDT 2003 :
> the plugin creates a file which name corresponds the
> title it gets from the stream. Whenever the title changes, the plugin
> will create a new file matching the title.
Do you have a suggestion for fixing the playlist filename/title display bug that's merely hacked away in the following code?
in playlist.title-fix.c::playlist_set_info() :
PL_LOCK();
if (playlist_position)
{
if(FALSE)
{ // Update playlist item title with any actual
data.
g_free(playlist_position->title);
playlist_position->title = g_strdup(title);
}
playlist_position->length = length;
}
PL_UNLOCK();
--
(C) Matthew Rubenstein