allenormond

Members
  • Posts

    2
  • Joined

  • Last visited

allenormond's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Is there any way for a script to check if it was run manually or on a schedule? Like a variable set to true, only if the script was run manually?
  2. I struggled for awhile last night getting this to work in my system. I thought I'd pass along my notes just in case anybody else is encountering the same issues. In the script I had to change: -e PUID=99 \ to -e PUID=100 \ I'll admit I have no idea if that's a good/bad idea. I also had to change: -v /mnt/user/timmyx/Settings/youtube-dl/ytdl.conf:/etc/youtube-dl.conf:ro \ to -v /mnt/user/timmyx/Settings/youtube-dl/ytdl.conf:/etc/yt-dlp.conf:ro \ Which seems to be an issue. In the end, I believe those were the only two changes that were needed to make it work for me.