Simple plugin to run sqlite3 query?

I want a plugin that simply runs a custom, predefined SQLite query and presents the results in a view inside Plex. Is that possible? I already have the SQLite query and am currently running ti from a bash script and generating an html file I can reference, but I have to do that on a separate device, so I’d like to put that inside Plex if possible.

(Basically, I want a view in Plex that show all the UHD content in the currently elected library)

I don’t know if Plex supports plugins generating a custom list of content,

Plugins are a dying race :frowning:

What you req. currently doesn’t exists, AFAIK, and doubt anybody will start developing towards a dead end, sorry

what do you mean “dead end”?

Check the link I posted!

like this?

image

also you can sort and save that as a playlist and easily access it any time

Uh… Where are you seeing that?

But I’d still like to know how to do this, since I can do some very nice custom queries in sqlite3.

https://app.plex.tv/desktop# > movies > click the ALL drop down > resolution > 4k

save to an autoplaylist by the add to playlist button (looks like +=).

good luck. if you already know python you can review the various plugins that are out there, but there is little to no documentation from plex, and with plugins being deprecated you won’t get any support.

I too would love a custom sql report, or even just more filter options that are available at the reference above.