Black Hole
May contain traces of nut
Bump! It's pointless having a bookmark at position zero, which I then delete afterwards.The Save New Bookmarks option doesn't need to recreate a bookmark at the very start and the very end of the cropped output!

Bump! It's pointless having a bookmark at position zero, which I then delete afterwards.The Save New Bookmarks option doesn't need to recreate a bookmark at the very start and the very end of the cropped output!
/mod/webif/html/sched/list/index.jim appears to try to display a non-empty folder set for a single recording, even though that folder won't be used (however a) the folder could only have been set by hacking the reservation; b) this code uses a ucRecKind value of 1 which seems to be otherwise unused, instead of 0: was this part of some incomplete experimental version?)./mod/webif/html/sched/list/script.js to enable the "Create Folder" menu item for single recordings;/mod/webif/html/sched/rpc/mkdir.jim to add processing for the case of a single recording to change the reservation to a series recording linked to the same EPG event but with a dummy series CRID as above;recmon hook to delete the transformed series event once the recording has completed (on any status, or only on success?);/mod/webif/html/sched/list/index.jim./mod/webif/html/sched/list/index.jim were modified to pass a "direxists" attribute on a series row (0 if folder not created), it would be possible to use that in the code that en/dis/ables the "Create Folder" menu item.Next request: on the Browse Media Files pages, could we have the "Queue for" button open a sub-menu rather than instantly invoke the pre-selected action. I think this would be more intuitive and less liable to user error. The button could be changed to "Queue for...".
itemText it's necessary to set the itemValue, which controls whether the custom name is used.itemValue set to 1 for any custom favourite name makes all of them apply, regardless of the other itemValues./mod/boot/rsvsync binary:update setup.TBL_MENUCONFIG set itemText = '%s' where itemName = 'FAV_CUSTOM_STR0%d'
update setup.TBL_MENUCONFIG set itemText = '%s', itemValue = 1 where itemName = 'FAV_CUSTOM_STR0%d'
Each time you want to repeatedly open the same file to make minor changes, (I made the actual change using a text editor on my laptop, then copied and pasted), you have to navigate through the various hierarchy, having the [ Commonly edited files ] bit at the bottom of the screen to include the last edited file, or a prompt box whereby you could paste the entire link
How about using the [ Content Type ] as a folder descriptor, for example, all films, which by the majority of cases are single non series linked have the option to be automatically placed in a [ Films ] folder, and the same for other non-series linked broadcasts, or have a button pop up asking [ File where? ], based on programme title or based on [ Content Type ]
I think that's meant for the sweeper thread! I added your comments about File Editor to the WebIF thread because File Editor is covered in the WebIF as a diagnostic tool, but sweeper is a thing on its own!How about using the [ Content Type ] as a folder descriptor, for example, all films, which by the majority of cases are single non series linked have the option to be automatically placed in a [ Films ] folder, and the same for other non-series linked broadcasts, or have a button pop up asking [ File where? ], based on programme title or based on [ Content Type ]
I would have thought it more a [ Remote Scheduling ] topic, as the previous comments referred to [ CRID ], which if my memory is still working, [ CRID ] are not used in [ Sweeper ]I think that's meant for the sweeper thread! I added your comments about File Editor to the WebIF thread because File Editor is covered in the WebIF as a diagnostic tool, but sweeper is a thing on its own!
I've just reread the comment and there are numerous references to [ /mod/webif/html/sched/... ], I'm not seeing any reference to [ Sweeper ]I think that's meant for the sweeper thread! I added your comments about File Editor to the WebIF thread because File Editor is covered in the WebIF as a diagnostic tool, but sweeper is a thing on its own!
Isn't that about sweeper then? If not, what? If it is about RS, then it should be in the RS thread. Context is everything.How about using the [ Content Type ] as a folder descriptor, for example, all films, which by the majority of cases are single non series linked have the option to be automatically placed in a [ Films ] folder, and the same for other non-series linked broadcasts, or have a button pop up asking [ File where? ], based on programme title or based on [ Content Type ]
Surely you reply to a comment in the same thread as the original poster, otherwise you would be hoping from thread to thread, I realise in an ideal world things would or should be done differently, but I just responded to a comment from other poster and to make following the thread easier, I posted the reply in the same threadIsn't that about sweeper then? If not, what? If it is about RS, then it should be in the RS thread. Context is everything.
as a request for additional functionality for sweeper.How about using the [ Content Type ] as a folder descriptor
The editor already has a Save button that does not close the current file so I was surprised by @Andrea Edwards problemsIn summary: have the Open dialogue preserve state from previous navigation; add the most recent file (or three) to the quick-access list; add a Save button which does not close the current file.
Wrong again, as an option for [ Remote Scheduler ], [ Sweeper ] does not process [ CRID ] information, (or has that now changed) , or at least that is what I was told in a previous comment, in a previous thread, in a galaxy far far awayas a request for additional functionality for sweeper.
Scheduling, not Remote Scheduling: the idea was to allow recording a single show to a folder by making it a fake series. This works but clearing up afterwards is a problem not yet solved.I would have thought it more a [ Remote Scheduling ] topic, as the previous comments referred to [ CRID ], which if my memory is still working, [ CRID ] are not used in [ Sweeper ]
Thank you for clarifying /df, but as an aside, as [ Remote Scheduling ] is sending the details of the event to be recorded, can it in some way be manipulated before it is sent to a HumaxScheduling, not Remote Scheduling: the idea was to allow recording a single show to a folder by making it a fake series. This works but clearing up afterwards is a problem not yet solved.
What's Ctrl-F5 all about in this context?I found that if the *.js file is still loaded in the [ File Editor ] window with any changed saved, those changes are not actioned by doing a [ Ctrl + F5 ], the file in [ File Editor ] has to be closed, eg not in the window for editing, yes there is a [ Save ] button and yes there a confirmation pop up window, but my edits were not actioned until the [ File Editor ] is returned to the [ Diagnostics ] page