summaryrefslogtreecommitdiff
path: root/plparse/totem-pl-parser-xspf.c
Commit message (Expand)AuthorAgeFilesLines
* Correctly parse XSPF title fieldsam/xspf-titleSam Thursfield2020-10-231-1/+3
* plparser: Make totem_pl_parser_write_string() cancellableBastien Nocera2020-02-271-6/+6
* plparser: Pass GCancellable when calling g_file_replace()Bastien Nocera2020-02-271-1/+1
* plparser: Make save implementation accept GCancellableBastien Nocera2020-02-271-0/+1
* plparser: Disable XML parser error outputBastien Nocera2017-01-051-0/+8
* plparse: Fix small memleaks in XSPF parserBastien Nocera2013-07-131-0/+2
* plparse: Save everything we're told to in the XSPF fileBastien Nocera2013-04-261-11/+0
* plparse: Export content-type in playlist-startedBastien Nocera2013-03-201-0/+1
* xspf: Add playlist-started/ended signalsBastien Nocera2013-03-201-5/+38
* plparse: Read and write the starttime for XSPF tracksBastien Nocera2013-03-091-2/+9
* plparser: Add support for saving GNOME XSPF extensionsBastien Nocera2013-03-091-7/+35
* plparser: Add support for some GNOME XSPF extensionsBastien Nocera2013-03-091-1/+38
* plparse: Don't overescape parse URIs in XSPFBastien Nocera2012-10-291-17/+35
* lib: Split out XSPF parsing from dataBastien Nocera2012-02-201-6/+44
* lib: Add support for Amazon XSPF extensionsBastien Nocera2012-01-251-1/+16
* lib: Remove unneeded includesBastien Nocera2011-11-041-1/+0
* Add support for Last.fm's new XSPF extensionsBastien Nocera2010-08-021-0/+14
* Add Genre extension to XSPF playlistsBastien Nocera2010-07-181-6/+31
* Add more metadata to the XSPF playlist savingBastien Nocera2010-01-081-19/+47
* Remove GTK+ dependency.Carlos Garnacho2010-01-081-24/+34
* Remove unused variable in xspf writer codeBastien Nocera2009-09-211-2/+1
* Add asynchronous parsing support to totem-pl-parserPhilip Withnall2009-06-171-0/+1
* Write our own horrible path resolution functionBastien Nocera2009-04-221-4/+5
* Fix memory leaks in parse_xspf_track (Closes: #566446)Pascal Terjan2009-01-031-0/+2
* Cleanup usage of URL/URI/MRL in the playlist parser. Note that thisPhilip Withnall2008-12-051-26/+26
* Always write the #EXTM3U line at the start of M3U playlists, Spotted by D.Bastien Nocera2008-09-101-1/+1
* When we get an XML file, try to use our own indentification functions asBastien Nocera2008-08-141-2/+2
* upd 2.23.2 Fix warningV_2_23_2Bastien Nocera2008-06-111-2/+5
* Don't try to resolve absolute URIsBastien Nocera2008-05-241-1/+1
* Remove debugBastien Nocera2008-05-081-1/+4
* Remove unneeded include, fix warningBastien Nocera2008-05-081-2/+1
* Port playlist writers to GIO, removed totem_pl_parser_resolve_url andBastien Nocera2008-05-071-56/+28
* Update FSF addressBastien Nocera2008-04-241-2/+2
* First pass at porting to GIO. Completely broken, please bear with me.Bastien Nocera2008-03-171-2/+6
* Add support for the some last.fm XSPF tags (lastfm:trackauth, duration inBastien Nocera2008-02-241-14/+16
* Give out much more metadata when parsing XSPF playlists, as used on theBastien Nocera2008-02-231-10/+57
* Add internal BSD version of memmemBastien Nocera2007-12-191-3/+0
* Moved from Totem, export mini plparser for use in the browser pluginBastien Nocera2007-12-031-0/+294