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 497996 - Automatically remove deleted files from playlist
Automatically remove deleted files from playlist
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on: 512602
Blocks:
 
 
Reported: 2007-11-18 20:47 UTC by Martin Ejdestig
Modified: 2008-05-24 11:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Ejdestig 2007-11-18 20:47:53 UTC
How about automatically removing deleted files from the playlist?

Right now a dialog pops up when you advance to a deleted file and there's no way of knowing which entry it is. The "playing" icon could be put at the entry (better than just adding the name to the dialog... maybe both is an alternative) or maybe you could add an icon to the left of missing files and just continue playing. But I don't know. If the entry is automatically removed, this problem doesn't need to be solved.
Comment 1 Bastien Nocera 2008-05-24 11:51:11 UTC
2008-05-24  Bastien Nocera  <hadess@hadess.net>

	* src/totem-playlist.c (init_treeview),
	(totem_playlist_compare_with_monitor),
	(totem_playlist_file_changed), (totem_playlist_init),
	(totem_playlist_add_one_mrl), (totem_playlist_clear_with_compare),
	(totem_playlist_compare_with_mount),
	(totem_playlist_clear_with_g_mount): Monitor all the "native" files
	that get added to the playlist, and automatically remove the files
	that get deleted (Closes: #497996)