Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Central movieset location not working when movieset not on tmdb #60

Open
hablaras opened this issue Feb 9, 2021 · 2 comments
Open

Central movieset location not working when movieset not on tmdb #60

hablaras opened this issue Feb 9, 2021 · 2 comments

Comments

@hablaras
Copy link

hablaras commented Feb 9, 2021

I have this in settings.xml

<setting id="centraldir.set_dir">/var/media/MOVIES/moviesets/</setting>
<setting id="centraldir.set_enabled">true</setting>

And have a movieset for a movie in .NFO called XYZ, which is working in Kodi.

These files exist:
/var/media/MOVIES/moviesets/xyz/poster.jpg
/var/media/MOVIES/moviesets/xyz/clearlogo.png

But when using Manage -> AB: Add missing artwork on the movieset, it reports, "No artwork found. Missing something?"

The log reports that the set cannot be found on TMDb, which is correct. But it doesn't mention that it scanned (or tried to scan) the central folder:

== 2021-02-09 15:30:09: Processing list automatically
1 items in list - set: 1
== 2021-02-09 15:30:09: Processing set 'XYZ'
Missing artwork: clearart, discart, fanart, poster, keyart, banner, landscape, clearlogo
No artwork updated
Encountered an error - Could not find movie set on TMDb

Is this the expected behaviour?

@hablaras hablaras changed the title Central movieset location not working when movieset not on tm Central movieset location not working when movieset not on tmdb Feb 9, 2021
@rmrector
Copy link
Owner

That doesn't sound right. I'll take a look.

@hablaras
Copy link
Author

Small update:

  • It creates new movieset folders, but only when the movieset has not previously been added to the MyVideosXXX.db database. Setting a movie folder content to None and removing all movies, does not remove the moviesets from the movieset table! So it only works for a completely new set of movies with moviesets that have not ever been processed before
  • The folder names are case-sensitive: so a folder named "star wars" will not be matched by movieset "Star Wars" in Kodi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants