We’re excited to announce a major update: the Jellyseerr and Overseerr teams are officially merging into a single team called Seerr. This unification marks an important step forward as we bring our efforts together under one banner.

For users, this means one shared codebase combining all existing Overseerr functionalities with the latest Jellyseerr features, along with Jellyfin and Emby support, allowing us to deliver updates more efficiently and keep the project moving forward.

Please check how to migrate to Seerr in our migration guide and stay tuned for more updates on the project!

  • PeriodicallyPedantic@lemmy.ca
    link
    fedilink
    English
    arrow-up
    47
    ·
    1 month ago

    I hate how so many of the arr apps don’t describe what they do in a way that people who don’t already know can understand.

    Even the tutorials and guides are frustratingly vague.

    • Gonzako@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 month ago

      I’ll be honest, only the first setup gave me some trouble as I was tackling docker compose too. After you gain familiarity setting up a new arr is basically copying the provided yaml service then filling in the envs with yours

        • Gonzako@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 month ago

          The arr stack is for downloading media in an automated matter, for example sonarr will scan the inderxers you give them for the series you want and automatically download them. Then you can use a service like jellyfin to watch your media

            • Gonzako@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 month ago

              Docker compose is how you can define a set of services and then run them. Those services are defined in a yaml file. Most programs provide their own way to be ran through docker compose. Env is a shorthand for environment, basically values you pass to customize the services.

    • Aneb@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      I agree it took many months to figure out my arr stack and the configuration with API keys and server ip addresses. I used countless resources and guides and it didn’t help. Now I can do a fresh install of jellyfin and the arr stack in less than an hour after finally figuring it out but wow was it a hard learning curve. I have paper notes trying to decode which tools does what I was so confused