aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-24unify musicvideo iconsronie
2013-12-24depends: cosmeticsS. Davilla
2013-12-24Merge pull request #3835 from jmarshallnz/infoscannerartistsjmarshallnz
2013-12-24Merge pull request #3897 from wsoltys/screensaverfix2wsoltys
2013-12-24update READMEronie
2013-12-24Merge pull request #3815 from ndogxj/patch-1davilla
2013-12-24[WIN32] changed: used repackaged libxslt and libxml2. No need for the packagi...WiSo
2013-12-23Merge pull request #3889 from jmarshallnz/fix_sortlabel_yearjmarshallnz
2013-12-24[musicdb] adds setting to allow overriding of tag info with online info, defa...Jonathan Marshall
2013-12-24[musicdb] construct the artist string from the artistCreditsJonathan Marshall
2013-12-24[musicdb] drop use of GROUP_CONCAT in albumview and instead use album.strArtistsJonathan Marshall
2013-12-24[musicdb] add artist contributions (artists can have different names on indiv...night199uk
2013-12-24[musicdb] fix artist fanart in infoscannernight199uk
2013-12-24[musicdb] scan optimization - skip the scan if we don't find any music in the...night199uk
2013-12-24[musicdb] utilize AddAlbum() and UpdateDatabase*Info() in the scanner rather ...Jonathan Marshall
2013-12-24[musicdb] simplify parameter list of UpdateDatabase*Info()Jonathan Marshall
2013-12-24[musicdb] retrieve the song artist credits in GetSongJonathan Marshall
2013-12-24[musicdb] use triggers for database consistency instead of deletesnight199uk
2013-12-24[musicdb] adds UpdateArtist() as a replacement for SetArtistInfo()Jonathan Marshall
2013-12-24[musicdb] Adds HasArtistScrapedInfo/ClearArtistLastScrapeTime and drop old me...Jonathan Marshall
2013-12-24[musicdb] adds GetArtist() replacement for GetArtistInfo()Jonathan Marshall
2013-12-24[musicdb] drop artistinfo table, merging with the artist table.Jonathan Marshall
2013-12-24[musicdb] Use GetArtistInfo() in ExportToXML to save custom queries.Jonathan Marshall
2013-12-24[musicdb] If we're rescanning an album from tags (i.e. tags have changed) mak...Jonathan Marshall
2013-12-24[musicdb] adds UpdateAlbum and utilize this in the scanner, dropping SetAlbum...Jonathan Marshall
2013-12-24[musicdb] adds AddAlbum() wrapper and utilise this in the scanner.Jonathan Marshall
2013-12-24[musicdb] adds HasAlbumBeenScraped/ClearAlbumLastScrapedTime, dropping HasAlb...Jonathan Marshall
2013-12-24[musicdb] Adds GetAlbum() and drop GetAlbumInfo(). Allows retrieval of full ...Jonathan Marshall
2013-12-24[musicdb] adds Merge functions to CAlbum, CArtist and CSong for merging scrap...Jonathan Marshall
2013-12-24[musicdb] adds infoSongs to CAlbum, so that songs can hold the users songs, a...Jonathan Marshall
2013-12-24[musicdb] merge the album and albuminfo tables into oneJonathan Marshall
2013-12-24[musicdb] demise getalbuminfosongs/setalbuminfosongs and roll up the functionsnight199uk
2013-12-24[musicdb] Utilize GetAlbumInfo when exporting albums, rather than yet another...Jonathan Marshall
2013-12-24[musicdb] Adds album and song artist views, and move GetAlbumArtistCreditFrom...Jonathan Marshall
2013-12-24[musicdb] make the dataset readers take offsets to allow splitting cartesian ...night199uk
2013-12-24[musicdb] make getsongfromdataset take an sql recordnight199uk
2013-12-24[musicdb] fix: make sure we pass the progress dialog into UpdateDatabase*Info...Jonathan Marshall
2013-12-24[musicdb] fix: make the guidialog discography use artist id instead of namenight199uk
2013-12-24[musicdb] fix: album xml reader looks at wrong nodenight199uk
2013-12-24[musicdb] fix: scanner can't be stoppednight199uk
2013-12-24[musicdb] cosmetic: tidy up songviewJonathan Marshall
2013-12-24[musicdb] cosmetic: have (Update|Add)Song should take the constructed artist ...Jonathan Marshall
2013-12-24[musicdb] cosmetic: tidy up the song table definition and GetSongByFileNameJonathan Marshall
2013-12-24[musicdb] cosmetic: adds an UpdateSong() wrapper for public use, and use it i...Jonathan Marshall
2013-12-24[musicdb] cosmetic: use ExecQuery for UpdateSongJonathan Marshall
2013-12-24[musicdb] cosmetic: remove unused parameter from GetSongFromDatasetJonathan Marshall
2013-12-24[musicdb] cosmetic: whitespace removalnight199uk
2013-12-24[musicdb] cosmetic: tidy up musicdatabase.hnight199uk
2013-12-24[musicdb] cosmetic: fix some constness cosmeticsnight199uk
2013-12-24[musicdb] cosmetic: missing whitespacenight199uk