log

age author description
Tue, 28 Aug 2007 17:53:45 +0200 mf0102 continued German translation
Mon, 27 Aug 2007 16:41:38 +0300 Cristi Magherusan started the romanian translation
Sun, 26 Aug 2007 22:46:54 +0200 mf0102 merge
Sun, 26 Aug 2007 22:46:35 +0200 mf0102 merge
Sun, 26 Aug 2007 22:45:35 +0200 mf0102 - continued German translation
Mon, 27 Aug 2007 01:59:23 +0930 Kieran Clancy xspf: Store playlist title when saving playlist
Sun, 26 Aug 2007 15:27:31 +0200 mf0102 merge
Sun, 26 Aug 2007 15:26:39 +0200 mf0102 -continued German translation
Sun, 26 Aug 2007 21:12:45 +0930 Kieran Clancy xspf: When loading playlist, read title from xml if set
Sat, 25 Aug 2007 20:22:42 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Sat, 25 Aug 2007 20:22:33 -0500 William Pitcock wavpack: Implement InputPlugin::probe_for_tuple.
Sat, 25 Aug 2007 22:57:25 +0200 mf0102 - made the MP3 FileWriter output plugin less braindead
Sat, 25 Aug 2007 15:43:58 +0200 mf0102 updated POTFILES.in massively, it was TOTALLY outdated
Fri, 24 Aug 2007 21:06:08 +0300 Cristi Magherusan fixed build system, now MTP support gets compiled if one has libmtp installed
Fri, 24 Aug 2007 20:38:41 +0300 Cristi Magherusan fixed filename
Thu, 23 Aug 2007 20:32:48 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
Thu, 23 Aug 2007 20:32:41 -0500 William Pitcock wavpack fixes
Thu, 23 Aug 2007 23:19:11 +0100 Tony Vroon Actually read string-based metadata for tuplez.
Thu, 23 Aug 2007 18:26:44 +0300 Cristi Magherusan now i'm free'ing the metadata struct
Thu, 23 Aug 2007 16:47:45 +0300 Cristi Magherusan switched to uploading tracks instead of files, added disconnect option, other misc. fixes
Thu, 23 Aug 2007 03:20:10 +0200 Giacomo Lozito fixed lock in sid playback when doing fast song switching
Wed, 22 Aug 2007 23:52:25 +0100 Tony Vroon Report the title properly, as in all the other plugins in the tree. Poor ignored and unloved plugin...
Thu, 23 Aug 2007 00:02:43 +0200 Giacomo Lozito reverted a local change on xspf that wasn't supposed to be committed
Thu, 23 Aug 2007 00:00:49 +0200 Giacomo Lozito wav-sndfile.c, added missing playback->set_pb_ready(playback)
Thu, 23 Aug 2007 03:03:41 +0900 Yoshiki Yazawa now xspf plugin try to load non well formed xspf file. closes #969.
Wed, 22 Aug 2007 12:49:14 +0100 Tony Vroon Report lossless/lossy quality and the filename as the title. This plugin still shows mutex-related lockups for me though.
Tue, 21 Aug 2007 17:11:59 +0900 Yoshiki Yazawa replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
Tue, 21 Aug 2007 15:09:22 +0900 Yoshiki Yazawa now mp4 plugin fills album and length correctly.
Sun, 19 Aug 2007 17:20:31 +0300 Calin Crisan ccrisan Fixed some dos/windows eols
Sun, 19 Aug 2007 19:38:11 +0900 Yoshiki Yazawa - make use of tuple_formatter_make_title_string().