Everything posted by JohanSF
-
[Support] binhex - rTorrentVPN
It is clear now by looking at the modiefied date of the folders. The plugins I added are: ratiocolor instantsearch pausewebui disklog nfo showip speedgraph tadd_labels mobile tracklabels I particularly care about ratiocolor, instantsearch, pausewebui and tracklabels. But it would be cool if all of them could work with your container.
-
[Support] binhex - rTorrentVPN
-
[Support] binhex - rTorrentVPN
Alright thank you for the quick answer. I will save the latest backup of my plugins, I use quite a lot of them Also thank you very much for the hard work, it is much appreciated.
-
[Support] binhex - rTorrentVPN
Where can we put the plugins for now to use them then?
-
[Support] Linuxserver.io - Radarr
Radarr failing at hardlinking downloaded files: Here is the log showing it: 17-10-7 18:42:19.2|Debug|MovieFileMovingService|Hardlinking movie file: /downloads/completed/Sunshine 2007 1080p BluRay DTS x264-SbR.mkv to /movies/Sunshine (2007)/Sunshine 2007 Bluray-1080p SbR.mkv 17-10-7 18:42:19.2|Debug|DiskTransferService|HardLinkOrCopy [/downloads/completed/Sunshine 2007 1080p BluRay DTS x264-SbR.mkv] > [/movies/Sunshine (2007)/Sunshine 2007 Bluray-1080p SbR.mkv] 17-10-7 18:42:19.2|Debug|DiskProvider|Hardlink '/downloads/completed/Sunshine 2007 1080p BluRay DTS x264-SbR.mkv' to '/movies/Sunshine (2007)/Sunshine 2007 Bluray-1080p SbR.mkv' failed. [v0.2.0.852] Mono.Unix.UnixIOException: Invalid cross-device link [EXDEV]. at Mono.Unix.UnixMarshal.ThrowExceptionForLastError () [0x00005] in <9218863bd76f4aab9e01206e78055285>:0 at Mono.Unix.UnixMarshal.ThrowExceptionForLastErrorIf (System.Int32 retval) [0x00004] in <9218863bd76f4aab9e01206e78055285>:0 at Mono.Unix.UnixFileSystemInfo.CreateLink (System.String path) [0x0000c] in <9218863bd76f4aab9e01206e78055285>:0 at NzbDrone.Mono.Disk.DiskProvider.TryCreateHardLink (System.String source, System.String destination) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Mono\Disk\DiskProvider.cs:160 The setup is so that downloaded files and the movies folder are on the same user share, i.e. "media/downloads/completed" and "media/movies/" If I do it manually on the same file, with the ln command it works perfectly fine. There is no problem in creating the hardlink that Radarr is supposed to if I just do it manually. So why can I do manually what Radarr cannot? Any help would be much appreciated. Edit: I have noticed that the permissions on a hardlink that I created manually is "- rw-rw-rw-", while the copy that radarr made has "- rw-r-r--". I tried running the "New permissions" script from the Tools section in Unraid, but this did not fix the issue. I am however still unsure if this might have something to do with permissions. I have the same issue with Sonarr. I SOLVED IT: Apparantly, Radarr and RuTorrent need to refer to the same root folder. Radarr cares about this because of the setting at the downloader setting that tells it to use the torrent downloaders default location. So in Rutorrent I set the download folders (incoming, completed and watched) to start with /media/downloads/ and I point Radarr to store movies in /media/movies/. The same applies for Sonarr.
-
Enhanced Log view with lines highlighted in color with Syslog filter
Any chance of an option to reverse the order the log is viewed? It's tiresome to have to scroll so far down everytime I want to view what just happened.
-
[Support] binhex - rTorrentVPN
This issue also affects rutorrent settings for me, it looks like ONLY the settings I set in rtorrent.rc are there and all other rtorrent and rutorrent settings alike are back to default. Right now I opened the window and the theme was back to default, I have lost all my ratio rules settings including ratio group settings. Or should these settings also be set somehow in the rtorrent.rc? I just had a full day messing around with unraid, restarting dockers including this one and just not it reset out of the blue. rTorrent is great but this is a very inconvenient limitation. EDIT: Just restarted the container and all my custom settings are back. I should mention that I just started a parity check a couple of hours ago which is still running, so maybe it has something to do with that.
-
[DEPRECATED] Linuxserver.io - Rutorrent
Since the mover skips files that are used by rtorrent I found it necessary to close down rtorrent everytime I run the mover. Is it possible to write script or similar that properly stops the rutorrent docker when the mover is run (and waits for the docker to stop before starting the mover) and then starts when the mover has finished? i.e. having stop-start of a docker (but only if it is running) triggered by the mover starting. If you guys use a better solution, please share. I have no idea how to do this as I am new to the platform and extremely basic at linux, so any help is appreciated. Edit: Maybe someone can make this happen with the CA User Script Plugin, or a script that is then added to \flash\config\plugins\dynamix\mover.cron? I also found out that the command "sudo mover" works, but then I can't use rely on the invoke mover button in the webgui.