2008-01-31 Ross Burton * configure.in: * NEWS: Version 2.21.3. 2008-01-31 Ross Burton * src/sj-extracting.c: Change the templates for "disc number". 2008-01-29 Ross Burton * src/sj-main.c: Set a11y relations on the not-musicbrainz banner so that screen readers see it. (#511709, thanks Rich Burridge and Willie Walker for the help). 2008-01-24 Ross Burton * src/sj-play.c: Fix play/pause (thanks Bill O'Shea). 2008-01-23 Ross Burton * src/sj-prefs.c: Set the disc number so it can be seen in the preview. 2008-01-23 Ross Burton * src/sj-extracting.c: Add a missing break, fixing the file pattern generation. 2008-01-23 Ross Burton * src/sj-play.c: When stopping check for valid ranges, to avoid warnings. 2008-01-23 Ross Burton * src/sj-main.c: Check that the release date is not NULL before checking that it is valid. 2008-01-23 Ross Burton * libjuicer/sj-metadata-musicbrainz.c: Fix use-after-free I introduced when cleaning up the disc detection logic. 2008-01-22 Ross Burton * configure.in: Bump glib requirement as we need GRegex now. 2008-01-22 Ross Burton * libjuicer/sj-metadata-musicbrainz.c: Look for album titles with "(disc X)" in and extract the disc number. * src/sj-main.c: Update the UI from the disk number if it is set. #510439, thanks to Matthew Martin. 2008-01-21 Ross Burton * src/sj-extracting.c: Add filename fields for disc and track number (#510441, thanks Matthew Martin). 2008-01-21 Ross Burton * src/sj-play.c: When playback finishes, reset the UI (#413005, thanks Bill O'Shea) 2008-01-21 Ross Burton * src/sj-play.c: Small re-organisation. 2008-01-21 Ross Burton * src/sj-play.c: Remove more redundant logic (#509186, thanks Bill O'Shea) 2008-01-18 Ross Burton * data/sound-juicer.glade: * libjuicer/sj-structures.h: * libjuicer/sj-extractor.c: * src/sj-extracting.c: * src/sj-main.c: Add a Disc Number field (#136514, thanks Matthew Martin). 2008-01-18 Ross Burton * data/sound-juicer.desktop.in.in: Add Audio CD content/* type (#510322, thanks Matthias Clasen). 2008-01-18 Ross Burton * src/sj-about.c: Update (C) dates. 2008-01-18 Ross Burton * libjuicer/sj-extractor.c: Determine the maximum read speed from the element instead of assuming G_MAXINT, because the libcdio src has a range of 0-100. This fixes slow rips when using libcdio. 2008-01-13 Ross Burton * src/sj-play.c: Code refactoring, thanks Bill O'Shea.