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 129591 - Need a way to clean up Playlist
Need a way to clean up Playlist
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Bastien Nocera
Bastien Nocera
: 142080 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-12-18 09:40 UTC by Harsh Jaitly
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description Harsh Jaitly 2003-12-18 09:40:28 UTC
Gnome 2.2.2
RH 9.0
Totem 0.99.8
xine-lib - This is xine (X11 gui) - a free video player v0.9.22.
(c) 2000-2003 The xine Team.
Built with xine library 1.0.0 (1-rc2)
Found xine library version: 1.0.0 (1-rc2).


1. Need to clean up playlist to avoid multiple entries as well as remove
nonexistent files.

2. Also, give error messages when we are not able to load files
from the list. ( Bug 109954 )

3. On removing all entries from totem.pls, totem tries to open the .pls
file itself, which is also undesirable.

Perhaps we can close 109954 and work on this one.
Comment 1 Bastien Nocera 2004-01-04 10:10:51 UTC
1. This is a no-no. It's a simple playlist, not a media manager like
Rhythmbox is.
2. dup
3. This is fixed in CVS now:

2004-01-04  Bastien Nocera  <hadess@hadess.net>
                                                                     
          
        * src/totem-pl-parser.c: (totem_pl_parser_add_pls):
        When a file is empty, don't try to parse it, and say we parsed
        properly, fixes the problem of Totem trying to play
~/.gnome2/totem.pls
        (Closes: #129591)
Comment 2 Bastien Nocera 2004-05-11 09:23:28 UTC
*** Bug 142080 has been marked as a duplicate of this bug. ***