After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 416253 - Totem does not load files into playlist correctly
Totem does not load files into playlist correctly
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2007-03-08 22:27 UTC by Sebastien Bacher
Modified: 2007-04-04 00:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
This small patch fixes the problem (568 bytes, patch)
2007-04-03 05:12 UTC, Michael Plump
none Details | Review

Description Sebastien Bacher 2007-03-08 22:27:05 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"
Comment 1 Michael Plump 2007-04-03 05:12:48 UTC
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.
Comment 2 Bastien Nocera 2007-04-04 00:58:59 UTC
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)