log src/xspf/xspf.c @ 2971:3134a0987162

age author description
Wed, 26 Nov 2008 02:55:04 +0900 Yoshiki Yazawa - changed include path from audacious to audlegacy.
Thu, 29 May 2008 02:35:19 +0300 Matti Hamalainen A tentative fix for adding XSPF playlists with relative file/pathnames.
Mon, 19 May 2008 04:20:50 +0300 Matti Hamalainen Removed #includes that should not be included anymore.
Mon, 31 Mar 2008 14:00:33 +0300 Matti Hamalainen Include cleanups, part #1.
Mon, 17 Mar 2008 21:38:04 +0100 mf0102 patch by chrome
Tue, 18 Dec 2007 02:33:00 +0900 Yoshiki Yazawa make use of aud_uri_to_display_*()
Sun, 16 Dec 2007 21:00:28 +0900 Yoshiki Yazawa xspf had not read mtime from some time.
Thu, 06 Dec 2007 22:52:00 +0900 Yoshiki Yazawa make use of AUDDBG() for debug print out.
Sun, 18 Nov 2007 15:24:22 +0900 Yoshiki Yazawa remove unnecessary code. (I can't recall why I used "uri", actually.)
Sat, 17 Nov 2007 19:02:51 -0600 William Pitcock fix loading of streams from XSPF files.
Wed, 14 Nov 2007 20:21:20 +0900 Yoshiki Yazawa unescape uri before write into tuple.
Wed, 24 Oct 2007 17:04:09 +0900 Yoshiki Yazawa remove g_filename_from_uri() since recent playback system requires url encoded paths.
Sat, 13 Oct 2007 23:09:40 -0500 William Pitcock playlist API vtabling
Sat, 13 Oct 2007 20:38:28 -0500 William Pitcock PlaylistContainer API updates
Sun, 07 Oct 2007 00:22:59 -0500 William Pitcock s/tuple_/aud_tuple_/g
Tue, 02 Oct 2007 19:19:29 +0300 Matti Hamalainen More slight cosmetics.
Tue, 02 Oct 2007 19:17:46 +0300 Matti Hamalainen Remove useless NULL assignations.
Tue, 02 Oct 2007 19:08:09 +0300 Matti Hamalainen Cosmetic whitespace changes.
Tue, 02 Oct 2007 19:05:38 +0300 Matti Hamalainen Define a preprocessor macro XSDEBUG() for printing debugging messages, if DEBUG is defined.
Tue, 02 Oct 2007 18:59:31 +0300 Matti Hamalainen Cosmetics.
Tue, 02 Oct 2007 01:59:24 +0300 Matti Hamalainen Some missed #include "" to <> changes.
Mon, 01 Oct 2007 23:01:22 +0100 chainsaw Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
Tue, 11 Sep 2007 02:15:04 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Sun, 09 Sep 2007 23:23:00 +0300 Matti Hamalainen Automated merge with file:/home/ccr/audacious/plugins
Sun, 09 Sep 2007 05:41:56 +0300 Matti Hamalainen Fix.
Sat, 08 Sep 2007 06:58:08 +0300 Matti Hamalainen Branch merge.
Wed, 05 Sep 2007 09:29:26 +0300 Matti Hamalainen Modified for Tuplez/plugin API changes.
Mon, 10 Sep 2007 15:10:19 +0930 Kieran Clancy xspf: use playlist_set_current_name when loading title
Sun, 09 Sep 2007 22:06:10 +0300 Matti Hamalainen Fix plugins to conform with PLAYLIST_{UN}LOCK() change.
Sat, 08 Sep 2007 04:39:38 +0300 Matti Hamalainen And yet more cleanups.