Question about how Tunarr queries Plex #571
-
I'm curious, does Tunarr query plex via the API found in the XML docs? Like if I use the url "http://PLEX_IP:32400/library/sections/1/all/?X-Plex-Token=MY_TOKEN" and look at the shows there, they have a studio field (and I know that the TV library can be filtered by Network)... can we not use those to help build channels?
Maybe store paths to each of these items (with their relevant metadata) in the database and you can even just have a "refresh" feature that checks each series for their total items, and in the case of a discrepency, updates the data. Anyway this was supposed to be a question so I'll leave it there... does Tunarr use this field? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey there! I am able to see and filter on studio for both movies and TV shows: Are you not able to see that filter option in the dropdown? Tunarr uses the same endpoints that Plex does to collect available filter fields and values from your server.
|
Beta Was this translation helpful? Give feedback.
-
Nope but I have a semi botched install. I'll try to clean this up and see
if that's the same after
…On Tue, Jun 25, 2024, 4:32 p.m. Christian Benincasa < ***@***.***> wrote:
Hey there! I am able to see and filter on studio for both movies and TV
shows:
Screenshot.from.2024-06-25.16-27-31.png (view on web)
<https://github.com/chrisbenincasa/tunarr/assets/1640671/f3272c64-54a8-40ac-8be2-1d7c7e6fabba>
Screenshot.from.2024-06-25.16-28-43.png (view on web)
<https://github.com/chrisbenincasa/tunarr/assets/1640671/087356e2-4067-400e-bc56-01405fd3cf87>
Are you not able to see that filter option in the dropdown?
image.png (view on web)
<https://github.com/chrisbenincasa/tunarr/assets/1640671/6e846a25-45d7-4bea-ba27-b1a79300cb07>
Tunarr uses the same endpoints that Plex does to collect available filter
fields and values from your server.
/library/sections/{ID}/all?includeMeta=1&includeAdvanced=1&X-Plex-Container-Start=0&X-Plex-Container-Size=0
—
Reply to this email directly, view it on GitHub
<#571 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGS734YQ7V77XIO3PHPNBDZJHHVZAVCNFSM6AAAAABJ4QF2LSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNZVG4ZDQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Sounds good. You can check against your Plex server using that endpoint too