Thanks z3us! - I uploaded them to repo, so they are available for online update now.Fixed some issues with encoding in 2 spanish grabbers
Hi TLD,i have modified the NFO scraper to support MovPicNFO NFOs and MyVideos NFOs better the 2 NFO scrapers are attached along with a 2 part movie folder (Ben-Hur) minus the movies. the movie folder contains the NFO file plus cover and fanart as created by MyVideos, and a movie folder (Avatar) minus the movie. the movie folder contains the NFO file plus cover and backdrop (fanart) as created by MovPicNFO.
I am having a problem getting the MPVideoNFO scraper to pick up any 2 part movies also as you can see in the 2 part movie folder MyVideos supports multiple fanarts which i can not get to import in to MFs. I have gotten all the genres to import but they show 1 at a time instead of a string of them with a comma between them.
The MovPicNFO scraper imports everything when using "%Filename%_cover.jpg" and "%Filename_backdrop.jpg" for the cover and fanart as described in the MovPicNFO thread. The problem i am having with this is the genres are combined like "|Action|Adventure|Fantasy|Sci-Fi|" is seen as 1 genre.
So i was hoping someone who understands how these scrapers work better than me could take a look at them and fix them if possible.
Thanks
Hi TLD,i have modified the NFO scraper to support MovPicNFO NFOs and MyVideos NFOs better the 2 NFO scrapers are attached along with a 2 part movie folder (Ben-Hur) minus the movies. the movie folder contains the NFO file plus cover and fanart as created by MyVideos, and a movie folder (Avatar) minus the movie. the movie folder contains the NFO file plus cover and backdrop (fanart) as created by MovPicNFO.
I am having a problem getting the MPVideoNFO scraper to pick up any 2 part movies also as you can see in the 2 part movie folder MyVideos supports multiple fanarts which i can not get to import in to MFs. I have gotten all the genres to import but they show 1 at a time instead of a string of them with a comma between them.
The MovPicNFO scraper imports everything when using "%Filename%_cover.jpg" and "%Filename_backdrop.jpg" for the cover and fanart as described in the MovPicNFO thread. The problem i am having with this is the genres are combined like "|Action|Adventure|Fantasy|Sci-Fi|" is seen as 1 genre.
So i was hoping someone who understands how these scrapers work better than me could take a look at them and fix them if possible.
Thanks
I modified your scripts a bit:
- Genre/Categories are now properly read and formatted
- In VDB grabber, I changed search from "%Filename%.nfo" to "*.nfo" - however, that means it is only usable if movies are in separate directories.
If the multi part files are not imported correctly, it might require tweaking the corresponding expression(s) in AMCU.
@TLD - would you be able to provide a step by step guide how to convert from MovPics and Videos so we can include that in the wiki?
It should work, as long as there is only a single nfo per folder. Otherwise we have to think about a different solution ....Hi TLD,
I modified your scripts a bit:
- In VDB grabber, I changed search from "%Filename%.nfo" to "*.nfo" - however, that means it is only usable if movies are in separate directories
I thing this will be a problem as MyVideos exports NFO files in the "%Filename%.nfo" format automatically, and there are no options that i have seen to change that but will give ti a try.
Attached modified MPVideos grabber script - fanarts need to be list separated woth "comma". I also added limitation to "3" (you can remove or modify, if you want, but might be nice to show ppl the ability how to to restrict number of fanarts).OK here's the MovPicNFO grabber script and it works quite well as is. and the MPVideoNFO script that i modified to import fanart as the one we were using wasn't working with fanart.
While NFOs created by MPVideos does support multiple fanart i can't get the MPVideoNFO script to import more that 1.
Perhaps someone could see if they could get it to import multiple fanart.