Sat, 18 Aug 2007 14:18:34 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 18 Aug 2007 14:18:15 -0500 |
William Pitcock |
Sync with audacious Mk.
|
Sat, 18 Aug 2007 01:03:35 +0200 |
Giacomo Lozito |
Replaced asprintf with gstring (which is probably more portable anyway).
|
Fri, 17 Aug 2007 23:40:59 +0100 |
Tony Vroon |
Format and subformat detection. Needs some asprintf love. Or something.
|
Fri, 17 Aug 2007 11:58:12 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 17 Aug 2007 11:40:30 -0500 |
William Pitcock |
Support Wavpack ".exe" executables, by using the Wavpack decoder to validate.
|
Fri, 17 Aug 2007 00:12:43 +0300 |
Cristi Magherusan |
made it enabled by default if having libmtp, fixes Chainsaw's bug and adds some improvements
|
Thu, 16 Aug 2007 15:52:26 +0200 |
mf0102 |
removed NSFE playlist option (which was marked TODO)
|
Thu, 16 Aug 2007 14:47:14 +0200 |
mf0102 |
made SPC playback reverb a configuration option till the problem can be
|
Thu, 16 Aug 2007 18:22:00 +0300 |
Cristi Magherusan |
some fixes, more debug info
|
Thu, 16 Aug 2007 03:45:58 +0300 |
Cristi Magherusan |
it can play manually added DAAP URI's like daap://localhost:3689/1.mp3
|
Thu, 16 Aug 2007 03:29:09 +0300 |
Cristi Magherusan |
merge
|
Thu, 16 Aug 2007 03:26:27 +0300 |
Cristi Magherusan |
handling device disconnected errors
|
Tue, 14 Aug 2007 23:33:33 +0300 |
Cristi Magherusan |
the pending uploads are cancelled on exit, so it doesnt lock anymore while cleaning up
|
Tue, 14 Aug 2007 22:55:17 +0300 |
Cristi Magherusan |
fixed the upload
|
Tue, 14 Aug 2007 00:14:43 +0300 |
Cristi Magherusan |
URI-fication
|
Mon, 13 Aug 2007 23:26:26 +0300 |
Calin Crisan ccrisan |
Add CD menu entry is now created with the ui_plugin_menu functions
|
Mon, 13 Aug 2007 20:24:36 +0900 |
Yoshiki Yazawa |
make use of get_gentitle_format() and tuple_formatter_make_title_string()
|
Mon, 13 Aug 2007 06:08:08 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 13 Aug 2007 06:07:58 -0500 |
William Pitcock |
Backed out changeset 97914b65790a
|
Mon, 13 Aug 2007 19:58:07 +0900 |
Yoshiki Yazawa |
branch merge.
|
Mon, 13 Aug 2007 19:57:03 +0900 |
Yoshiki Yazawa |
- make use of tuple_formatter_make_title_string(). now madplug can show file name if metadata is not available.
|
Mon, 13 Aug 2007 02:42:21 -0500 |
William Pitcock |
[security] Add g_thread_exit() to curl_manage_request() to avoid a resource starvation DoS.
|
Sun, 12 Aug 2007 21:53:56 +0200 |
Christian Birchinger |
Register cue:// with uri_set_plugin
|
Sun, 12 Aug 2007 21:36:14 +0200 |
Christian Birchinger |
Register cdda:// with uri_set_plugin
|
Sun, 12 Aug 2007 21:16:48 +0200 |
Christian Birchinger |
Register tact:// with uri_set_plugin
|
Sun, 12 Aug 2007 20:44:02 +0200 |
Christian Birchinger |
Add an init function with a uri_set_plugin call
|
Sun, 12 Aug 2007 07:17:10 -0500 |
William Pitcock |
Port some changes over from XMMS that:
|
Sat, 11 Aug 2007 23:51:50 -0500 |
William Pitcock |
Improve ${codec} and ${quality} tuples.
|
Sat, 11 Aug 2007 23:48:14 -0500 |
William Pitcock |
fix musepack tag retrieval
|
Sat, 11 Aug 2007 23:56:22 +0200 |
Giacomo Lozito |
converted sid plugin to new tuple system
|
Sat, 11 Aug 2007 22:15:50 +0200 |
Giacomo Lozito |
fixed modplug, wasn't working properly with new threading model
|
Sat, 11 Aug 2007 18:10:34 +0300 |
Cristi Magherusan |
the label wasn't restored on failure
|
Sun, 12 Aug 2007 00:06:35 +0900 |
Yoshiki Yazawa |
use get_gentitle_format() to get format string so that presets and custom string can coexist.
|
Sat, 11 Aug 2007 17:57:19 +0300 |
Cristi Magherusan |
merge
|
Sat, 11 Aug 2007 17:56:51 +0300 |
Cristi Magherusan |
the menu item is now disabled during upload
|
Sat, 11 Aug 2007 14:56:15 +0100 |
Tony Vroon |
Add actual codec information to wav-sndfile tuple. Untested.
|
Sat, 11 Aug 2007 15:57:05 +0300 |
Cristi Magherusan |
merge
|
Sat, 11 Aug 2007 15:55:14 +0300 |
Cristi Magherusan |
lots of fixes
|
Sat, 11 Aug 2007 15:28:13 +0300 |
Calin Crisan ccrisan |
Fixed libcdio and libcddb autoconf detection
|
Sat, 11 Aug 2007 20:10:10 +0900 |
Yoshiki Yazawa |
tuple API update.
|
Sat, 11 Aug 2007 12:21:30 +0200 |
Giacomo Lozito |
use tuple_free(x) in place of mowgli_object_unref(x)
|
Sat, 11 Aug 2007 12:10:33 +0200 |
Tomasz Mon |
GTK_STOCK_SAVE can't be default, so don't use gtk_widget_grab_default() on it
|
Sat, 11 Aug 2007 14:29:58 +0900 |
Yoshiki Yazawa |
fix compile errors if DEBUG is defined.
|
Sat, 11 Aug 2007 14:27:41 +0900 |
Yoshiki Yazawa |
playlist entry doesn't have "track-name".
|
Sat, 11 Aug 2007 02:50:12 +0200 |
Giacomo Lozito |
do not assume that mtp_cleanup is only called after mtp_init (it's not true for general plugins); also, destroy the menuitem as it seems that it still holds a reference after being removed from its menushell
|
Fri, 10 Aug 2007 19:36:01 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 10 Aug 2007 19:35:53 -0500 |
William Pitcock |
hook up ${codec} and ${quality}
|
Sat, 11 Aug 2007 02:43:18 +0300 |
Cristi Magherusan |
remove the item from the menu when the plugin is disabled
|
Sat, 11 Aug 2007 02:22:54 +0300 |
Cristi Magherusan |
fixed linking
|
Sat, 11 Aug 2007 01:52:28 +0300 |
Cristi Magherusan |
MTP upload plugin
|
Fri, 10 Aug 2007 23:06:50 +0300 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Fri, 10 Aug 2007 18:17:01 +0300 |
Cristi Magherusan |
merge
|
Fri, 10 Aug 2007 14:23:20 +0300 |
Cristi Magherusan |
merge
|
Fri, 10 Aug 2007 14:23:07 +0300 |
Cristi Magherusan |
nerge
|
Wed, 08 Aug 2007 22:08:39 +0300 |
Cristi Magherusan |
merge
|