It's definitely an "All" folder. I didn't delete it way back when as I didn't want any unforeseen loss of recordings. But if no-one else has it then I guess it can safely go.
I had looked through the various db files hoping there'd be a record kept in one of the tables but nothing jumped out at me. I'll post some follow-up thoughts on the webif thread as it's more appropriate there.
My goal is complete some jim/jquery webpages that I've been working on which display the whole of the media library in a collapsible tree.
The recording's synopsis is displayed when a file is selected and, upon further user instruction, the page initiates IR and sends the required button sequence to start the programme running locally on the HDR. The pages don't use the mobile framework, rather the desktop variety but display quite well on an iphone which is my controller of choice.
It'll take a while as I'm learning jim, jquery and javascript all at the same time. The first iteration of the concept, now abandoned, used an off-box webserver with vbscript and ADO to access a copy of the dlna database.
I still want to add functionality to search/filter the tree, have some list sorting problems to deal with, need to modify the launch script to deal with resume play and locked/unlocked files and need to make the look/feel consistent with existing webif pages.
Nevertheless the principal building blocks are there - bar one.
The problem I have is that IR needs a known starting point (i.e. the top of the tree) in order for the calculated button sequence (which is set relative to that top folder) to work. If the state of the library's pointer can be determined, then it should be possible to map a route to send it back to the top and subsequently send the command sequence to start the programme.