2015-07-03, 03:41
Hello,
I am having some weird issues with music scraping. First, a lot of titles in my library are small local bands without any info on the web. I recently discovered library view and want to view by artist because I think it's a great way to view my collection. So for these artists who aren't on the web I've been adding some kind of image to go with them. I do this by hitting context menu, then artist info, then get thumb, browsing to local file, etc. This has worked fine on many but not on all. Some artists I go to artist info and it prompts me to input the name again, which I do, then it goes into an infinite loop prompting for the name until I X out of the dialog, then it says "download artist info failed".
Ok so I assume downloading is the problem so I tried making an artist nfo and putting it in that artist directory, then changing artist scraper to "local NFO only", then clicking artist info again. No good, same exact error.
I am not sure how much I need to put into the artist NFO. I have tried just
<artist>
<name>artist name</name>
</artist>
then I have also tried
<artist>
<name>artist name</name>
<genre clear=true>Rock</genre>
<genre></genre>
<genre></genre>
<style clear=true></style>
<style></style>
<mood clear=true></mood>
<mood></mood>
<yearsactive clear=true>19??'s to 20??'s</yearsactive>
<born>Birth date of artist</born>
<formed>Date band formed</formed>
<instruments></instruments>
<biography></biography>
<died></died>
<disbanded><disbanded>
<thumb></thumb>
<album>
<title></title>
<year></year>
</album>
</artist>
Neither make any difference, it acts as though it's still trying to download from the web and ignoring the NFO file even if I switch artist scraper to local NFO.
I created the file using Notepad and saved it as artist.nfo in the artist directory, which I believe is correct.
Is it sufficient that I am clicking on "artist info" to try to rescrape? Or would I need to rescrape the entire library from local info to make this work? (That would be terrible)
Basically all I want is to be able to add an artist image to every entry otherwise what is the point of having it on some but not others. Is there any other way to do this?
Been at this for a few hours now and I can find some similar issues on the web but not exactly.
I really do not care if the biography is accurate I just want the ability to add thumb and fanart to all of the artist entries.
edit:
Solved my own issue, all I had to do was put a cover.jpg file into the artist directory and this ended up being used as the artist thumb. I haven't been able to figure out the same for fan art yet but thumb is sufficient.
edit2:
This does not always work. Sometimes it's necessary to remove (move) the entire directory out of the music folder. Then clean the music library. Then put the folder back in and do an update. However, even this does not always work 100% of the time. And, if you decide you want a different image later, you can't simply change the jpgs in the artist directory and clean and update, it will pull the first image it scraped from the HD from wherever Kodi keeps these files. I have tried the removal, clean, put back, update process and it sitll pulls the first image scraped. So be careful.
The process only works at all if your directory structure is set up as /Artist/Album and only if your Artist directory name is exactly the same as it appears in Kodi.
(It's taking me 5-15 minutes per artist to get a thumbnail to show up because of the various voodoo procedures I described above. The inconsistency is frustrating.)
edit3:
I finally got NFO scraping to work which solved all of my problems I think.
edit4:
NFO scraping works in some cases but not in others. Seems there is no end to this.
I am having some weird issues with music scraping. First, a lot of titles in my library are small local bands without any info on the web. I recently discovered library view and want to view by artist because I think it's a great way to view my collection. So for these artists who aren't on the web I've been adding some kind of image to go with them. I do this by hitting context menu, then artist info, then get thumb, browsing to local file, etc. This has worked fine on many but not on all. Some artists I go to artist info and it prompts me to input the name again, which I do, then it goes into an infinite loop prompting for the name until I X out of the dialog, then it says "download artist info failed".
Ok so I assume downloading is the problem so I tried making an artist nfo and putting it in that artist directory, then changing artist scraper to "local NFO only", then clicking artist info again. No good, same exact error.
I am not sure how much I need to put into the artist NFO. I have tried just
<artist>
<name>artist name</name>
</artist>
then I have also tried
<artist>
<name>artist name</name>
<genre clear=true>Rock</genre>
<genre></genre>
<genre></genre>
<style clear=true></style>
<style></style>
<mood clear=true></mood>
<mood></mood>
<yearsactive clear=true>19??'s to 20??'s</yearsactive>
<born>Birth date of artist</born>
<formed>Date band formed</formed>
<instruments></instruments>
<biography></biography>
<died></died>
<disbanded><disbanded>
<thumb></thumb>
<album>
<title></title>
<year></year>
</album>
</artist>
Neither make any difference, it acts as though it's still trying to download from the web and ignoring the NFO file even if I switch artist scraper to local NFO.
I created the file using Notepad and saved it as artist.nfo in the artist directory, which I believe is correct.
Is it sufficient that I am clicking on "artist info" to try to rescrape? Or would I need to rescrape the entire library from local info to make this work? (That would be terrible)
Basically all I want is to be able to add an artist image to every entry otherwise what is the point of having it on some but not others. Is there any other way to do this?
Been at this for a few hours now and I can find some similar issues on the web but not exactly.
I really do not care if the biography is accurate I just want the ability to add thumb and fanart to all of the artist entries.
edit:
Solved my own issue, all I had to do was put a cover.jpg file into the artist directory and this ended up being used as the artist thumb. I haven't been able to figure out the same for fan art yet but thumb is sufficient.
edit2:
This does not always work. Sometimes it's necessary to remove (move) the entire directory out of the music folder. Then clean the music library. Then put the folder back in and do an update. However, even this does not always work 100% of the time. And, if you decide you want a different image later, you can't simply change the jpgs in the artist directory and clean and update, it will pull the first image it scraped from the HD from wherever Kodi keeps these files. I have tried the removal, clean, put back, update process and it sitll pulls the first image scraped. So be careful.
The process only works at all if your directory structure is set up as /Artist/Album and only if your Artist directory name is exactly the same as it appears in Kodi.
(It's taking me 5-15 minutes per artist to get a thumbnail to show up because of the various voodoo procedures I described above. The inconsistency is frustrating.)
edit3:
I finally got NFO scraping to work which solved all of my problems I think.
edit4:
NFO scraping works in some cases but not in others. Seems there is no end to this.