GNOME Bugzilla – Bug 416253
Totem does not load files into playlist correctly
Last modified: 2007-04-04 00:58:59 UTC
The bug has been opened on https://launchpad.net/bugs/88230 "Binary package hint: totem If totem's playlist already contains one or more mp3s and you select a bunch of them through nautilus and hit enter (with totem being the default media player of course) then what happens is that they get sequentially loaded and only the last one remains in the playlist. This is with totem 2.17.92-0ubuntu1"
Created attachment 85749 [details] [review] This small patch fixes the problem This is a short patch that fixes the bug. Basically, if the default_action was set to replace, it was calling bacon_message_connection_send with the replace command for each file, which ended up leaving the playlist with only the last file. This patch changes the behaviour to set the default_action to enqueue after we call replace with the first file.
Committed to gnome-2-18 and trunk, thanks for the patch! 2007-04-04 Bastien Nocera <hadess@hadess.net> * src/totem-options.c: (totem_options_process_for_server): Patch from Michael Plump <plumpy@skylab.org> to avoid removing just added files when in remote mode (Closes: #416253)