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 309817 - Use new Playlist parser features
Use new Playlist parser features
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-08 14:36 UTC by Bastien Nocera
Modified: 2005-09-15 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rb-newer-pl-parser.patch (1.86 KB, patch)
2005-07-08 15:26 UTC, Bastien Nocera
none Details | Review
patch (2.36 KB, patch)
2005-08-16 18:38 UTC, James "Doc" Livingston
committed Details | Review

Description Bastien Nocera 2005-07-08 14:36:58 UTC
Use totem_pl_parser_write_with_title to save a title in the playlist, and
connect to the playlist_start and playlist_end signals to know when to create a
new one or not

Use totem_pl_parser_add_ignored_mimetype instead of wrongly using
totem_pl_parser_add_ignored_scheme
Comment 1 Bastien Nocera 2005-07-08 15:26:23 UTC
Created attachment 48833 [details] [review]
rb-newer-pl-parser.patch

Some start of a patch
Comment 2 James "Doc" Livingston 2005-08-16 18:38:45 UTC
Created attachment 50809 [details] [review]
patch

this patch makes RB use titles when saving and loading playlists. it requires
the fix from bug 313649, which will push the requirements up to totem-plparser
> 1.1.5 which hasn't been released yet.
Comment 3 James "Doc" Livingston 2005-09-13 09:09:14 UTC
Now that Totem 1.2.0 is out, should we apply this and increase the requirements
up to 1.1.5? (assuming that it still works)
Comment 4 Bastien Nocera 2005-09-15 10:00:08 UTC
Looks good.
Comment 5 James "Doc" Livingston 2005-09-15 12:11:01 UTC
Committed.