Black Hole
May contain traces of nut
Does this trick make it possible to stream from a recording which is currently in progress?
Isn't the flaw in this plan that we don't have a reliable way of triggering a DLNA rescan on demand from the custom firmware.Then use your favourite method of forcing a DLNA rescan. The above files will become indexed (but they don't show up in the humax on-screen menu, which is good). I used the following jim tkl script to obtain the URL since the web interface doesn't like the empty files:s
Does this trick make it possible to stream from a recording which is currently in progress?
Possibly the helper files could be created in advance based on the recording schedule so they are indexed ready for use
That sounds excellent and I don't mind changes to the core code for an improvement like this - I'm always happy to accept patches! We'll have to accommodate users who have not installed undelete but that should be possible. I have something else that I haven't released yet which is using the new recmon framework to trigger an auto run as soon as a recording completes. The two changes would work very well together.I had a go at implementing this within the webif auto-decrypt. What I've done seems to work very well. It creates the helper link files within [Deleted Items] so that they don't distract the user too much and this also means that sweeper won't try to relocate the links themselves.
If you keep the helper files in [Deleted Items] won't they get deleted eventually? You could create a folder called [Helper], for example. The brackets around the folder name should prevent unwanted custom firmware operations. Creating this folder could be part of the package functionality so the undelete package would not be a dependency.I had a go at implementing this within the webif auto-decrypt. What I've done seems to work very well. It creates the helper link files within [Deleted Items] so that they don't distract the user too much and this also means that sweeper won't try to relocate the links themselves.
Does it matter if they are deleted after a few days - by then the actual recordings should have been indexed. The helper files are just to provide a valid index to the file before it would otherwise be available.If you keep the helper files in [Deleted Items] won't they get deleted eventually? You could create a folder called [Helper], for example. The brackets around the folder name should prevent unwanted custom firmware operations. Creating this folder could be part of the package functionality so the undelete package would not be a dependency.
There may be a problem initiating decrypt while the recording is in progress - there is nothing currently regulating the "playback speed" during decryption, so what will happen when the chase-play reaches the live point?