Could a literal \ be present in the str passed in here (ie, not one that just appears to escape some other character, like ;)?
But TCL 8.7 has regsub -command ... which causes the "replacement" to be applied as a proc to a list of the match and submatches. According to Jim TCL issue #170 this...
/mod/webif/lib/utils:104: Error: missing close-brace
in procedure 'entry' called at file "/mod/webif/html/browse/index.jim", line 37
0
in procedure '::js::escape' called at file "/mod/webif/html/browse/index.jim",
line 118
at file "/mod/webif/lib/utils", line 104
Looks like the escaping is...
If you "prefer" the native HLS downloader, the CF Python SSL will be used and is likely to fail, whereas the rebuilt CF ffmpeg should succeed. Other downloaders don't know how to handle HLS (called m3u8 in the supports() methods in youtube_dl/downloader/external.py). However, ISTR that iPlayer...
I suppose there's just the one WiFi base station here?
If so, there must be some nonsense in the stack between Edge and the network, or there could be firewalling in what I assume is a WiFi "router"/modem. Testing with other network clients might show this up. Also, Edge??? (see...
Only a failed mathematician with a soldering iron here, but isn't it a soft-start thing to protect the power MOSFET?
Let's say that the SoC is not calling for the HDD, so in the circuit posted above the 12V input is on but the NPN transistor is off. The MOSFET voltages would be G, S, D = 12V...
The upstream version is being shown, and will be shown when the program displays its version number. The local patches don't affect the functionality baseline, but just adapt the program to the CF environment. Maybe the non-beta package version could have a qualifier to show changes.
If iPlayer...
The urgent need could indeed be handled by using a youtube-dl nightly version (works on elderly Windows, too), or the downstream yt-dlp, on a grown-up machine. Or add the 3-line hack to extractor/common.py (from memory, in /mod/lib/python2.7/dist-packages/youtube-dl/youtube_dl/).
I'm looking...
Since the ITVX extractor is probably not working now or in the future, we can get shows that are available N of the border from STV instead. Astonishingly, ITV and STV had different streaming sites even before ITVX, and the STV site is more amenable, while ITVX has joined the opaque ranks of...
I listed the cases where yt-dl applies the fixup above. The uncertainty arises from yt-dl/ffmpeg not knowing how the output will be used, not from the actual "malformation" (a poor description of the situation, probably chosen by a speaker whose first language wasn't English).
Basically (see...
Another way forward could be to use --hls-prefer-ffmpeg --hls-use-mpegts --external-downloader-args "-mpegts_m2ts_mode true". How would this help?
1. The fixup is only applied when the native downloader is used and --fixup ... does not disable it, or, regardless of --fixup ..., if the ffmpeg...
For playing locally and then deleting, you can probably skip the "fixing" (--fixup warn, or just use the program.mp4 as-is). Here is the ffmpeg doc for the fixup.
A 256MB swap file solved this for me, but with MP4 files of ~1.7GB (Vigil S2 E5, eg), on a re-built HD-Fox T2 where I'd forgotten to...
The Queue display Webif code lives inside the html/diag module but nowadays it's really a stand-alone function.
In qtube, there is s button that links to the qtube.log display. The Queue display could have a similar feature linking to the auto-processing log file:
---...
Just that what you wrote before seemed to suggest that the app provided by the streaming service is the only way to access the content, which might be true as implemented by Humax in the Aura, but isn't a legal requirement. What would stop you saving your content to watch offline is a legal...
@MikeSh
All the bastard companies in the world want to run their code (app) on your client instead of running a proper website but if they send it to you from their webserver, you have to have it on your client: whether that local cache is erased or written to users/MikeSh/Precious content is...
Agreed, but there are possible ways forward, probably not worthwhile for "only telly".
If PEBRAS (problem exists between remote and sofa) is excluded, one possible way for this to happen is file system damage: eg the disk blocks storing the Video directory have gone bad, or some unexpected...
So far just ITV3+1 and ITVBe+1. ITV2+1 hours were reduced. ITV4+1 was already vestigial. See https://rxtvinfo.com/2023/itv-makes-surprise-freeview-change/.
The financial imperative here is that ITV's Freeview slots come from a mux owned by an ITV company. The limited ad revenue available from...
Could a literal \ be present in the str passed in here (ie, not one that just appears to escape some other character, like ;)?
But TCL 8.7 has regsub -command ... which causes the "replacement" to be applied as a proc to a list of the match and submatches. According to Jim TCL issue #170 this...
/mod/webif/lib/utils:104: Error: missing close-brace
in procedure 'entry' called at file "/mod/webif/html/browse/index.jim", line 37
0
in procedure '::js::escape' called at file "/mod/webif/html/browse/index.jim",
line 118
at file "/mod/webif/lib/utils", line 104
Looks like the escaping is...
If you "prefer" the native HLS downloader, the CF Python SSL will be used and is likely to fail, whereas the rebuilt CF ffmpeg should succeed. Other downloaders don't know how to handle HLS (called m3u8 in the supports() methods in youtube_dl/downloader/external.py). However, ISTR that iPlayer...
I suppose there's just the one WiFi base station here?
If so, there must be some nonsense in the stack between Edge and the network, or there could be firewalling in what I assume is a WiFi "router"/modem. Testing with other network clients might show this up. Also, Edge??? (see...
Only a failed mathematician with a soldering iron here, but isn't it a soft-start thing to protect the power MOSFET?
Let's say that the SoC is not calling for the HDD, so in the circuit posted above the 12V input is on but the NPN transistor is off. The MOSFET voltages would be G, S, D = 12V...
The upstream version is being shown, and will be shown when the program displays its version number. The local patches don't affect the functionality baseline, but just adapt the program to the CF environment. Maybe the non-beta package version could have a qualifier to show changes.
If iPlayer...
The urgent need could indeed be handled by using a youtube-dl nightly version (works on elderly Windows, too), or the downstream yt-dlp, on a grown-up machine. Or add the 3-line hack to extractor/common.py (from memory, in /mod/lib/python2.7/dist-packages/youtube-dl/youtube_dl/).
I'm looking...
Since the ITVX extractor is probably not working now or in the future, we can get shows that are available N of the border from STV instead. Astonishingly, ITV and STV had different streaming sites even before ITVX, and the STV site is more amenable, while ITVX has joined the opaque ranks of...
I listed the cases where yt-dl applies the fixup above. The uncertainty arises from yt-dl/ffmpeg not knowing how the output will be used, not from the actual "malformation" (a poor description of the situation, probably chosen by a speaker whose first language wasn't English).
Basically (see...
Another way forward could be to use --hls-prefer-ffmpeg --hls-use-mpegts --external-downloader-args "-mpegts_m2ts_mode true". How would this help?
1. The fixup is only applied when the native downloader is used and --fixup ... does not disable it, or, regardless of --fixup ..., if the ffmpeg...
For playing locally and then deleting, you can probably skip the "fixing" (--fixup warn, or just use the program.mp4 as-is). Here is the ffmpeg doc for the fixup.
A 256MB swap file solved this for me, but with MP4 files of ~1.7GB (Vigil S2 E5, eg), on a re-built HD-Fox T2 where I'd forgotten to...
The Queue display Webif code lives inside the html/diag module but nowadays it's really a stand-alone function.
In qtube, there is s button that links to the qtube.log display. The Queue display could have a similar feature linking to the auto-processing log file:
---...
Just that what you wrote before seemed to suggest that the app provided by the streaming service is the only way to access the content, which might be true as implemented by Humax in the Aura, but isn't a legal requirement. What would stop you saving your content to watch offline is a legal...
@MikeSh
All the bastard companies in the world want to run their code (app) on your client instead of running a proper website but if they send it to you from their webserver, you have to have it on your client: whether that local cache is erased or written to users/MikeSh/Precious content is...
Agreed, but there are possible ways forward, probably not worthwhile for "only telly".
If PEBRAS (problem exists between remote and sofa) is excluded, one possible way for this to happen is file system damage: eg the disk blocks storing the Video directory have gone bad, or some unexpected...
So far just ITV3+1 and ITVBe+1. ITV2+1 hours were reduced. ITV4+1 was already vestigial. See https://rxtvinfo.com/2023/itv-makes-surprise-freeview-change/.
The financial imperative here is that ITV's Freeview slots come from a mux owned by an ITV company. The limited ad revenue available from...
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.