LukeChannings/moviematch

[Bug] Only Pulling one Movie Library

Closed this issue · 1 comments

edzeg commented
  • MovieMatch version: 1.10
  • System: Docker
  • Plex Version: 4.54.5

Describe the bug
I have a few "Movie" libraries.
Only the "Kids Movies" libraries is being loaded.
The regular "Movies" and "Stand-up Comedy" libraries are never loaded up.

When I make a room and run through it, indeed only the Kids movies come up, and once I go through them all no more are shown.

Expected behavior
Expected that All Movie libraries would be loaded and randomized.

Additional context Add any other context about the problem here.

DEBUG Log level DEBUG

DEBUG getSections: http://plex:32400/library/sections

INFO Listening on port 8000

DEBUG Available libraries: Kids Movies, Movies, Stand-up Comedy, Anime, Kids TV Shows, Spanish TV Shows, TV Shows, Music

DEBUG selected library titles - Kids Movies

DEBUG Loading movies from Kids Movies library

DEBUG Loaded http://plex:32400/library/sections/3/all?X-Plex-Token=XXXXXXXXXXXXXXXXXXXXXX: 200 OK

DEBUG Loaded 272 items from Kids Movies

edzeg commented

Found the issue...
Was using "LIBRARY_TITLE_FILTER", which is a v2 variable.
Should have been using "LIBRARY_FILTER" variable as running the v.1.10 docker version