2023-09-13, 00:39
Hello,
I usually use Tvdbv4 scraper on my TV series. But for one specific serie (millénium mini-serie) there is no answer in Tvdb database. I asked the tvdb site in order to create the serie, but they refused arguing that this serie is a "reshot" of 3 films (in fact it's the opposite).
Anyway Tmdb seems not to have the same problem : https://www.themoviedb.org/tv/80855-millenium
Using the kodi UI i know i can change the scraper for a specific folder (it works). But when i rescan my library i have to manually make the same changes each time. I want to know if there is way using nfo files to automatically give the same information (to switch the scraper for this folder).
using the export library feature i can get the "tvshow" and "episode" listing but maybe there is a better way to do that using the path tag of the videodb tag.
For the specific directory at the end of the export, i have among other paths, the specific configuration :
<path>
<url>...</url>
<scanrecursive>0</scanrecursive>
<usefoldernames>true</usefoldernames>
<content>tvshows</content>
<scraperpath>metadata.tvshows.themoviedb.org.python</scraperpath>
</path>
</paths>
</videodb>
Is there anyway to store this specific information in a permanent way (nfo) ? I saw only tvshow,movie, audio etc ... nfo. nothing about a "videodb" nfo file. Does it exists anyway ?
Thanks
I usually use Tvdbv4 scraper on my TV series. But for one specific serie (millénium mini-serie) there is no answer in Tvdb database. I asked the tvdb site in order to create the serie, but they refused arguing that this serie is a "reshot" of 3 films (in fact it's the opposite).
Anyway Tmdb seems not to have the same problem : https://www.themoviedb.org/tv/80855-millenium
Using the kodi UI i know i can change the scraper for a specific folder (it works). But when i rescan my library i have to manually make the same changes each time. I want to know if there is way using nfo files to automatically give the same information (to switch the scraper for this folder).
using the export library feature i can get the "tvshow" and "episode" listing but maybe there is a better way to do that using the path tag of the videodb tag.
For the specific directory at the end of the export, i have among other paths, the specific configuration :
<path>
<url>...</url>
<scanrecursive>0</scanrecursive>
<usefoldernames>true</usefoldernames>
<content>tvshows</content>
<scraperpath>metadata.tvshows.themoviedb.org.python</scraperpath>
</path>
</paths>
</videodb>
Is there anyway to store this specific information in a permanent way (nfo) ? I saw only tvshow,movie, audio etc ... nfo. nothing about a "videodb" nfo file. Does it exists anyway ?
Thanks