-
-
Lightarr Support Thread
Link to project, GitHub?
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
I have some weird problem with this plugin when it moves movies. For example, when it moved a movie from disk7 to disk5, the movie disappeared from the share "/mnt/user/data/video/movies/blahblah" but the movie is still visible in "/mnt/disk5/data/video/movies/blahblah" directory. This means that Plex and Radarr can't find the movie anymore. This has happened to numerous movies, and they all show up in the log files of this plugin. I don't have the log files available anymore since I uninstalled this plugin. Now I have to figure out how to make all those movies to re-appear, without losing any of them.
-
[Plugin] CA Fix Common Problems
If you have included drives, then you don't need exclusions and vice versa.
-
[Plugin] FolderView2
I had the same issue, but it was the Unraid Connect plugin that broke the UI. After removing that plugin, everything looked ok again.
-
[Plugin] CA User Scripts
TRy this: bash /boot/config/plugins/user.scripts/scripts/TodayYesterdayShuffle
-
[Support] MeTube
Try TubeArchivist.
-
[Support] MeTube
How do I get the timestamp of the downloaded video NOT to be the video upload/creation date? If I download a video uploaded to Youtube a week ago, then the downloaded video has the creation timestamp set for that date. I'd like to have the downloaded video to have the current (when it was downloaded) timestamp, so that I can easily sort the files in the download folder by date, descening order. Is there a YTDL_OPTIONS setting for this?
-
[Plugin] CA User Scripts
Is there a way to have one particular container restart after a update/restart of another container, Mariadb in my case?
-
[Support] Linuxserver.io - Nextcloud
I think you have to use chown -R nobody:users * instead. chown help says: chown [OPTIONS] USER[:GROUP] FILE(s)
-
[Plugin] CA User Scripts
Use "bash /usr/local/bin/audioArrayToSSD/monitor_arrayAudioChanges.sh" instead of "source /usr/local/bin/audioArrayToSSD/monitor_arrayAudioChanges.sh" From the 1st link you provided: "In the second method, if you are using exit in second script, it will exit the first script as well."
-
RAM-Disk for Docker status/log files
It gave me an error until I added a "\" on this line: umount -l /var/lib/docker_bind\
-
Dynamix File Manager
This answer helped me:
-
[Support] Djoss - Nginx Proxy Manager
Which files and folders do I have to backup, so that I can just copy them back if something stops working? Proxy Hosts and SSL Cerificates is what am thinking about.
-
Passwordless SSH login
Try running the following command on both hosts: ssh-keyscan -H TARGET_HOST >> ~/.ssh/known_hosts
-
Dynamix File Manager
Could bash scripts (filename.sh) made editable, like *.txt files, when clicking on them? Or maybe add an "Edit" button?