mza921 / Plex-Auto-Collections

Python 3 script to automatically update Plex collections based off a configuration file
309 stars 28 forks source link

TV Genre search not working #100

Open bigdork opened 3 years ago

bigdork commented 3 years ago

Version 2.4.5

Not sure when this stopped working, but the script wiped out a couple large collections (I had sync_mode: sync) before I noticed it was removing shows because "No shows found"

Have tried with and without the plex_search:

Config:

  Anime:
    collection_order: alpha
    plex_search:
      genre: Anime

Output:

Updating collection: Anime...
| Sync Mode: sync
|
| Processing Plex Search: genre(Anime)
| No shows found
| Anime Collection | - | Vehicle Force Voltron
| Anime Collection | - | Dragon Ball
| Anime Collection | - | Saint Seiya
^C
meisnate12 commented 3 years ago

after some testing this appears to be an issue with the plexAPI they're not searching properly. I've raised the issue with them but untill its corrected try using a genre filter instead of the plex search. It will take longer but the result should be the same

meisnate12 commented 3 years ago

it looks like they were able to figure out what was going on so now were just waiting on them to release the fix

meisnate12 commented 3 years ago

waiting on this pull request pkkid/python-plexapi/pull/598

bigdork commented 3 years ago

This is my only real outstanding issue, I hope they can address soon.