Cannot scrape with imdb in .nfo file
#1
File:  "Falcon Lake (Charlotte Le Bon, 2022).mkv"
I have  "Falcon Lake (Charlotte Le Bon, 2022).nfo" with content "https://www.imdb.com/title/tt11448830/'
Moviedb movie: https://www.themoviedb.org/movie/946127-...uage=en-US

Why is not finding it? Any easy thing I can add in the .nfo file?

https://paste.kodi.tv/vemeyulaxe
Reply
#2
Rename the folder Falcon Lake (2022) and remove the NFO file, then refresh info.
Reply
#3
as a standard practice, if your file/folder name cannot be searched on tmdb then it is probably not going to get through the scraper either

since the scraper has to use that name to search tmdb itself


try Falcon Lake (Charlotte Le Bon, 2022)

and then Falcon Lake
Reply
#4
I understand I can try to change the name of the movie.
But I'd like to avoid this if I can just change the contents of the .nfo file. It works better for me
Is there a way of doing it?

Incidentally, trying "Falcon Lake (2022)" doesn't work in https://www.themoviedb.org/ either
Reply
#5
if you want to use "local information" (NFO) set your source's content to "local information only"
Reply
#6
(2023-09-15, 16:25)jalcaid001 Wrote: Why is not finding it? Any easy thing I can add in the .nfo file?
For some reason Kodi is not seeing your nfo file.
How have you named the file?
Where have you saved it?
Is the file encoding UTF8?
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#7
(2023-09-15, 19:32)jalcaid001 Wrote: Incidentally, trying "Falcon Lake (2022)" doesn't work in https://www.themoviedb.org/ either
I didn't say it would work in the webpage search but renaming the folder Falcon Lake (2022) definitely works in the scraper.
Reply
#8
(2023-09-15, 19:32)jalcaid001 Wrote: Incidentally, trying "Falcon Lake (2022)" doesn't work in https://www.themoviedb.org/ either

https://www.themoviedb.org/search?langua...&year=2022

the scraper extracts the year, when it knows it - https://github.com/xbmc/metadata.tvshows...ns.py#L223

but kodi has to find it in the title in a format it understands first in order to send it to the scraper
Reply
#9
(2023-09-15, 23:35)jepsizofye Wrote: but kodi has to find it in the title in a format it understands first in order to send it to the scraper
Nope.
If a Parsing nfo file is being used, none of that matters. It will just follow the valid link in the nfo file.

OP stated...
(2023-09-15, 16:25)jalcaid001 Wrote: I have  "Falcon Lake (Charlotte Le Bon, 2022).nfo" with content "https://www.imdb.com/title/tt11448830/'
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#10
(2023-09-16, 00:14)Karellen Wrote: If a Parsing nfo file is being used, none of that matters. It will just follow the valid link in the nfo file.

maybe it is supposed to but line 512 of the log provided shows it tried with the filename query=Falcon%20Lake%20(Charlotte%20Le%20Bon%2c%202022)&year=
Reply
#11
(2023-09-16, 00:18)jepsizofye Wrote: maybe it is supposed to but line 512 of the log provided shows it tried with the filename query=Falcon%20Lake%20(Charlotte%20Le%20Bon%2c%202022)&year=
Yep, because the vidoescanner could not find the nfo file, which is why I asked my questions in post#6
If the nfo file had been found, you would not see that line in the log.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#12
(2023-09-15, 23:35)jepsizofye Wrote:
(2023-09-15, 19:32)jalcaid001 Wrote: Incidentally, trying "Falcon Lake (2022)" doesn't work in https://www.themoviedb.org/ either

https://www.themoviedb.org/search?langua...&year=2022

the scraper extracts the year, when it knows it - https://github.com/xbmc/metadata.tvshows...ns.py#L223

but kodi has to find it in the title in a format it understands first in order to send it to the scraper
Interesting. The following worked

https://api.themoviedb.org/3/search/movi...&year=2023
https://api.themoviedb.org/3/search/movi...&year=2022
https://api.themoviedb.org/3/search/movi...con%20Lake

That movie has some fields for 2023 and some for 2022
Reply
#13
(2023-09-16, 00:30)Karellen Wrote:
(2023-09-16, 00:18)jepsizofye Wrote: maybe it is supposed to but line 512 of the log provided shows it tried with the filename query=Falcon%20Lake%20(Charlotte%20Le%20Bon%2c%202022)&year=
Yep, because the vidoescanner could not find the nfo file, which is why I asked my questions in post#6
If the nfo file had been found, you would not see that line in the log.
You were right!
There was a typo in the file name (I saw it when I looked in my Linux samba share)
Now everything works with the .nfo file (as it usually does)

Thanks a lot!
Reply

Logout Mark Read Team Forum Stats Members Help
Cannot scrape with imdb in .nfo file0