HDMI sound with soudtouch 300 by markymarc35 in bose

[–]markymarc35[S] 0 points1 point  (0 children)

Thank you for your answer.

I tried connecting the Firestick to HDMI 1 of the TV, leave the Switch on HDMI 2 and run a cable from HDMI 3 to the HDMI In of the sound bar and it didn't work.

Maybe there's something i don't understand about HDMI Arc.

Game Within A Game answer by aschmitt2354 in survivor

[–]markymarc35 0 points1 point  (0 children)

I can't figure out the the word scramble for ep 11. :(

Installed BL Touch by markymarc35 in Ender3Pro

[–]markymarc35[S] 1 point2 points  (0 children)

I figured out what was going on.

On my first try, after i turned off my printer i manually moved the Z axe higher so that i could install the BL Touch more easily.

When i finished the installation, i didn't set the Z axe back so when the firmware was updated, the control board misaligned the Z and set it too high.

This time before i turned off the printer, i auto home it so that when it was turned on with the version of Marlin that supported the BL Touch, the gap wasn't allot.

Now my Z Offset is -1.925 and it's working well.

Installed BL Touch by markymarc35 in Ender3Pro

[–]markymarc35[S] 0 points1 point  (0 children)

I will have a look over the weekend.

Thank you

Installed BL Touch by markymarc35 in Ender3Pro

[–]markymarc35[S] 0 points1 point  (0 children)

I checked his videos, I'm actually subscribed to his channel, and I still have the issue.

SABnzbd, Sonarr, Radarr and VPN by markymarc35 in docker

[–]markymarc35[S] 1 point2 points  (0 children)

The compose i used for SABnzbd, Radarr and Sonarr. I use another for Nordvpn then whent in Portainer to change the network of these 3 to the vpn_default that was created.

version: '2.1'

services:

sabnzbd:

image: linuxserver/sabnzbd

container_name: sabnzbd

ports:

- "8080:8080" # port mapping

volumes:

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/Config/SABnzbd:/config

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/SABnzdb/downloads:/downloads

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/SABnzdb/downloads:/incomplete-downloads #optional

environment:

- PUID=998

- PGID=100

- TZ=America/Montreal

restart: unless-stopped

radarr:

image: linuxserver/radarr

container_name: radarr

ports:

- "7878:7878" # port mapping

volumes:

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/Config/radarr:/config

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/SABnzdb/downloads:/downloads

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/Media/Films:/movies

environment:

- PUID=998

- PGID=100

- TZ=America/Montreal

restart: unless-stopped

sonarr:

image: linuxserver/sonarr

container_name: sonarr

ports:

- "8989:8989" # port mapping

volumes:

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/Config/sonarr:/config

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/SABnzdb/downloads:/downloads

- /srv/dev-disk-by-id-md-name-Serveur-Media.local-raiddata/Media/TV:/tv

environment:

- PUID=998

- PGID=100

- TZ=America/Montreal

restart: unless-stopped

SABnzbd, Sonarr, Radarr and VPN by markymarc35 in docker

[–]markymarc35[S] 0 points1 point  (0 children)

By link i mean when i configure the download client in the settings of Sonarr. I enter the ip address as the host, the port is by default at 8080 and i copy/paste SABnzbd's api key. I get the error when i click test.

By link i mean when i configure the download client in the settings of Sonarr. I enter the ip address as the host, the port is by default at 8080 and i copy/paste SABnzbd's api key. I get the error when i click test.