Code Monkey home page Code Monkey logo

alternatrr's Introduction

What alternatrr does

alternatrr lets you add alternative titles to your sonarr instance by editing the sonarr.db file directly via a simple UI.

docker-compose.yaml

# example docker-compose.yml

version: '3'
services:
  alternatrr:
    image: ghcr.io/theultimatec0der/alternatrr:latest
    environment:
    - ConnectionStrings__DefaultConnection=Data Source=/opt/alternatrr/app/alternatrr.db
    - ConnectionStrings__sonarr=Data Source=/opt/sonarr/sonarr.db
    - Login__Username=Test
    - Login__Password=ChangeMe321!
    # Needed for reverseproxy
    - VIRTUAL_HOST=alternatrr.YOURDOMAIN.COM
    - VIRTUAL_PORT=80
    - LETSENCRYPT_HOST=alternatrr.YOURDOMAIN.COM
    - LETSENCRYPT_EMAIL=YOUREMAILADDRESS
    volumes:
    - /opt/sonarr:/opt/sonarr  #Mounting the directory with sonarr.db in it
    - /opt/alternatrr/app:/opt/alternatrr/app #Mounting the alternatrr.db peristent login

alternatrr's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

alternatrr's Issues

Docker in Unraid

Can you get the docker to work with Unraid?
I can install it, but it won't start.

"&" is translated into "and" when searching

Hi,

I'm using Sonarr >> Prowlarr and when setting the alternate name with "&" in it, it always searches for "and" instead of the symbol.

This unfortunately results in not getting correct results.

Thanks

Help with setup

Apologies, I am a bit of a noob with all of this.
I have all my containers running through container station on qnap.
What am I meant to put in the
volumes:
- /opt/sonarr:/opt/sonarr #Mounting the directory with sonarr.db in it
- /opt/alternatrr/app:/opt/alternatrr/app #Mounting the alternatrr.db peristent login

My sonarr looks like this.

version: '3'

services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
labels:
- com.centurylinklabs.watchtower.enable=true
environment:
- PUID=1001
- PGID=1000
- TZ=Europe/Paris
volumes:
- /share/CACHEDEV1_DATA/appdata/sonarr/config:/config
- /share/CACHEDEV2_DATA/data:/data
network_mode: bridge
ports:
- 8989:8989
restart: unless-stopped

Radarr

Would be nice to make it work with Radarr.
Radarr can't find titles in foreign language, making it useless for most people

It looks like the repo on ghcr is no longer public?

Hello,

Trying to pull the image that is compatible with sonarr v4 using Unraid, I get this error:

 -l net.unraid.docker.managed=dockerman 'ghcr.io/theultimatecoder/alternatrr:latest'
Unable to find image 'ghcr.io/theultimatecoder/alternatrr:latest' locally
docker: Error response from daemon: Head "https://ghcr.io/v2/theultimatecoder/alternatrr/manifests/latest": denied.
See 'docker run --help'.

The command failed.

Even trying to open that link directly into the web browser, returns the same error.

I think there is something with the access of this container?

Docker Error. An error occurred while processing your request.

Hi i would like to know how to fix this error Error.
An error occurred while processing your request.
Request ID: 00-7dd6580d4cfb4b45aa29486c180d6405-a63159500c753f42-00
I think this is related to the sonarr db. My sonarr is installed natively on my windows pc docker is on a wsl ubuntu distro where i set the path of the db thru /mnt/c/programdata/sonarr

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.