Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)WE
Posts
1
Comments
3
Joined
2 yr. ago

  • I've honestly been considered going the other way. I have a bunch of h.264 files that I'd like to convert to h.265. I recently heard about Tdarr, and am considering that for a future weekend project to reclaim storage space.

    I think directing my friends that can to move to players that don't suck would help with the transcoding bottleneck. But some of the other responses make me feel like I'm overly concerned about it.

  • Selfhosted @lemmy.world

    Plex/Jellyfin Transcode Performance on x86 MiniPCs or a ZimaBoard

  • qBittorrent has an option to define the WEBUI_PORT. If you want to access it on say, port 8585, set this environment variable to WEBUI_PORT=8585. Then in gluetun, continue to reference it as you do above. Hope this helps. https://registry.hub.docker.com/r/linuxserver/qbittorrent

     
        
      qbittorrent:  
        container_name: qbittorrent  
        image: linuxserver/qbittorrent:latest
        environment:
          - WEBUI_PORT=8585
        restart: unless-stopped
        network_mode: container:vpn  
        volumes:  
         - /docker/appdata/qbitorrent:/config