• 1
  • 17
  • 18
  • 19
  • 20
  • 21(current)
Release TheMovieDB movie scraper - PYTHON version
(2024-01-21, 17:52)cybericius Wrote: Either I use TheMovieDB move scraper or the Universal one, the arts cannot be fetched for almost all of them. There are some exceptions, like Aliens, but I can only see the thumbnail for almost all.
Without a Debug Log, we are only guessing...
1. Radarr/Sonarr normally create nfo files, so Kodi is using those files. NFO files created by Radarr are known to be incompatible with Kodi, or
2. You are using the wrong scraper.

No idea which without a Debug 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
I came back to report the solution. Indeed, what you wrote in 1), those *arr generated nfo files were different than the standard ones and most probably Kodi couldn't use them the way it expected. After using this command:
Code:
 find /path/to/media/ \( -name '*.nfo' \) -type f -delete
everything started to work.
Hope it will help others, too. Now the next step is to figure out how to prevent those nfo files generated by *arr. I don't understand why they didn't introduce a different storage solution with some other extension.
Thanks!
[align=initial !important]   [/align]
#s3gt_translate_tooltip_mini { display: none !important; }
Reply
(2024-01-21, 22:57)cybericius Wrote: Indeed, what you wrote in 1), those *arr generated nfo files were different than the standard ones and most probably Kodi couldn't use them the way it expected. After using this command:
Great!
Yep, those nfo files are always a problem here in the forum.
They have attempted a best fit nfo file for all the media managers, which probably doesn't work properly for any of them.
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
Hi,
I spent quite some time looking for a solution to have a prefix in the movie-directory-name, but havn´t found a solution yet.
Would you please be so kind to assist?
Is it possible to ignore a index-prefix (specified by a character, e.g. "_") in scraping?
something like:
https://forum.kodi.tv/showthread.php?tid=187569
https://forum.kodi.tv/showthread.php?tid=264251
https://forum.kodi.tv/showthread.php?tid=370722

example 1 numeric index:
Star.Trek.Collection
  • 01_Star.Trek.The.Motion.Picture.1979
    • movie.mkv
    • movie.nfo
  • 02_Star.Trek.The.Wrath.of.Khan.1982
    • movie.mkv
    • movie.nfo
  • 03_Star.Trek.The.Search.for.Spock.1984
    • movie.mkv
    • movie.nfo

example 2 date index:
Dustin.Hoffman.Collection
  • 1967_Die.Reifeprüfung
    • movie.mkv
    • movie.nfo
  • 1969_Asphalt.Cowboy
    • movie.mkv
    • movie.nfo
  • 1970_Little.Big.Man
    • movie.mkv
    • movie.nfo
Reply
(2024-03-10, 12:03)daCook8 Wrote: Is it possible to ignore a index-prefix
No.
You can only ignore characters to the right eg after the (year). You can't ignore characters on the left of the wanted string.

Use a Parsing nfo file... https://kodi.wiki/view/NFO_files/Parsing
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
(2024-03-10, 20:27)Karellen Wrote: No.
You can only ignore characters to the right eg after the (year). You can't ignore characters on the left of the wanted string.

ok.
maybe the developer has an idea:
https://github.com/xbmc/metadata.themovi...issues/212
Reply
Have the Kodi Video add-on scrapper: The Movie Database Python Version 2.2.0

Have the setting enabled for: "Enable Trailer (YouTube)" and I was able to view trailers until a few days ago, then when I selected to watch a trailer instead of playing it, I now get the message:
"! The following content is not available on this app. Watch this content on the latest version of YouTube"

Viewing on Nvidia Shield TV
Latest version of Kodi and latest version of The Movie Database Python Version 2.2.0
Reply
(2024-04-04, 01:18)jmuk Wrote: Have the Kodi Video add-on scrapper: The Movie Database Python Version 2.2.0

Have the setting enabled for: "Enable Trailer (YouTube)" and I was able to view trailers until a few days ago, then when I selected to watch a trailer instead of playing it, I now get the message:
"! The following content is not available on this app. Watch this content on the latest version of YouTube"

Viewing on Nvidia Shield TV
Latest version of Kodi and latest version of The Movie Database Python Version 2.2.0

Please try Addon YouTube 7.0.5 beta4

https://github.com/anxdpanic/plugin.vide...e/releases
Reply
Yes, that resolved it - thank you very much
Reply
The new version addon "TheMovieDB movie scraper - PYTHON version" 3.0.0 make a error every time you refresh a movie or with "update" library videos.

This happens when the "add keywords as tags" setting is disable : 

Image

log with this setting disable after a library videos scan :
https://paste.kodi.tv/supeqaravi.kodi

log with this setting disable after a movie information refresh :
https://paste.kodi.tv/afuganegiy.kodi

With "add keywords as tags" setting enable all works fine :

Image
Reply
(2024-04-22, 09:58)Nanomani Wrote: The new version addon "TheMovieDB movie scraper - PYTHON version" 3.0.0 make a error every time you refresh a movie or with "update" library videos.
Thanks Nanomani. It's also been reported here... https://github.com/xbmc/metadata.themovi...issues/217
Hopefully @rmrector will be able to fix quickly.
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
(2024-04-22, 10:00)Karellen Wrote:
(2024-04-22, 09:58)Nanomani Wrote: The new version addon "TheMovieDB movie scraper - PYTHON version" 3.0.0 make a error every time you refresh a movie or with "update" library videos.
Thanks Nanomani. It's also been reported here... https://github.com/xbmc/metadata.themovi...issues/217
Hopefully @rmrector will be able to fix quickly.

Indeed I should have looked there first.
Thanks for your feedback Smile
Reply
(2024-04-22, 10:07)Nanomani Wrote: Indeed I should have looked there first.
Fix has been merged... https://github.com/xbmc/repo-scrapers/pull/542
Thanks @rmrector
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
  • 1
  • 17
  • 18
  • 19
  • 20
  • 21(current)

Logout Mark Read Team Forum Stats Members Help
TheMovieDB movie scraper - PYTHON version0