Lebowski

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by Lebowski

  1. Is this something being worked on? I have been really frustrated with Crashplan, the upload speed has turned to sh*t here is Australia. Its crawling to the point of not being usable. May have to look at something else.
  2. If you copy and paste the token from duckdns it has a space in front of it.
  3. I have seen the light and moved over to radarr. Couch served me well. RIP....
  4. Not a big deal, but when I click on help for ethernet nics, the help for ethernet nics and the next section comes up. I cant get the help for the next section to come up on its own "Don't change the Disk Cache settings until you read and understand this guide" has nothing to click to bring up help info.
  5. Well my gui just crashed, everything else is sill up and running (dockers / shares) I have had to restart my system. I balls'd up the shutdown command so I have been greeted with a parity check.
  6. @bonienl Just tried to have a look at the cache dir settings but the page wont load, i get the following error in my logs, could be another issue with my machine but all other sections in settings are fine. I have not restarted my server yet. Jan 14 10:17:41 Server php-fpm[6702]: [WARNING] [pool www] server reached max_children setting (20), consider raising it Jan 14 10:19:11 Server nginx: 2019/01/14 10:19:11 [error] 6545#6545: *759590 upstream timed out (110: Connection timed out) while reading upstream, client: 192.168.0.3, server: , request: "GET /Settings/FolderCachingSettings HTTP/2.0", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "6be638aa6cf91355b8a5263599baf5fedf9b833f.unraid.net", referrer: "https://6be638aa6cf91355b8a5263599baf5fedf9b833f.unraid.net/Settings"
  7. Did anyone else have CP go nuts with CPU usage today? restarting the docker seemed to correct the issue for me.
  8. @JTok Took this over it seems, the script works fine but the skip disk is not functioning.
  9. This is still broken from what i can tell, is this still being maintained?
  10. If anyone needed help with hardware transcode, i have a guide here:
  11. I have got this all working, here is a guide. This will only work with intel iGPU on unraid. I have an E3-1275 V5 CPU. This guide is based on Emby 4.0 You need an Intel CPU with iGPU and quick sync video support. https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video The assumption is that nothing else is using the integrated video from your CPU (no VM's) Mine is Skylake so I am limited to HEVC, (no 10 bit, that will be software transcode instead), If I upgrade to a Kaby Lake Xeon I would have full support for HEVC 10-BIT I grabbed info from this thread and info from the Emby docker page, if you run into trouble with below check out that thread. Any experts on this please feel free to chime in and I can update it. This is what I did to make it work: Step 1 Edit your go file with a text editor (I use EditPad Lite) You can share your flash file as hidden and give your self access. (Click on the flash drive in the main tab to find this setting) Locate the go file: flash\config\ Edit the go file with a text editor and add the following: (put this in below anything already in your go file) #Setup drivers for hardware transcoding in Emby modprobe i915 chown -R nobody:users /dev/dri chmod -R 777 /dev/dri Restart your unRaid system Step 2 Click on the terminal screen on unRAID on the top menu. and type / paste: getent group video | cut -d: -f3 Note what the output is (mine was 18) as seen below Step 3 I am using the official Emby Docker: https://hub.docker.com/r/emby/embyserver/ Here is the link to the templates. You need to add this manually, this won't be found in Community Applications. https://github.com/MediaBrowser/Emby.Build/tree/master/unraid-templates/emby Emby 4.0 now has a nice little logo to confirm hardware transcoding Here is what I have in my docker template, you will need to add extra parameters over the default. If you already have Emby, you will need to modify your template to add extra parameters. This is easy to do with the "+Add another Path, Port, Variable, Label or Device" when editing your install. My Settings: Repository: emby/embyserver:latest Network Type: Host Console shell command: Shell Privileged: Off Port 1: 8096 Container Port: 8096 (for http) Port 2: 8920 Container Port: 8920 (options if using https) Path 1: /mnt/user/appdata/emby/ Container Path: /config Path 2: /mnt/user (change as required to your media share, i leave it as user, makes it easier to add new shares with out remapping) Container Path: /mnt Variable 1: Key: APP_UID Value: 99 Variable 2: Key: APP_GID Value: 100 Variable 3: Key: GIDLIST Value: (Change to your output from Step 2) Here is an example of Variable 1 Now click on Advance View and under "Extra Parameters" add the following: --device /dev/dri/renderD128 I have also attached my template (my-EmbyServer.xml) that you can edit and add it your flash drive. You will have to edit this so you grab latest instead of beta. Place the template here: flash\config\plugins\dockerMan\templates-user my-EmbyServer.xml Step 4 Start Emby. Checkout the transcode section just in chase, click advanced and it will show you what was detected.
  12. I have found an issue, in the section to change back up frequency on a backup set, when you click the drop down menu the screen blanks out. I have tested this on multiple browsers.
  13. This guide has helped me get this sorted for Emby, thanks everyone.
  14. been a while since I opened up my crash plan docker, seems the VNC can't connect? Says server disconnected code 1006 The service is still working and backing up just fine. Other browser is working fine. I will clear cache etc etc and test. Cheers.
  15. Updated yesterday, working great. looks great. Nice work.
  16. I have the same issue with the update, same errors,
  17. Anyone else have this issue, deluge totally ignores download limits.
  18. I have the same issue, download and upload limits are being ignored. "Global Bandwidth Settings"
  19. Just to update. I did a Emby backup with the plugin, deleted the Emby appdata folder and did a backup restore. Everything is working now. Must of been something in the old config.
  20. Cheers, will muck around again with it, really appreciate it.
  21. So, could anyone test ombi with Emby docker to see if they can get a library sync? Have tried everything to get this working but no luck so far.