Recent content by /df

  1. D

    No channels being tuned

    But https://hummy.tv/forum/threads/tuner-saga.11015/post-168581 ? Anyhow you should get these programme channels (from a London Webif>Diagnostics>Mux Info), but ofc probably won't: Channel Frequency Network Mux Type Channels 22 482.0 MHz London COM5/ARQ A DVB-T (SD;2) 26 23 490.0...
  2. D

    Stuck @ Wizzard ?

    Also: 10 See My Baby Jive 20 GOTO 10
  3. D

    [youtube-dl] Download files from youtube.com or other video platforms

    The --...-args ... options are a bit limited for ffmpeg where the significance of options depends on their position, but that doesn't seem to be a problem here. With the 2024.04.06 desktop yt-dl and ffmpeg 5.1.4-0+deb12u1, this skips the PTS/DTS messages but I can't find any way to eliminate...
  4. D

    [youtube-dl] Download files from youtube.com or other video platforms

    It seems to be typical, but which ffmpeg was involved? This SE answer proposes options to eliminate the DTS errors. yt-dl isn't using those options, nor, I think, is yt-dlp, the more advanced fork for modern platforms only.
  5. D

    Remote not working - physical & on the WebIF

    You may as well delete those files. /mod/boot/irmode should just have the digit (1-6) specifying the IR command set. The other one looks like nonsense, maybe the result of an earlier faulty version. The command to create a valid /mod/boot/irmode in case you don't want the default was shown...
  6. D

    Start Up Fails When HDD Connected

    Indeed that, and definitely not fading eyesight (!), might explain why soldering appears to be so much harder now. Where might one find proper non-RoHS solder?
  7. D

    Remote not working - physical & on the WebIF

    Can you show the content of /mod/boot/irmode? Say, ls -l it, then cat it if the size is not 0 (or, unlikely, very large), or hexdump -C it if the cat output is meaningless.
  8. D

    [undelete]

    I was thinking of that as collateral damage, but there could be an additional utility, or maybe an --unprotect-recycle-bin option to trm, that would allow deleting from the bin and could be called from Webif to delete binned files when the displayed directory is the bin or one of its...
  9. D

    [undelete]

    Ah, because there's no state we don't know whether we're in a single delete or a recursive sequence or whatever, and we can't ban bin entries or they'd never get deleted? Might it be possible to have some global flag (environment var, or /mod/etc/undelete.lock file, etc) that the delete hook...
  10. D

    [undelete]

    Isn't the to-be-deleted pathname available to the undelete hook, or a file descriptor that could be passed to fstat()?
  11. D

    [youtube-dl] Download files from youtube.com or other video platforms

    If you are happy to get into the shell command line, through Webshell, telnet or SSH, you can find the ffmpeg process and kill it (pkill ffmpeg). That will cause the job to fail. Otherwise, restarting the box will definitely stop job 21 and cause it to restart (there are.more extreme solutions...
  12. D

    [youtube-dl] Download files from youtube.com or other video platforms

    Another possibility is that the ffmpeg run is hanging for lack of memory. The same solution would apply. For more details you need to look at the relevant entries in qtube.log.
  13. D

    [youtube-dl] Download files from youtube.com or other video platforms

    One thing that can happen is that the queued command gets stuck at the ffmpeg run to fix the AAC bitstream, which runs out of memory and crashes (or the OS does and kills it), causing the queue to restart the command. Picture issues may also accompany this. Adding a virtual memory paging file...
  14. D

    [WebIF] Feature Requests

    I can see how that would be useful but it arguably falls outside the clipboard metaphor, or (say) what macOS Finder or Windows Explorer offer (when I last checked).
  15. D

    Beta Offline decryption utility

    That lib is installed with libssl1.1 package. A new-ish Debian system here comes with libssl3 and also has the earlier version, not that I've tried any stripts with it.
Back
Top