
So first Q first...
Any chance you are going to document the different options for recorded_files API to https://github.com/Silicondust/documentation/wiki ?
(or even update some of the others which have changed since 2016, like POST vs GET for delete, etc

Now - nothing is insurmountable..
I can get the list of series, then process each for list of episodes, then sort based on my needs.
Am just trying to decide if it's worth the effort..
The main reason I keep updating the NAS packages and the HDHR_DVRUI is because it's relatively simple.
Now this change is kinda forcing me have a database behind the scenes which defeats the purpose.. There is already a well invested one running on my NAS - the record engine.
Honestly, it would be better if you could augment the record_files API to do the following
- provide a latest recorded episodes list (ideally we can specify how many we want (within some reasonable limits)), e.g. recorded_files?DisplayGroupID=latest&count=10
- provide ability to sort the output by date, alphabetical, or unwatched (if possible), e.g. recorded_files?DisplayGroupID=root&sort=date
- am sure I could think of lots of creative uses beyond that.
As I said - it just makes more sense to have the record_engine do this than me having to create another database, update a snapshot, maintain caching and synchronizing, etc.
(and since I'm in bitching mode (sorry

But if you could at a min just provide me with a recorded_files API that worked like before that would be good enough for now.