/mod is a symlink in the RO filesystem /.
/mod/* expands in the shell to a list of the files and directories in the directory linked from /mod, whose filesystem is RW.
Either rm -r /mod/* (leaves the empty mod directory, probably a good thing) or rm -r $(realpath /mod), but the realpath...
If this patch is uncontroversial there's no reason not to include it in the delivered package, or massage it so that it isn't controversial.
Otherwise you have to observe when the affected files have been updated and apply the patch yourself, in a telnet or WebShell terminal session. Although...
Here's Steve's description of the $() syntax with a link to some discussion of possible expr syntax shortcuts for real TCL, including the announcement of $(). $[] might have been more acceptable and just as easy to add.
Your typical ISP mail account may not be so tricky as G-not-reallly-mail, especially when the connection is over the ISP connection.
For today's TLS, sSMTP probably needs to be rebuilt against the latest OpenSSL, as was done with wget (eg).
Even if you don't have a mail server, it seems like sSMTP can manage if you set its config file like this GMail example:
root=myemailaddress@gmail.com
mailhub=smtp.gmail.com:587
AuthUser=mygmailusername
AuthPass=mypassword
UseSTARTTLS=YES
Since you'd be sending the email through your known...
Apparently I already exhausted all the ideas I had about the unsynced subtitles issue (3).
When the latest or next speech-to-subtitle system using some generative "AI" tech turns out to be prone to rewrite the dialogue
as it goes along, it won't matter anyway.
Regarding (4), that's eminently...
Apparently the expression evaluator doesn't know about $(...), whether accidentally or by design. I guess there is some processing to parse $(...) in the top level of Jim parsing that is not available when an expression is parsed. You might compare it with a C preprocessor macro.
Yes, I think so.
The Jim manual says that (depending on build options) REs can be POSIX Extended or conform to a subset of Perl/Python/TCL Advanced REs.
In the latter case (?:pattern) brackets and matches the pattern like (pattern) but without capturing the match for pattern.
The additional...
As busybox is a single program that tries to implement the POSIX utilities* for low resource environments (looking at you, HD/HDR), it has endless build options to control which utilities are included and how fully each one is implemented.
The OEM firmware contains a (read-only) version of...
Why not search this thread?
The same technique would apply whether tweaking the CF youtube-dl package, or the youtube-dl master code or nightly release, or yt-dlp (whose BBC extractor is basically the same). But in the first case you might be downloading material that can't be played on the...
Perhaps lobbying for the iPlayer app to be fixed would be productive if you have a valid contact. Apparently even newer platforms have been having trouble recently ("why you should never buy a Smart TV").
I don't think OTA update exists for any platform now, because the manufacturers expect to...
However, Together TV has full EPG descriptions and distinct CRIDs even when the show is not on DVB-T. Maybe they use the same EPG data for satellite and broadcast 24hrs there.
If the saved EPG data (however named) has some flag in the relevant programmes there is a way forward for the CF/Webif side, but not obviously for the on-screen EPG.
But whatever call chain in the Humax blob writes that saved data must be starting from the (or an) internal copy of the EPG data...
This information is not obviously available from the Freeview site ("You had one job").
Currently, filtering the General Entertainment table at https://en.wikipedia.org/wiki/List_of_DTT_channels_in_the_United_Kingdom for 'stream' in the Notes column gives a reasonably useful list with the time...
As to how the receiver knows what sort of content is being shown, D-Book 7 Pt A (2011) specified that a data_broadcast_id should be present in the Program Specific Information for the show, whereas that field should be in the channel's entry in the Service Description Table for a data-only...
/mod is a symlink in the RO filesystem /.
/mod/* expands in the shell to a list of the files and directories in the directory linked from /mod, whose filesystem is RW.
Either rm -r /mod/* (leaves the empty mod directory, probably a good thing) or rm -r $(realpath /mod), but the realpath...
If this patch is uncontroversial there's no reason not to include it in the delivered package, or massage it so that it isn't controversial.
Otherwise you have to observe when the affected files have been updated and apply the patch yourself, in a telnet or WebShell terminal session. Although...
Here's Steve's description of the $() syntax with a link to some discussion of possible expr syntax shortcuts for real TCL, including the announcement of $(). $[] might have been more acceptable and just as easy to add.
Your typical ISP mail account may not be so tricky as G-not-reallly-mail, especially when the connection is over the ISP connection.
For today's TLS, sSMTP probably needs to be rebuilt against the latest OpenSSL, as was done with wget (eg).
Even if you don't have a mail server, it seems like sSMTP can manage if you set its config file like this GMail example:
root=myemailaddress@gmail.com
mailhub=smtp.gmail.com:587
AuthUser=mygmailusername
AuthPass=mypassword
UseSTARTTLS=YES
Since you'd be sending the email through your known...
Apparently I already exhausted all the ideas I had about the unsynced subtitles issue (3).
When the latest or next speech-to-subtitle system using some generative "AI" tech turns out to be prone to rewrite the dialogue
as it goes along, it won't matter anyway.
Regarding (4), that's eminently...
Apparently the expression evaluator doesn't know about $(...), whether accidentally or by design. I guess there is some processing to parse $(...) in the top level of Jim parsing that is not available when an expression is parsed. You might compare it with a C preprocessor macro.
Yes, I think so.
The Jim manual says that (depending on build options) REs can be POSIX Extended or conform to a subset of Perl/Python/TCL Advanced REs.
In the latter case (?:pattern) brackets and matches the pattern like (pattern) but without capturing the match for pattern.
The additional...
As busybox is a single program that tries to implement the POSIX utilities* for low resource environments (looking at you, HD/HDR), it has endless build options to control which utilities are included and how fully each one is implemented.
The OEM firmware contains a (read-only) version of...
Why not search this thread?
The same technique would apply whether tweaking the CF youtube-dl package, or the youtube-dl master code or nightly release, or yt-dlp (whose BBC extractor is basically the same). But in the first case you might be downloading material that can't be played on the...
Perhaps lobbying for the iPlayer app to be fixed would be productive if you have a valid contact. Apparently even newer platforms have been having trouble recently ("why you should never buy a Smart TV").
I don't think OTA update exists for any platform now, because the manufacturers expect to...
However, Together TV has full EPG descriptions and distinct CRIDs even when the show is not on DVB-T. Maybe they use the same EPG data for satellite and broadcast 24hrs there.
If the saved EPG data (however named) has some flag in the relevant programmes there is a way forward for the CF/Webif side, but not obviously for the on-screen EPG.
But whatever call chain in the Humax blob writes that saved data must be starting from the (or an) internal copy of the EPG data...
This information is not obviously available from the Freeview site ("You had one job").
Currently, filtering the General Entertainment table at https://en.wikipedia.org/wiki/List_of_DTT_channels_in_the_United_Kingdom for 'stream' in the Notes column gives a reasonably useful list with the time...
As to how the receiver knows what sort of content is being shown, D-Book 7 Pt A (2011) specified that a data_broadcast_id should be present in the Program Specific Information for the show, whereas that field should be in the channel's entry in the Service Description Table for a data-only...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.