Giter VIP home page Giter VIP logo

Comments (4)

Waterboy1602 avatar Waterboy1602 commented on July 28, 2024

Have you already tried following the Windows wiki? If so, where exactly do you experience any problems?

from addarr.

Erthanos avatar Erthanos commented on July 28, 2024

Yes i have but,
I have 2 problems one is the i really dont now if my config file is good can i give a random bot token that i maked via bot father or do i need to use some other bot and how can i check if everything and is configured good?
(See config)

and the second problem is when i do the last step (python addarr.py) i get the next error ( C:/path where python is installed...../python.exe: error while loading shared libraries: ? : cannot open shared object file: No such file or directory ) don't really know but i think its need to search in the raddarr folder right?
(Config)

config.txt

from addarr.

Waterboy1602 avatar Waterboy1602 commented on July 28, 2024

I've looked into your config.yaml and made some changes to how it should be.

For the Python problem: can you try executing python --version and send me the result you get? To me it looks like Python isn't installed correctly.

#Sonarr Configuration
sonarr:
  server:
    addr: http://localhost # No need to add the port here
    port : 38082 # Default is 8989
    path: # This is supposed to be an url path, not a file location
    ssl: false #default false
  auth:
    apikey: ************* i know how to get
    username: 
    password:
  search: true
  seasonFolder: true
  qualityProfileId: 1
  excludedRootFolders: E:\Serie
  
###I don't use now maybe later 
#Radarr Configuration
radarr:
  server:
    addr:
    port : 7878 # Default is 7878
    path: / # Default is / . If set, it must start and finish with / . Eg: /radarr/
    ssl: false #default false
  auth:
    apikey:
    username:
    password: 
  search: true
  qualityProfileId: 1
  excludedRootFolders: # If set, must start and finish with / Eg: /mnt/Media/

###if i put here a password do i created one for the bot or if my bot has no password can i let this empty
# --> the password you fill in here is to authorize a chat to use Addarr. You have to fill a password in (you can choose one yourself).
#Telegram Configuration
telegram:
  token:************ standaard Bot that i created via botfather, bot token 
  password:

###don't know what to do here 
# --> You only need to fill this in of you use Transmission. If you don't use it, you can fill in "enable: false"
#Transmission Configuration
transmission:
  enable: true #enable the transmission commands
  onlyAdmin: true #transmission command  will only work for admins
  host: # IP-adres of the Transmission service
  authentication: true #is transmission protected with a password?
  username: 
  password:

###i think this is ok
# Optional settings:
##Language
language: en

##Entrypoints
entrypointAuth: auth #auth or a custom entrypoint
entrypointHelp: help #help entrypoint
entrypointAdd: start #start or a custom entrypoint
entrypointAllSeries: allSeries #allSeries or a custom entrypoint
entrypointTransmission: transmission #transmission or a custom entrypoint

##Restrict some commands (Transmission) to only admins 
enableAdmin: true

##Logging
logToConsole: true
debugLogging: false

from addarr.

Erthanos avatar Erthanos commented on July 28, 2024

i got it to work thnx for your help <3

from addarr.

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.