2016-03-04, 10:12
I think this is a Jarvis issue as I've not noticed it on any of the other upgrades I've done.
All my music library is sorted into artist directories containing the relevant artist.nfo and albums. Each album also has an album.nfo in it's directory. All tagging is handled with Picard.
So, I have a BeeGees album, "Their Greatest Hits_ The Record". When this is scanned in, everything is fine until it gets to the track "guilty" which is by "Barbra Streisand with Barry Gibb". Please note that in the following debug log excerpt, the URL returned for the artist does indeed resolve to Barbra Streisand and that the MB arid inserted into the database is incorrect for the artist it is inserting, and correct for Barbra.
Obviously, there is no mention of Adam Ant in the actual 'artist.nfo' in the directory, nor in the tags of that track and the strMusicBrainzArtistID inserted is for Barbra Streisand.
If anyone could shed any light on this I would be most grateful.
All my music library is sorted into artist directories containing the relevant artist.nfo and albums. Each album also has an album.nfo in it's directory. All tagging is handled with Picard.
So, I have a BeeGees album, "Their Greatest Hits_ The Record". When this is scanned in, everything is fine until it gets to the track "guilty" which is by "Barbra Streisand with Barry Gibb". Please note that in the following debug log excerpt, the URL returned for the artist does indeed resolve to Barbra Streisand and that the MB arid inserted into the database is incorrect for the artist it is inserting, and correct for Barbra.
PHP Code:
07:08:10 T:140663482525440 DEBUG: Mysql execute: replace into song_artist (idArtist, idSong, strArtist, strJoinPhrase, boolFeatured, iOrder) values(7830,51341,'Bee Gees','',0,0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,1,'Stayin\' Alive',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,2,'How Deep Is Your Love',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,3,'Night Fever',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,4,'More Than a Woman',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,5,'Emotion',220)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,6,'Too Much Heaven',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,7,'Tragedy',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,8,'Love You Inside Out',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,9,'Guilty',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,10,'Heartbreaker',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,11,'Islands in the Stream',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,12,'You Win Again',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,13,'One',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,14,'Secret Love',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,15,'For Whom the Bell Tolls',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,16,'Alone',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,17,'Immortality',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,18,'This Is Where I Came In',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,19,'Spicks & Specks',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,20,'Love Me',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: INSERT INTO albuminfosong (idAlbumInfoSong,idAlbumInfo,iTrack,strTitle,iDuration) VALUES (NULL,2777,21,'You Should Be Dancing',0)
07:08:10 T:140663482525440 DEBUG: Mysql execute: UPDATE art SET url='nfs://192.168.1.50/media/sde1/home/home/xbmc/Music/Bee Gees/Their Greatest Hits_ The Record/folder.jpg' where art_id=11402
07:08:10 T:140663264880384 DEBUG: ffmpeg[7FEEB7EFA700]: [aac] ChannelElement 1.0 missing
07:08:10 T:140663482525440 DEBUG: Mysql commit transaction
07:08:10 T:140663482525440 DEBUG: UpdateDatabaseArtistInfo downloading info for: Barbra Streisand with Barry Gibb
07:08:10 T:140663482525440 DEBUG: scraper: ResolveIDToUrl returned <url>http://musicbrainz.org/ws/2/artist/56cd15a1-0d74-438b-8244-c96ffe1cae03?inc=url-rels</url>
07:08:10 T:140663264880384 DEBUG: ffmpeg[7FEEB7EFA700]: [aac] ChannelElement 1.0 missing
07:08:12 T:140663482525440 DEBUG: Previous line repeats 43 times.
07:08:12 T:140663482525440 DEBUG: -- nfo-scraper: Universal Artist Scraper
07:08:12 T:140663482525440 DEBUG: -- nfo url: http://musicbrainz.org/ws/2/artist/56cd15a1-0d74-438b-8244-c96ffe1cae03?inc=url-rels
07:08:12 T:140663482525440 DEBUG: Found matching nfo file: artist.nfo
07:08:12 T:140663482525440 DEBUG: DownloadArtistInfo Got details from nfo
07:08:12 T:140663482525440 DEBUG: Mysql execute: UPDATE artist SET strArtist = 'Adam Ant', strBorn = 'London (1954)', strFormed = '', strGenres = 'Pop/Rock', strMoods = 'Cynical/Sarcastic / Rousing / Tense/Anxious / Theatrical / Visceral / Witty / Aggressive / Celebratory / Confident / Freewheeling / Quirky / Rebellious / Snide / Boisterous / Detached / Eccentric / Fierce / Fun / Humorous / Playful / Raucous / Rollicking / Brassy / Bravado / Bright / Dramatic / Earnest / Energetic / Gutsy / Intense / Lively / Sexual / Sexy / Street-Smart / Swaggering / Manic / Urgent / Hedonistic / Ironic / Irreverent / Menacing / Nocturnal / Ominous / Sleazy / Sophisticated / Trashy / Volatile / Campy / Exuberant', strStyles = 'Alternative/Indie Rock / Contemporary Pop/Rock / New Wave / Post-Punk / Punk/New Wave / Dance-Rock', strInstruments = '', strBiography = 'Adam Ant is best known as a singer. He led Adam and the Ants in the early 1980s. Soon after he began a solo career with hits like \"Goody Two Shoes\" His most recent solo album was 1995\'s \"Wonderful\", which spawned the top 40 US single by the same name. His biggest contribution to music was probably his pioneering use of videos in the early 1980s.', strDied = '', strDisbanded = '', strYearsActive = '1970s - 2010s', strImage = '<thumb preview=\"http://assets.fanart.tv/fanart/music/e188a520-9cb7-4f73-a3d7-2f70c6538e92/artistthumb/ant-adam-500052f733720.jpg/preview\">http://assets.fanart.tv/fanart/music/e188a520-9cb7-4f73-a3d7-2f70c6538e92/artistthumb/ant-adam-500052f733720.jpg</thumb><thumb preview=\"http://www.theaudiodb.com/images/media/artist/thumb/ant-adam-500052f733720.jpg/preview\">http://www.theaudiodb.com/images/media/artist/thumb/ant-adam-500052f733720.jpg</thumb><thumb>http://cps-static.rovicorp.com/3/JPG_1080/MI0003/489/MI0003489224.jpg?partner=allrovi.com</thumb><thumb>http://cps-static.rovicorp.com/3/JPG_1080/MI0001/467/MI0001467944.jpg?partner=allrovi.com</thumb>', strFanart = '<fanart><thumb preview=\"http://assets.fanart.tv/fanart/music/e188a520-9cb7-4f73-a3d7-2f70c6538e92/artistbackground/adam-ant-4ec52aa8dfbff.jpg/preview\">http://assets.fanart.tv/fanart/music/e188a520-9cb7-4f73-a3d7-2f70c6538e92/artistbackground/adam-ant-4ec52aa8dfbff.jpg</thumb><thumb preview=\"http://assets.fanart.tv/fanart/music/e188a520-9cb7-4f73-a3d7-2f70c6538e92/artistbackground/adam-ant-4ec52ab1e2e3a.jpg/preview\">http://assets.fanart.tv/fanart/music/e188a520-9cb7-4f73-a3d7-2f70c6538e92/artistbackground/adam-ant-4ec52ab1e2e3a.jpg</thumb></fanart>', lastScraped = '2016-03-04 07:08:12', strMusicBrainzArtistID = '56cd15a1-0d74-438b-8244-c96ffe1cae03' WHERE idArtist = 7835
Obviously, there is no mention of Adam Ant in the actual 'artist.nfo' in the directory, nor in the tags of that track and the strMusicBrainzArtistID inserted is for Barbra Streisand.
If anyone could shed any light on this I would be most grateful.