Git Product home page Git Product logo

Comments (13)

napei avatar napei commented on May 10, 2024 1

I have no idea how to build an installer or setup a service in windows. :(

Check out https://github.com/mh-cbon/go-msi for building msi packages (which I think exists in github actions too), and there are examples for writing a windows service here

There is also https://github.com/judwhite/go-svc for writing services. I personally haven't done this, but I think that these options are pretty baseline for what people do.

from unpackerr.

davidnewhall avatar davidnewhall commented on May 10, 2024

There's a windows .exe file on the Releases page. Combine that with a config file, and this should run just fine on Windows. Let me know if you have any specific questions I can help with!

from unpackerr.

profucius avatar profucius commented on May 10, 2024

Oh I see, is it titled amd64.exe.zip? I didn't recognize that as a windows release, most other GitHub releases I find are labeled as "Windows". I'll give that a try!

from unpackerr.

davidnewhall avatar davidnewhall commented on May 10, 2024

That is correct! It's compiled 64 bit for a 64 bit Windows OS. amd64 and x86_64 are the designators for that. Windows is just weird. :D

from unpackerr.

napei avatar napei commented on May 10, 2024

Relevant to this issue, would be great to have this implemented as a service/daemon like sonarr/radarr. Perhaps supporting windows services and also linux systemd etc. I'm running this on docker in Windows, previously I was using task scheduler to fire it off in the background.

from unpackerr.

davidnewhall avatar davidnewhall commented on May 10, 2024

I have no idea how to build an installer or setup a service in windows. :(

from unpackerr.

davidnewhall avatar davidnewhall commented on May 10, 2024

Appreciate the links. I still want to look into this more, but haven't had time. Leaving this issue open so I don't lose this context.

from unpackerr.

Techie5879 avatar Techie5879 commented on May 10, 2024

Having trouble with how to install this on windows, took a look at the links but cant figure out...any help?

from unpackerr.

austinwbest avatar austinwbest commented on May 10, 2024

Copy the executable and the conf to C:\ProgramData\unpackerr and run it from there (to simplify your life)
Open the conf and edit it accordingly with your api keys, etc

from unpackerr.

austinwbest avatar austinwbest commented on May 10, 2024

image

from unpackerr.

Techie5879 avatar Techie5879 commented on May 10, 2024

Thanks! I'll be trying it now

from unpackerr.

Techie5879 avatar Techie5879 commented on May 10, 2024

A few more questions and then I think it will be all cleared up:
Suppose both Sonarr and Radarr download to D:\sonarr_radarr_down, and, lets say, the Sonarr folder is D:\TV. The files downloaded via Sonarr (using Deluge) are being stored in D:\TV\show_name\Season_No\, under which each episode has a folder that contains the rared files.

I have set my Sonarr and Radarr download directories as D:\sonarr_radarr_down, but I also want to be able to delete the extracted files from the extracted folder after importing is finished but keep it in the Sonarr media library. Do I need to edit the bottom-most section of the conf file?

from unpackerr.

davidnewhall avatar davidnewhall commented on May 10, 2024

No, do not use the Folder feature for arr apps. The only thing that can be difficult to configure is the path, but on a single system (no Docker) it's much easier. Just run it, watch the log/output for a bit and see if it has the right paths in the messages. If not, quit it, fix the paths, and try again. It overall pretty easy. It will deleted the extracted files after sonarr/radarr import them.

from unpackerr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.