• thingsiplay@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 hours ago

    On Steam Deck I rather use RetroArch from the Steam store. So I can play the games everywhere offline without any NAS or internet connection required (during playtime). And still benefit from save files saved to cloud and available on other machines. Just an alternative that exists for anyone with Steam.

      • thingsiplay@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 hours ago

        No issue with audio. I have played a lot. Do you use RetroArch directly from the Steam store (which I do) or through something like EmuDeck or RetroDeck maybe? In that case, it is possible that the issue lies somewhere there. Just noticed RetroArch app got finally a “Verified” status. Check if you set it to mute by accident. As for my RetroArch, in the sub menu of Settings > Audio > Output:

        Audio = ON
        Audio = pulse
        Device = Default
        Output Rate (Hz) = 48000
        Audio Latency (ms) = 64
        Audio Resampler = sinc
        Resampler Quality = Normal
        

        I’m not saying these are the optimal settings, just my current settings that work for me. Check those settings, change and restart RetroArch to test.

  • thatKamGuy@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 hours ago

    I don’t really have much server space on my NAS currently, and am holding off on a (TBH much needed) upgrade until HDD prices come down somewhat - but I would love to try and set something up like this for my (complete) library of SNES ROMs at the very least.

    I just fear my old QNAP TS-419PII from ~20yrs ago is not up to the task. 😅

  • SailorFuzz@lemmy.world
    link
    fedilink
    English
    arrow-up
    27
    ·
    1 day ago

    I wish I knew how to set up shit like this. Meanwhile I struggle trying to figure out how to set up Jellyseer, the ArrStack, and VPN/Torrent bullshit… I can watch jellyfin at home… that’s about it. And I have to download sepeartely and then move things to the the storage because I don’t know how else to do that shit safely.

    • some_random_nick@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      1 day ago

      TechHut has a guide on the arr stack and also a repo on github with most stuff setup for docker. You can just copy the .yaml file, tweak a few things to your liking and off you go.

      • SailorFuzz@lemmy.world
        link
        fedilink
        English
        arrow-up
        13
        arrow-down
        1
        ·
        1 day ago

        I’ve never gotten the so-called one/done scripter/guides to work. At first I was running ProxMox (which I don’t know enough shit about) on a miniPc, and then I have a separate NAS I’ve owned for a ~decade. I could get Proxmox LXC scripts to work (sometimes) but then getting them to see eachother, and have static IPs, and setting up the VPN, and a webfront end (all of which I don’t know shit about)…

        I gave up on all that shit… so now… I have Proxmox… running a VM of a HomeAssistantOS… and HAOS has Jellyfin/Sonar/Radar apps running… and I download shit on my main PC and then drag them to the NAS storage. It’s all… a shitshow, I get it, it’s a shitshow…

        But it’s still way more organized than when it a just a explorer/folder structure and VLC player, lol.

    • dan@upvote.au
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 day ago

      For a VPN for torrents, make sure you use one that supports port forwarding. AirVPN is a good choice. If you’re okay with Docker, gluetun is a good choice - you create a Gluetun container for the VPN, then any other Docker containers (torrent client, whatever) can use the VPN. It avoids having to use the VPN for everything.