67

Hey everyone, I'm building a new server to run Jellyfin (with a few other services like Pi-hole) and I'm stuck on GPU or CPU transcoding.

My main concern is smooth 4K HDR transcoding for 1 stream. I've been reading mixed advice online – some people say a strong CPU with good single-core performance can handle it, while others recommend a dedicated GPU.

Should I focus my budget (~$1000AUD/$658USD) on a good CPU, or spend some of it on a dedicated GPU?

[-] MoonlitSanguine@lemmy.one 3 points 3 months ago

Thanks for the suggestion! FitoTrack looks great, but I don't really do outdoor activities. I mostly do weight training so I'm looking for something that tracks reps/weight etc.

47

So, I've been using FitNotes for a while as it's the only app that I found that doesn't have a nightmare privacy policy. However, the app is rarely updated and there are things I wish it had that I would love to add if it was FOSS. Wondering if there is anything foss alternatives?

[-] MoonlitSanguine@lemmy.one 2 points 5 months ago

I'm getting the same issues but with Firefox + uBlockOrigin

[-] MoonlitSanguine@lemmy.one 6 points 5 months ago

If you already pay for Netflix then there are a few decent games like Into the Breach. Most of it is garbage though.

57

Is there any self-hosted application that can monitor your watch history and provide movie/TV show recommendations?

[-] MoonlitSanguine@lemmy.one 2 points 8 months ago

There is 1 plugin that seems to support H.264, the rest are H.265. I tried the following plugins:

  • "Transcode Video Files" with the following options selected
    • Video Code = H264
    • Video Encoder = hvec_qvc
  • "Video Encoder H265/HEVC - hevc_vaapi (INTEL/AMD)"
  • "Video Encoder H265/HEVC - hevc_qsv (Intel)"

None of them worked.

[-] MoonlitSanguine@lemmy.one 2 points 9 months ago

Thankyou, I tried it however it didn't work. But I did find the solution. I'm not sure why but changing from Wireguard to OpenVPN worked.

8
submitted 9 months ago* (last edited 9 months ago) by MoonlitSanguine@lemmy.one to c/selfhosted@lemmy.world

Hello everyone, I've been working on setting up a torrent/media server on an old PC. Everything works near perfectly. However, I'm encountering an issue where qBittorrent gets stuck at 0% progress and just says 'Downloading Metadata'.

I've tried various solutions, including disabling the VPN, and even attempting to download it on my Windows 11 PC (both with and without a VPN). I've tried disabling my Windows 11 firewall and even tried Deluge. Unfortunately, none of these solutions have resolved the problem. I'm struggling to pinpoint the root cause. Any insights or suggestions would be greatly appreciated.

I've tried a few different torrents that Prowlarr has fetched, but the one I've been trying without a VPN is the one from ipleak.net.

EDIT:

Was able to figure out a solution. Not sure why but switching from Wireguard to OpenVPN seems to have fixed the issue..

[-] MoonlitSanguine@lemmy.one 2 points 9 months ago

Thank you so much! I managed to get it working. However, I'm not sure now how to establish communication between Sonarr/Radarr/etc and Prowlarr, as well as the reverse.

7

Hey there, I'm a newbie when it comes to self-hosting and working with Docker. I'm looking to route traffic from a couple of my Docker containers (specifically, qBittorrent and Prowlarr) through a Wireguard container that's hooked up to Mullvad. Any tips on how to set this up?


Here is my compose file:

version: "3.7"

services:
  prowlarr:
    container_name: prowlarr
    image: ghcr.io/hotio/prowlarr
    ports:
      - "9696:9696"
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=ETC/GMT
    volumes:
      - '/home/${USER}/server/configs/prowlarr:/config'
    restart: unless-stopped
  sonarr:
    image: lscr.io/linuxserver/sonarr:latest
    container_name: sonarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=ETC/GMT
    volumes:
      - '/home/${USER}/server/configs/sonarr:/config'
      - '/home/${USER}/server:/data'
    ports:
      - 8989:8989
    restart: unless-stopped
  radarr:
    image: lscr.io/linuxserver/radarr:latest
    container_name: radarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=ETC/GMT
    volumes:
      - '/home/${USER}/server/configs:/config'
      - '/home/${USER}/server:/data'
    ports:
      - 7878:7878
    restart: unless-stopped
  jellyfin:
    image: lscr.io/linuxserver/jellyfin:latest
    container_name: jellyfin
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=ETC/GMT
    volumes:
      - '/home/${USER}/server/configs/jellyfin:/config'
      - '/home/${USER}/server/media:/data/media'
    ports:
      - 8096:8096
    restart: unless-stopped
  qbittorrent:
    image: lscr.io/linuxserver/qbittorrent:latest
    container_name: qbittorrent
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - WEBUI_PORT=8080
    volumes:
      - '/home/${USER}/server/configs/qflood:/config'
      - '/home/${USER}/server/torrents:/data/torrents'
    ports:
      - 8080:8080
      - 6881:6881
      - 6881:6881/udp
    restart: unless-stopped
[-] MoonlitSanguine@lemmy.one 30 points 10 months ago

Do you have statistics not by Tesla?

[-] MoonlitSanguine@lemmy.one 28 points 10 months ago

The video tries to imply it's industry wide, but only show 3 tweets. I've also seen nothing but praise from other game developers I know.

[-] MoonlitSanguine@lemmy.one 9 points 10 months ago

Fans expectations for games are already insanely high. Baldur's Gate 3 isn't going to change much.

Also the video implies that this complaint is industry wide but only has 3 tweets (or X's?).

[-] MoonlitSanguine@lemmy.one 2 points 11 months ago

Does the premium version remove trackers or just stops ads appearing?

[-] MoonlitSanguine@lemmy.one 1 points 11 months ago

That privacy policy though. Not the best

[-] MoonlitSanguine@lemmy.one 1 points 1 year ago

It was not the Google/Apple implementation. They were government funded apps which used a centralised db.

https://thewest.com.au/politics/law-and-order/wa-police-accessed-contact-tracing-data-c-3118717

view more: next ›

MoonlitSanguine

joined 1 year ago