GNOME Bugzilla – Bug 338974
doesn't write .m3u files with non-relative paths
Last modified: 2008-06-03 17:39:30 UTC
Currently totem-plparser can't write M3U entries that are not under the same directory as the playlist. For example if you try to put "~/a/foo" in the playlist ~/b/bar.m3u it will write "(null)" instead. I'm going to look into this.
2006-04-24 Bastien Nocera <hadess@hadess.net> * src/backend/bacon-video-widget-gst-0.10.c: (bvw_handle_element_message): * src/backend/bacon-video-widget-gst.c: (bacon_video_widget_signal_idler): * src/backend/video-utils.c: (totem_resolve_relative_link): * src/backend/video-utils.h: * src/totem-mozilla-viewer.c: (on_got_redirect): * src/totem.c: (on_got_redirect): Make the GStreamer backends resolve relative redirects, as the xine-lib backend does (Closes: #339000) * src/plparse/totem-pl-parser.c: (totem_pl_parser_write_m3u): Save the full path when we can't get a relative path when saving m3u playlists (Closes: #338974)
Mass-move from totem to totem-pl-parser. You can remove all messages by searching for this comment.