Age | Commit message (Expand) | Author |
2013-12-24 | unify musicvideo icons | ronie |
2013-12-24 | depends: cosmetics | S. Davilla |
2013-12-24 | Merge pull request #3835 from jmarshallnz/infoscannerartists | jmarshallnz |
2013-12-24 | Merge pull request #3897 from wsoltys/screensaverfix2 | wsoltys |
2013-12-24 | update README | ronie |
2013-12-24 | Merge pull request #3815 from ndogxj/patch-1 | davilla |
2013-12-24 | [WIN32] changed: used repackaged libxslt and libxml2. No need for the packagi... | WiSo |
2013-12-23 | Merge pull request #3889 from jmarshallnz/fix_sortlabel_year | jmarshallnz |
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 artistCredits | Jonathan Marshall |
2013-12-24 | [musicdb] drop use of GROUP_CONCAT in albumview and instead use album.strArtists | Jonathan Marshall |
2013-12-24 | [musicdb] add artist contributions (artists can have different names on indiv... | night199uk |
2013-12-24 | [musicdb] fix artist fanart in infoscanner | night199uk |
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 GetSong | Jonathan Marshall |
2013-12-24 | [musicdb] use triggers for database consistency instead of deletes | night199uk |
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 one | Jonathan Marshall |
2013-12-24 | [musicdb] demise getalbuminfosongs/setalbuminfosongs and roll up the functions | night199uk |
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 record | night199uk |
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 name | night199uk |
2013-12-24 | [musicdb] fix: album xml reader looks at wrong node | night199uk |
2013-12-24 | [musicdb] fix: scanner can't be stopped | night199uk |
2013-12-24 | [musicdb] cosmetic: tidy up songview | Jonathan 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 GetSongByFileName | Jonathan 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 UpdateSong | Jonathan Marshall |
2013-12-24 | [musicdb] cosmetic: remove unused parameter from GetSongFromDataset | Jonathan Marshall |
2013-12-24 | [musicdb] cosmetic: whitespace removal | night199uk |
2013-12-24 | [musicdb] cosmetic: tidy up musicdatabase.h | night199uk |
2013-12-24 | [musicdb] cosmetic: fix some constness cosmetics | night199uk |
2013-12-24 | [musicdb] cosmetic: missing whitespace | night199uk |