Mon, 19 May 2008 04:20:50 +0300 |
Matti Hamalainen |
Removed #includes that should not be included anymore.
|
Sat, 10 May 2008 13:41:06 +0900 |
Yoshiki Yazawa |
now path can be specified for cddb lookup via http.
|
Wed, 09 Apr 2008 15:48:36 +0300 |
Matti Hamalainen |
Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
|
Mon, 31 Mar 2008 16:03:22 +0300 |
Matti Hamalainen |
Include cleanups, part #6.
|
Sat, 29 Mar 2008 12:14:17 +0200 |
Matti Hamalainen |
Added a menuitem for 'Rescan CD' into that other menu too, since 'Add CD' is in both.
|
Sat, 29 Mar 2008 11:28:11 +0200 |
Matti Hamalainen |
Added a plugin-services menu option to force re-scanning of CD, patch
|
Tue, 25 Mar 2008 17:28:14 +0100 |
mf0102 |
initialize configuration GUI only if needed
|
Fri, 14 Mar 2008 13:51:17 +0200 |
Matti Hamalainen |
Use glib types consistently.
|
Tue, 11 Mar 2008 23:10:28 +0200 |
Calin Crisan ccrisan |
Fixed the nocd-dialog; however it may still crash when starting audacious with cdda:// argument
|
Fri, 07 Mar 2008 18:45:36 +0200 |
Calin Crisan ccrisan |
reworked cdaudio-ng to avoid gui blockings as much as possible; the plugin now handles cdda:// URL by adding the whole cd to the playlist - to be used with -e argument from command line; the 'no cd' dialog may be broken
|
Sat, 23 Feb 2008 15:13:52 +0900 |
Yoshiki Yazawa |
- now cdaudio-ng calculates discid correctly. closes #165
|
Wed, 13 Feb 2008 01:29:20 +0900 |
Yoshiki Yazawa |
- fixed a bug which writes TRUE as the default port number.
|
Fri, 18 Jan 2008 00:40:34 +0200 |
Calin Crisan ccrisan |
1) cdaudio-ng tries to fetch cd information in a background thread, and 2) cdaudio-ng no longer queries the cddb if cdtext is available
|
Thu, 20 Dec 2007 21:44:59 +0200 |
Calin Crisan ccrisan |
cddb may use http instead of cddbp now; the global proxy settings are used if enabled
|
Wed, 28 Nov 2007 03:51:34 +0300 |
Eugene Zagidullin |
the same thing in many plugins
|
Sat, 03 Nov 2007 01:23:56 +0200 |
Calin Crisan ccrisan |
Fixed an unexpected cddb error messaje when no cddb info is available
|
Sat, 13 Oct 2007 23:09:40 -0500 |
William Pitcock |
playlist API vtabling
|
Sat, 13 Oct 2007 20:43:07 -0500 |
William Pitcock |
gentitle changes
|
Sun, 14 Oct 2007 01:33:02 +0300 |
Matti Hamalainen |
Added a short TODO comment section.
|
Sun, 14 Oct 2007 01:26:06 +0300 |
Matti Hamalainen |
Use DAE.
|
Sun, 14 Oct 2007 00:44:04 +0300 |
Matti Hamalainen |
Cosmetics.
|
Sun, 14 Oct 2007 00:22:43 +0300 |
Matti Hamalainen |
Primary cleanup pass.
|
Sat, 13 Oct 2007 23:30:56 +0300 |
Matti Hamalainen |
Use glib types.
|
Sat, 13 Oct 2007 23:18:41 +0300 |
Matti Hamalainen |
s/bmp_cfg_/aud_cfg_/
|
Sat, 13 Oct 2007 23:09:46 +0300 |
Matti Hamalainen |
Clean up the str(n)cpy mess somewhat.
|
Sat, 13 Oct 2007 22:46:14 +0300 |
Matti Hamalainen |
Use gint.
|
Sat, 13 Oct 2007 22:41:42 +0300 |
Matti Hamalainen |
Use g_usleep()
|
Sat, 13 Oct 2007 22:41:28 +0300 |
Matti Hamalainen |
No need for that long buffer.
|
Sat, 13 Oct 2007 21:53:47 +0300 |
Matti Hamalainen |
Automated merge with file:/home/ccr/audacious/plugins
|
Sat, 13 Oct 2007 21:53:37 +0300 |
Matti Hamalainen |
Cleanups.
|
Fri, 12 Oct 2007 00:17:42 +0300 |
Calin Crisan ccrisan |
Fixed a bad argument order in a snprintf()
|
Mon, 08 Oct 2007 02:02:02 -0500 |
William Pitcock |
chase last changeset in aud
|
Sun, 07 Oct 2007 18:22:16 -0500 |
William Pitcock |
uri_ to aud_uri_
|
Sun, 07 Oct 2007 14:19:19 -0500 |
William Pitcock |
change some places to use set_params() instead of set_info() directly
|
Sun, 07 Oct 2007 00:22:59 -0500 |
William Pitcock |
s/tuple_/aud_tuple_/g
|
Wed, 03 Oct 2007 02:47:26 +0300 |
Calin Crisan ccrisan |
got did of sprintf's() and strcpy's()
|
Tue, 02 Oct 2007 15:38:08 +0300 |
Matti Hamalainen |
Basic start of cleanup of cdaudio-ng.
|
Tue, 02 Oct 2007 06:26:10 +0300 |
Matti Hamalainen |
Use glib types and functions in some places.
|
Tue, 11 Sep 2007 10:52:25 -0500 |
William Pitcock |
missing comma...
|
Tue, 11 Sep 2007 17:50:10 +0300 |
Matti Hamalainen |
Fixed cdaudio-ng.
|
Sun, 09 Sep 2007 22:42:22 +0300 |
Matti Hamalainen |
xmms_show_message() changed to audacious_info_dialog()
|
Fri, 07 Sep 2007 04:46:45 -0500 |
William Pitcock |
cdaudio-ng: C99 initialisers
|
Sun, 26 Aug 2007 15:26:39 +0200 |
mf0102 |
-continued German translation
|
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.
|
Sun, 19 Aug 2007 17:20:31 +0300 |
Calin Crisan ccrisan |
Fixed some dos/windows eols
|
Mon, 13 Aug 2007 23:26:26 +0300 |
Calin Crisan ccrisan |
Add CD menu entry is now created with the ui_plugin_menu functions
|
Sun, 12 Aug 2007 21:36:14 +0200 |
Christian Birchinger |
Register cdda:// with uri_set_plugin
|
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 20:10:10 +0900 |
Yoshiki Yazawa |
tuple API update.
|
Fri, 10 Aug 2007 22:00:07 +0200 |
Giacomo Lozito |
updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
|
Fri, 03 Aug 2007 07:21:36 +0300 |
Cristi Magherusan |
added Discovery plugin type
|
Sat, 28 Jul 2007 00:08:41 +0300 |
Calin Crisan ccrisan |
Fixed surprise eject segfault
|
Fri, 27 Jul 2007 23:03:20 +0300 |
Calin Crisan ccrisan |
Changed the cdda bitrate to 1411kbit/s in respect to the Red Book specifications
|
Fri, 27 Jul 2007 21:59:26 +0300 |
Calin Crisan ccrisan |
Fixed the play/stop indication; added a temporary workaround for including the last 3 seconds in playback
|
Fri, 27 Jul 2007 00:02:44 +0200 |
Stany HENRY |
More and more translatable strings... ;-)
|
Thu, 26 Jul 2007 15:11:08 +0300 |
Calin Crisan ccrisan |
Some changes to the about box
|
Thu, 26 Jul 2007 15:06:20 +0300 |
Calin Crisan ccrisan |
Added an information box to cdaudio-ng
|
Tue, 24 Jul 2007 01:42:58 +0300 |
Calin Crisan ccrisan |
Converted to new threading model
|
Tue, 24 Jul 2007 00:48:58 +0300 |
Calin Crisan ccrisan |
Titles are now built using tuples, with the preferred format
|
Mon, 23 Jul 2007 21:59:13 +0300 |
Calin Crisan ccrisan |
Setting a sane default configuration for the plugin
|