Jump to content

DZMM

Members
  • Posts

    2,801
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by DZMM

  1. I use a mibox 3 which I'm very happy with - runs Kodi nicely and also has android tv
  2. Have you tried using sonarr? It will move the completed downloads for you automatically
  3. thanks - I guess windows explorer is one of the bad offenders
  4. Can i check my understanding of the cache directories plugin and how it works is correct please. Should it allow me to browse network shares without the disks spinning up? It doesn't seem to work for me, with browsing delayed for directories until the relevant drives are spun up.
  5. ok, I've solved. What I’ve done is create bridges in Cloudmqtt where instance 2,3,4…n feed instance 1 with the direction set to in, and then instance 1 feeds my local MQTT broker.
  6. Can you help me out please as this didn't quite work for me. Here's what I have: http: api_password: redacted # Uncomment this if you are using SSL/TLS, running in Docker container, etc. base_url: redacted.duckdns.org:8123 use_x_forwarded_for: True ip_ban_enabled: True login_attempts_threshold: 5 map $http_upgrade $connection_upgrade { default upgrade; '' close; } server { # Update this line to be your domain server_name redacted.duckdns.org; # These shouldn't need to be changed listen 80 default_server; #listen [::]:80 default_server ipv6only=on; return 301 https://$host$request_uri; } server { # Update this line to be your domain server_name redacted.duckdns.org; # Ensure these lines point to your SSL certificate and key ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; # Use these lines instead if you created a self-signed certificate # ssl_certificate /etc/nginx/ssl/cert.pem; # ssl_certificate_key /etc/nginx/ssl/key.pem; # Ensure this line points to your dhparams file ssl_dhparam /config/nginx/dhparams.pem; # These shouldn't need to be changed listen 443 ssl ; add_header Strict-Transport-Security "max-age=31536000; includeSubdomains"; ssl on; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4"; ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; proxy_buffering off; location / { # Update this line to be your HA servers local ip and port proxy_pass http://xxx.xx.xx.2:8123; proxy_set_header Host $host; proxy_redirect http:// https://; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; } } For the certificate addresses, I copied the lines from default - was this right? Thanks in advance
  7. you have to have a separate GPU for each VM if you want to run them all at the same time.
  8. Nothing fancy - two desks next to each other in an 'L' with the chassis in the middle. Three GPUs: GPU 1/VM1-->connected to Mon 1: My lad's VM GPU 2/VM2-->connected to Mon 1 & Mon 2: My VM - if my lad is using VM1 next to me then I swivel Mon 1 round to him, otherwise I use both. He's only 4 so he doesn't use it more than 1hr/day and he can't read as he only started school this week , so he's next to me so I can help him spell out what he's looking for, typically in minecraft! GPU 3/VM3-->connected to Mon 3: My daughter's VM on the other desk In the future when they get older, I will probably run USB and HDMI over ethernet to put in their rooms or keep the screens in one room as it's fun using the PCs together, especially for gaming.
  9. Thanks for the MQTT docker - worked perfectly for me to get data out of Smartthings and also out of owntracks/cloudmqtt into HomeAssistant. I've setup a second owntracks/cloudmqtt instance that I also want to add - is it possible to add two .conf files? When I do the docker won't start. File1.conf connection cloudmqtt address m21.cloudmqtt.com:13451 remote_username redacted remote_password redacted clientid homeassistant try_private false start_type automatic topic # in File2.conf connection cloudmqtt address m20.cloudmqtt.com:14002 remote_username redacted remote_password redacted clientid homeassistant try_private false start_type automatic topic # in Thanks in advance
  10. yes that was the problem - someone had knocked the aerial out of the signal booster embarassing- you just always assume the problem is a difficult one
  11. my tv has stopped working which is causing me a lot of grief. I haven't touched this docker for yonks, so it's not something I've changed. It connects, downloads guides - but no tv can be played or recorded. From the logs it says: 2017-09-15 14:33:44.373 [ INFO] mpegts: 498MHz in Freeview Sandy Heath - tuning on TurboSight TBS 6205 DVB-T/T2/C #3 : DVB-T #0 2017-09-15 14:33:44.373 [ INFO] subscription: 0006: "172.30.12.20 [ | Kodi Media Center ]" subscribing on channel "ITV2", weight: 100, adapter: "TurboSight TBS 6205 DVB-T/T2/C #3 : DVB-T #0", network: "Freeview Sandy Heath", mux: "498MHz", service: "ITV2", profile="htsp", hostname="172.30.12.20", username="172.30.12.20", client="Kodi Media Center" 2017-09-15 14:33:48.373 [WARNING] subscription: 0018: service instance is bad, reason: No input detected 2017-09-15 14:33:50.373 [ INFO] mpegts: 714MHz in Freeview Sandy Heath - tuning on TurboSight TBS 6205 DVB-T/T2/C #2 : DVB-T #0 2017-09-15 14:33:50.374 [ INFO] subscription: 0018: "172.30.12.10 [ | Kodi Media Center ]" subscribing on channel "QVC", weight: 100, adapter: "TurboSight TBS 6205 DVB-T/T2/C #2 : DVB-T #0", network: "Freeview Sandy Heath", mux: "714MHz", service: "QVC", profile="htsp", hostname="172.30.12.10", username="172.30.12.10", client="Kodi Media Center" 2017-09-15 14:33:50.374 [WARNING] subscription: 0006: service instance is bad, reason: No input detected the service instance is bad, reason: No input detected bit is repeated over and over. I've tried playing the m3u files in vlc and they're not working either. Anyone else having problems? @CHBMB I think you've got the same cards as me?
  12. Each VM has a GPU, mouse and keyboard all connected to the server.
  13. I think this is unavoidable given the number of files you are deleting at once. My box does the same when I manually delete files - best to let the addon do the deleting out of hours
  14. These run so well in the background I forgot all about updating them, now that I've moved to v18 for various reasons. Probably explains some video database problems I've been having I've disabled for now, but I've love to get a V18 version as well for the newer video database format
  15. Thanks. I might do the same given that calibre doesn't do anything automatically like download metadata
  16. sorry for posting here, but I can't find a thread for calibre-web https://hub.docker.com/r/linuxserver/calibre-web/ I've installed this and it's working well for me. I just want to know, which calibre docker people recommend to pair with this? I'm using RDP-Calibre, but it feels like the wrong one as I don't need it's web server and just the database Thanks
  17. Understood - so only latest build has latest drivers. Thanks
  18. Thanks - link saved me just in time as I was about to rollback to 6.3.5 to get to RC6 again. Worked out the problem though - was because of a fix in RC7 that wasn't mentioned or I didn't realise had been done. I'm not on RC8 :-) Quick question. the date for RC8s drivers is 03/09 whereas RC6 had 22/6 - is this your build date or the actual driver date? If it's the driver date, are the latest drivers only in the latest build or do you update the drivers in say the last xx builds e.g. RC7 and RC8? Just wondering if I ever get stuck again, will that also mean I'm not getting the latest device drivers Edit: Or, are the TBS drivers not updated that frequently as it looks like the last update was 14/6/16 if the wiki is correct?? https://github.com/ljalves/linux_media/wiki
  19. Can I have the new link please??!!! Lookslike my attempt to install rc8 is failing just like rc7, so going to have to rollback to rc6. Unfortunately, I forgot I had the rc7 update primed to go at my next reboot before I updated to rc8, so the previous version on my flash is rc7 not rc6.....
  20. has the link moved with your server update? Thanks
  21. yes, that's the overall total - in sab it would show the running cumulative number next to each file: Name Time to Download Total Cumulative time File 1 2m 2m File 2 4m 6m File 3 20m 26m Etc etc Not a biggie if it can't, but it was nice with sab knowing that file xx would be ready in xx hours, or even xx days in the case of my slow line
×
×
  • Create New...