ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

Unmatched items #429

Closed ukdtom closed 6 years ago

ukdtom commented 6 years ago

Let FindMedia also detect, if the guid for a media starts with local, since as such, it's not matched by Plex

Sample:

guid="local://<KEY_OF_MEDIA"

ukdtom commented 6 years ago

Switching detection to year == None

ukdtom commented 6 years ago

Note to self....

When grab for seasons, use /tree to get all episodes in one go!

Might be a lot faster, as well as save a few calls towards PMS

ukdtom commented 6 years ago

And disregard above :(

Year is not exposed for episodes, when doing above, so would instead req. an additional call pr. episode :(

ukdtom commented 6 years ago

Fixed with above commit