summaryrefslogtreecommitdiff
path: root/libjuicer
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Don't store the album list in a private field any more (not required now),Ross Burton2-11/+5
2008-09-04Remove some TODO itemsBastien Nocera4-32/+20
2008-09-04Make libcdio an optional library again, it would conflict with the GPL +Bastien Nocera4-7/+335
2008-09-04Relicense those 4 files under the LGPL, see #550481 for detailsBastien Nocera4-41/+45
2008-09-04Remove unneeded includeBastien Nocera1-1/+1
2008-09-04Move in 2 pieces of code from Rhythmbox (compile-time option of usingBastien Nocera2-2/+24
2008-09-03Move the nautilus-burn assisted media type checking to a shared locationBastien Nocera5-62/+51
2008-09-03Move the date parsing to a common placeBastien Nocera4-10/+16
2008-09-03- Move code to parse album titles into disc numbers to a common locationBastien Nocera5-48/+76
2008-09-03Check for libmusicbrainz3, and require libcdioBastien Nocera10-163/+872
2008-09-03Export ASIN, discogs and Wikipedia URLs in the disc metadata, only ASINBastien Nocera3-0/+11
2008-06-05Update to the latest make_directory_with_parents from bugzilla.Ross Burton2-51/+57
2008-06-05Port to GIO. Thanks to Michael Terry for the bulk of this work! (#514673).Ross Burton4-180/+53
2008-04-13Clean up _new().Ross Burton1-1/+1
2008-01-23Fix use-after-free I introduced when cleaning up the disc detection logic.Ross Burton1-1/+2
2008-01-22Look for album titles with "(disc X)" in and extract the disc number.Ross Burton1-0/+21
2008-01-18Add a Disc Number field (#136514, thanks Matthew Martin).Ross Burton2-0/+7
2008-01-18Determine the maximum read speed from the element instead of assumingRoss Burton1-1/+5
2008-01-05Remove always-true test.Ross Burton1-1/+1
2007-12-21Set the pipeline state to NULL before disposing (#495410).Ross Burton1-4/+3
2007-12-19Add a source enumeration.Ross Burton3-0/+16
2007-12-19Remove TrackData->iter, write better code instead.Ross Burton1-1/+0
2007-09-27Fix logic bug in error handling when creating directories (#481025, thanksRoss Burton1-0/+2
2007-09-19Reference the initial profile to stop crashing when profiles are editedRoss Burton1-1/+2
2007-07-09Remove the useless construct-error code.Ross Burton1-1/+0
2007-07-09Remove the useless construct-error code.Ross Burton4-46/+0
2007-07-05Be more paranoid when removing sources.Ross Burton1-5/+9
2007-06-18Don't allow NULL track titles (#435964).Ross Burton1-0/+2
2007-06-18Correctly lookup the album artist (#393707).Ross Burton1-7/+8
2007-05-14The profile fragment does need to have an element first otherwise it mayRoss Burton1-1/+4
2007-05-14Fix typo in the _TYPE define which broke startup. Thanks Emmanuele forRoss Burton2-2/+2
2007-05-14Use G_DEFINE_TYPE_WITH_CODE.Ross Burton2-9/+8
2007-05-13Update to changes in SjMetadata object.Ross Burton1-83/+115
2007-05-13Attempt to repair brain-dead FreeDB encoding (#169591, thanks Ka-HingRoss Burton1-0/+43
2007-04-30Refactor to be more GObject-like.Ross Burton1-98/+170
2007-04-30Refactor to be more GObject-like.Ross Burton3-195/+217
2007-04-26Chain up to parent's finalise handler. Bug #433137.Christian Persch1-1/+3
2007-03-26reviewed by: Ross Burton <ross@burtonini.com>Bastien Nocera2-0/+155
2007-03-26Use gst_element_make_from_uri for finding a CDDA source (thanks JamesRoss Burton2-7/+5
2007-03-26Detect albums from FreeDB better (thanks David Mandelberg, #353181).Ross Burton1-1/+1
2007-03-04Link to libjuicer.la instead of the sources directly. This fixesRoss Burton1-2/+2
2006-12-20Add cvsignore, and use variables instead of configure substitutions inChristian Persch1-0/+5
2006-10-25Fix dates with 0s in (#364976, Alex Lancaster).Ross Burton1-1/+1
2006-10-17Rename and add version field for bug-buddy.Ross Burton1-18/+33
2006-10-17Reset the extract speed on every track just in case (#343544).Ross Burton1-2/+3
2006-10-16Remove unused variables.Ross Burton1-2/+0
2006-10-13Show error messages when the pipeline doesn't link (thanks Tim-PhilippRoss Burton1-13/+7
2006-09-24Add audioresample to fix the lossless(voice) default profile (#168508,Ross Burton1-1/+2
2006-08-21Don't pass username twice to mb_SetProxyCreds and don't leak the gconfKjartan Maraas1-5/+8
2006-07-19Fix typo, adding date information to more albums (#348004, thanks AlexRoss Burton1-1/+1