GNOME Bugzilla – Bug 518811
add API for parsing in-memory playlists
Last modified: 2019-03-20 10:38:55 UTC
For last.fm streaming (bug 518231), it'd be good to be able to pass an in-memory playlist to totem-pl-parser. The obvious: totem_pl_parser_parse_from_data (parser, data, data_len, fallback) (with a 'base' arg if required) would do nicely. Later on, a _parse variant taking a GInputStream could be handy, although I don't have any use cases for that.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/totem-pl-parser/issues/10.