Giter Site home page Giter Site logo

waspheld / sonarr-animedownloader Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mainkronos/sonarr-animedownloader

0.0 0.0 0.0 13.33 MB

It is a Docker Container that uses Sonarr to download anime from AnimeWorld site (ITALY).

Home Page: https://mainkronos.github.io/Sonarr-AnimeDownloader/

License: MIT License

Shell 1.70% JavaScript 36.42% Python 45.37% C 1.44% CSS 14.02% Dockerfile 1.05%

sonarr-animedownloader's Introduction

wallpaper

Version Issues License Stars

This documentation is in Italian because this program downloads anime with italian subtitles only.

Questo Docker Container funziona come un'estenzione di Sonarr; serve a scaricare in automatico tutti gli anime che non vengono condivisi tramite torrent. Il Container si interfaccia con Sonarr per avere informazini riguardante gli anime mancanti sull'hard-disk, viene poi fatta una ricerca se sono presenti sul sito AnimeWorld, e se ci sono li scarica e li posiziona nella cartella indicata da Sonarr.

L'utilizzo di Sonarr è necessario. Il Docker Container di Sonarr può essere trovato qui.

Il progetto utilizza la libreria animeworld, il codice sorgente e la documentazione è reperibile qui.

WARNING
Aggiornamento da 1.x.x a 2.x.x
Il volumi sono cambiati nel seguente modo:

  • /script/connections -> /src/script
  • /script/json -> /src/database

Hacktoberfest 2023

Per partecipare all'evento Hacktoberfest 2023 leggere la documentazione.
Per contribuire non è necessario saper programmare o mettere mano al codice sorgente del programma.

Installazione

version: '3.9'
services:
  mainkronos:
    container_name: AnimeDownloader
    volumes:
      - '/path/to/data:/src/database'
      - '/path/to/animeSeries:/tv'
      - '/path/to/downloads:/downloads'
      - '/path/to/connections:/src/script'
    ports:
      - 'port:5000'
    environment:
      - 'SONARR_URL=http://url:port'
      - 'API_KEY=1234567890abcdefghijklmn'
      - 'TZ=Europe/Rome'
      - 'PUID=1000'
      - 'PGID=1000'
    image: 'ghcr.io/mainkronos/anime_downloader:latest'

La documentaszione con tutte le informazioni di installazione e configurazione sono disponibili qui.

Per iniziare ad utilizzare il programma vai alla sezione QuickStart.

Se vuoi saperne di più sulle funzionalità avanzate vai alla sezione Advanced Usage.

In caso di dubbi o problemi consolutare le FAQ.

Se vuoi contribuire al progetto dai un occhiata alla sezione Contributing.

Un esempio di interfaccia e funzionamento del programma:

Presentazione

Se il progetto ti è piaciuto aggiungi una STELLA. 👈(゚ヮ゚👈)

Sponsor

Grazie di cuore a tutti coloro che hanno donato per questo progetto.
Il vostro supporto mi ha permesso di raggiungere risultati straordinari.

sponsors

Star History

Star History Chart

sonarr-animedownloader's People

Contributors

mainkronos avatar savvymeat avatar bonny1992 avatar deepsourcebot avatar r0bb10 avatar dependabot[bot] avatar

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.