2022-05-29, 22:47
Hi,
I was searching through the forum to find my use case. I found nothing that I could apply.
I register a movie smb source with movies in folders and an nfo file next to it.
"movies/Big Buck Bunny (2008)/Big Buck Bunny (2008).avi"
"movies/Big Buck Bunny (2008)/Big Buck Bunny (2008).nfo"
I start from a fresh KODI installation and when adding the movie source I add the scraper "Universal Movie Scraper"
After the source has been processed I can reinspect the movies and find Big Buck Bunny there.
Unfortunately no art or movie information has been imported.
My motivation to specify a nfo file is because I know the imdb_id before hand and do not want to rely on automated processes that are hard to verify for me.
Why does the "Universal Movie Scraper" not pick up the id in the nfo and complete the information?
Is there another file based approach where I can write my prepared imdb_id into a file and have that be known to any scraper?
Thanks in advance.
I was searching through the forum to find my use case. I found nothing that I could apply.
I register a movie smb source with movies in folders and an nfo file next to it.
"movies/Big Buck Bunny (2008)/Big Buck Bunny (2008).avi"
"movies/Big Buck Bunny (2008)/Big Buck Bunny (2008).nfo"
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
<title>Big Buck Bunny</title>
<uniqueid type="imdb" default="true">tt1254207</uniqueid>
</movie>
I start from a fresh KODI installation and when adding the movie source I add the scraper "Universal Movie Scraper"
After the source has been processed I can reinspect the movies and find Big Buck Bunny there.
Unfortunately no art or movie information has been imported.
My motivation to specify a nfo file is because I know the imdb_id before hand and do not want to rely on automated processes that are hard to verify for me.
Why does the "Universal Movie Scraper" not pick up the id in the nfo and complete the information?
Is there another file based approach where I can write my prepared imdb_id into a file and have that be known to any scraper?
Thanks in advance.