Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Migz93/lidarr-download-automation
Bash script to download artists in Lidarr using smloadr or d-Fi
https://github.com/Migz93/lidarr-download-automation
album automation bash bash-script d-fi deezer download download-artists lidarr lidarr-smloadr-script smloadr
Last synced: 4 days ago
JSON representation
Bash script to download artists in Lidarr using smloadr or d-Fi
- Host: GitHub
- URL: https://github.com/Migz93/lidarr-download-automation
- Owner: Migz93
- License: gpl-3.0
- Archived: true
- Created: 2018-10-31T11:59:30.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-03-05T18:39:46.000Z (over 4 years ago)
- Last Synced: 2024-05-02T02:40:20.599Z (6 months ago)
- Topics: album, automation, bash, bash-script, d-fi, deezer, download, download-artists, lidarr, lidarr-smloadr-script, smloadr
- Language: Shell
- Homepage:
- Size: 854 KB
- Stars: 54
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
This repository is now deprecated, will no longer be updated and is being set to archived. Unfortunately I haven't had the time to improve or even look at this in a long time.
For a replacement please see the fantastic work by [RandomNinjaAtk](https://github.com/RandomNinjaAtk) with his own script [here.](https://github.com/RandomNinjaAtk/lidarr-automated-downloader)
The premise is still the same, it communicates with Lidarr and downloads missing/cutoff from deezer.# lidarr-download-automation
Bash script to download your artists that have been added to Lidarr using SMLoadr or d-fi.The script communicates with Lidarr over it's API to find get a list of your Artists/Albums, using this data it then searches Deezer for a matching Artist/Album and downloads what it finds.
This script runs externally to Lidarr and isn't added anywhere to Lidarr, instead you add Lidarrs info to the config file and run this script directly.
Please check the wiki for more information.
# Demo
![Demo](https://s4.gifyu.com/images/demo.gif)# Credit
Original Script: Myself
Improvements: [permutationalparody](https://github.com/permutationalparody)[RandomNinjaAtk](https://github.com/RandomNinjaAtk) is now the main developer, his coding skills are taking this script far beyond what i could manage.