Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

bally12345

Members
  • Joined

  • Last visited

Everything posted by bally12345

  1. Ignore me didnt copying it correctly. Missed the #!/bin/bash from the top but was using notepad++ and it still didnt like it. Copied your attached file and modified using notepad.exe and worked perfectly. The 2 folders with nothing but .nfo and .jpg in there were removed and the other to folders with movies remained. Will run on my entire movie folder now to clean it up Many thanks
  2. Hi thanks for providing this, just having a slight issue running it. I changed the source to a test folder with 4 folders 2 with movies, nfo and jpg and 2 folders with just nfo and jpg and no movies but limit=100M source="/mnt/user/Downloads/data/test" limit=$(echo $limit | cut -d 'M' -f 1) for dir in "$source"/*/ do size=$(du -sBM "$dir" | cut -d 'M' -f 1) if (( $limit > $size )) then echo remove: $dir rm -rf "$dir" if done I get the following error root@Server:~# /mnt/user/Downloads/data/test/cleanupscript.sh /mnt/user/Downloads/data/test/cleanupscript.sh: line 3: $'\r': command not found /mnt/user/Downloads/data/test/cleanupscript.sh: line 5: $'\r': command not found /mnt/user/Downloads/data/test/cleanupscript.sh: line 7: syntax error near unexpected token `$'do\r'' 'mnt/user/Downloads/data/test/cleanupscript.sh: line 7: `do root@Server:~#
  3. Bump Does anyone have suggestion on how to remove empty folders or folders with *.mkv *,mp4 less than 100mb I did install QDirStat but get permission error when I try to delete.
  4. Check your mapping correctly and everything is in the same case. I had similar issue few post back. You want your Data folder to all point to same location for all your containers. Sent from my SM-G930F using Tapatalk
  5. Added 2 shows to test and all is working [emoji106] moving to correct location and plex updates so im happy. Just got figure out how to get Sonarr/Radarr to move and rename the files that were already downloaded. Tempted to just delete them and let it grab them again. Sent from my SM-G930F using Tapatalk
  6. I have now changed all the Data Mappings to point to /mnt/user/Downloads/data/ on all containers Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-sonarr' --net='bridge' -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8989:8989/tcp' -p '9897:9897/tcp' -v '/mnt/user/Downloads/data/':'/data':'rw' -v '/mnt/user/Videos/TV Shows/':'/media':'rw' -v '/mnt/cache/appdata/binhex-sonarr/':'/config':'rw' 'binhex/arch-sonarr' b36be09e6216cb901e532f023420491595a1e5fe37fcdb6623551ffa1c804178 The command finished successfully! but what I don't get is how Sonarr knows to look in /mnt/user/Downloads/data/completed/tv/ as the final destination is in the Media mount /mnt/user/Videos/TV Shows/ I am assuming this is set by the download client setting Category which is set to tv for deluge and sab The annoying part is there is currently around 30 movies sat in /completed/movies folder and 6 tv shows /completed/tv/ which dont want to move. I am used to the way CP used to hand files and would just monitor the folders I set. If anything else looks please let me know :) Thanks for the quick reply
  7. Hi all, looking for some assistance as I have recently moved most of my dockers to binhex after using binhex-deluge vpn but now for some reason TV show are not moving and the same is happening with movies using radarr. I am not sure if its because I am using labels in deluge or if its down to the mapping. I know the mapping has to match but because I am using labels and category to split tv shows and movies I dont know whether my Data folder should simply just be /mnt/user/Downloads/Data/ I am pretty sure I tried that and it didnt work and then tried just /mnt/user/Downloads/Data/completed too Currently this is how it is mapped Sonarr all my tv shows going to Data: /mnt/user/Downloads/Data/completed/tv/ Media: /mnt/user/Videos/TV Shows/ Radarr and movies going to Data: /mnt/user/Downloads/Data/completed/movies/ Media: /mnt/user/Downloads/Movies/ Sabnzbd Data: /mnt/user/Downloads/Data/ Relative folders are based on: /data/completed Deluge Data: /mnt/user/Downloads/Data/ Then with labels for movies and tv Spent days trying to sort it out but just end up pulling my hair out and then also end up downloading loads of duplicates. I hope this is just a simple oversight and apologies for dumping it all into on post. Thanks in advance
  8. Is there a plugin or a script I can use to run on my "Movies" folder to delete all folders that are less than 10mb in size? I have a lot of old folders that are left over that have thumbnails, nfo etc but no movies. Just want to remove these without manually checking each folder.
  9. I am having a bit of annoying problem which only affects torrents. For some reason they are not moving to final destination, I thought I had everything configured correctly but currently I have to move the files manually. Using Sonarr and Radarr, Sabnzbd moves the movies and TV shows correctly and plex updates but if its a torrent it doesn't move. Not got access to server at moment but it is something like this: /mnt/user/share/data/movies/completed /mnt/user/share/data/tv/completed Using labels plugin and set destination to above. Should move to /mnt/user/share/Movies /mnt/user/share/Videos/TV Shows Il try get the exact details later. Sent from my SM-G930F using Tapatalk
  10. Why? Set up the docker, configure your devices and then just vpn to your network when your not on lan and use the android or ios app [emoji106] I wouldn't expose it the external network any other way personally. If that's what you really need then look at cloud key? Sent from my SM-G930F using Tapatalk
  11. Download Community Applications plugin, this will add new apps Tab then you can search for any docker you want to install. Sent from my SM-G930F using Tapatalk
  12. Same as any other docker, once you lunch the webui it's pretty exactly the same as the windows controller. No guide needed tbf. I am assuming you already have your access points already set up? Sent from my SM-G930F using Tapatalk
  13. Installed this few days ago, had adoption issue, switched to host mode and changed ip override and everything is working. Only question is does this need to run on port 8080 as I already have sabnzbd on 8080. I did put 8081 in the port setting but in the logs it will still trying to connect to 8080. For now I have moved sabnzbd to 8081. Sent from my SM-G930F using Tapatalk
  14. Still no joy even after reading everything in the post I get zero improvement, ***UPDATE*** Found the fix here Installed itconfig Plugin and disabled enable_incoming_utp and enable_outgoing_utp Now getting 20MB/s via VPN!!!! Happy days!
  15. Network interface is now showing as 0.0.0.0 is that correct?
  16. Really simple check, disabled VPN from container settings, restarted and download at 45MB/s enable VPN and hit 1MB/s I deleted everything and started again, so pretty vanilla setup other than entering the PIA credentials and 3 files to the openvpn folder now using FRANCE
  17. Asus router, I could just setup PIA on my router but I only want it for my a few dockers. Sent from my SM-G930F using Tapatalk
  18. Sorry how do I do that? I just tried rutorrentvpn that didn't even start downloading, tried activ-tranmission with PIA My normal orignal transmission downloaded unbuntu at 28MB/s without any VPN Im wondering if its something in my router settings I need to do Sent from my SM-G930F using Tapatalk
  19. Yeh still no good, after restarting the docker was getting good speeds on speedtest on my VM but deluge was still slow. Might try another app and see what happens. Sent from my SM-G930F using Tapatalk
  20. Stopping container: binhex-delugevpn Successfully stopped container 'binhex-delugevpn' Removing container: binhex-delugevpn Successfully removed container 'binhex-delugevpn' Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --privileged=true -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='REMOVED' -e 'VPN_PASS'='REMOVED' -e 'VPN_PROV'='pia' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -v '/mnt/user/Downloads/Deluge/':'/data':'rw' -v '/mnt/user/appdata/binhex-delugevpn':'/config':'rw' 'binhex/arch-delugevpn' 339eedae0d06cbfe5c913062d60d72f3ef619952cd81446f131138362ca6cb32 The command finished successfully!
  21. I am using PIA (Switzerland) STRICT_PORT_FORWARD is set to yes so it should be automatic is that correct? Might just restart the docker
  22. 1. The upload limit I changed from unlimited to 5 now too 300 just to test. 2. Unchecked randomize ports Still slow
  23. I have checked everything and as far as I can tell its looks ok, I am going to download the PIA app directly to my laptop and win10 vm to rule VPN issue or just a deluge config issue. I have attached some screenshot if you dont mind checking to see if there is anything wrong, but then I am also thinking this should be affect privoxy and speeds I am getting through Chrome ?
  24. So after using CP and Transmission for years, I decided t switch t o delugevpn after watching spaceinvader's video, everything seems to be working and set up with PIA but when I use the same example download of unbuntu I am not even getting 1mb/s Netherlands is no longer available in the openvpn so tried DE Berlin DE Frankfurt Switzerland (current openvpn cfg) But same slow speeds, got privoxy enabled on my Win10 VM and even using speedtest.net is super slow Ping ms 122 Download Mbps 0.36 Upload Mbps 1.84 Havent got around to checking SABnzbd but set up Radarr and Sonarr to use proxy so I am guessing they will be equally slow. Any suggestions on what I can do, also tried a whole other bunch of servers from this list https://www.privateinternetaccess.com/helpdesk/kb/articles/how-do-i-enable-port-forwarding-on-my-vpn Not sure if its a delugevpn issue or PIA issue - Now using Switerland but still no better. Sabnzbd is maxing out my connection which is correct because its not usng VPN and uses SSL Looks like its possibly deluge which is the issue, not sure if I need to configure proxy in preferences, its all set to none. If I disable Proxy on my VM I get normal download speeds on speedtest ~300Mbps, enable proxy using 192.168.1.3 Port 8118 downloads speeds drop to ~9Mbps Ubuntu downloading in deluge is around ~342.2 KiB/s supervisord.log
  25. What's the difference between plexpass version? I thought it was just latest variable in version only and plexpass didn't do anything after Plex requested it stopped being used? That release I linked was post just over a week ago so hopefully a new stable release will come soon and my cpu usgae drops Sent from my SM-G930F using Tapatalk

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.