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

Extend PMS module getSection with title #311

Closed creoludifico closed 7 years ago

creoludifico commented 7 years ago

Yoyo tommy. Can you replace the letterKey with a search for title instead? We are using lazy load (skip, take) so for us to have a decent search it has to be filtered on the same call.

/api/v3/pms/getSection/key//start//size/[/getSubs]/[letterKey/] ----> /api/v3/pms/getSection/key//start//size/[/getSubs]/[/filter?title=new]

Would be awesome ^^

ukdtom commented 7 years ago

Fixed with above commit. Check the doc