Git Product home page Git Product logo

lidarr-automated-downloader's People

Contributors

randomninjaatk avatar

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

lidarr-automated-downloader's Issues

UrlBase

If a UrlBase is set up in Lidarr, LAD cannot communicate with it (when using the default config in the Docker Image) as the API needs that in the URL

ie. ${LidarrApiKey} gives only http://127.0.0.1:8686 in:

curl -s --header "X-Api-Key:"${LidarrApiKey} --request GET "$LidarrUrl/api/v1/wanted/missing/?page=1&pagesize=${amount}&includeArtist=true&monitored=true&sortDir=desc&sortKey=releaseDate" -o temp-lidarr-missing.json curl -s --header "X-Api-Key:"${LidarrApiKey} --request GET "$LidarrUrl/api/v1/wanted/cutoff/?page=1&pagesize=${amount}&includeArtist=true&monitored=true&sortDir=desc&sortKey=releaseDate" -o temp-lidarr-cutoff.json

needs to be http://127.0.0.1:8686/urlbase if one is configured

Some filenames are missing their artist

Using your docker image.

Some files are created without their artist in their filenames which results in Lidarr unable to import them from the lidarr-import directory.

The Rolling Stones - A Bigger Bang (2009 Re-Mastered) (2009) (ALBUM) (WEB)-DLCLIENT

101 - Rough Justice.flac
102 - Let Me Down Slow (Remastered).flac
103 - It Won't Take Long (Remastered).flac
104 - Rain Fall Down.flac
105 - Streets Of Love.flac
106 - Back Of My Hand (Remastered).flac
107 - She Saw Me Coming (Remastered).flac
108 - Biggest Mistake (Remastered).flac
109 - This Place Is Empty (Remastered).flac
110 - Oh No, Not You Again (Remastered).flac
111 - Dangerous Beauty (Remastered).flac
112 - Laugh, I Nearly Died (Remastered).flac
113 - Sweet Neo Con (Remastered).flac
114 - Look What The Cat Dragged In (Remastered).flac
115 - Driving Too Fast (Remastered).flac
116 - Infamy (Remastered).flac

log:

Deezer Matched Album Title: A Bigger Bang (2009 Re-Mastered) (ID: 384230)
Album Link: https://www.deezer.com/album/384230
Album Release Year: 2009
Album Release Type: album
Album Lyric Type: Clean
Album Duration: 1:04:07s
Album Track Count: 16
Downloading 16 Tracks...
Downloading collection
Downloading: The Rolling Stones - Rain Fall Down
Downloading: The Rolling Stones - Let Me Down Slow (Remastered)
Downloading: The Rolling Stones - Rough Justice
Downloading: The Rolling Stones - It Won't Take Long (Remastered)
Done!
Done!
Done!
Downloading: The Rolling Stones - Streets Of Love
Downloading: The Rolling Stones - Back Of My Hand (Remastered)
Downloading: The Rolling Stones - She Saw Me Coming (Remastered)
Done!
Downloading: The Rolling Stones - Biggest Mistake (Remastered)
Done!
Downloading: The Rolling Stones - This Place Is Empty (Remastered)
Done!
Downloading: The Rolling Stones - Oh No, Not You Again (Remastered)
Done!
Done!
Downloading: The Rolling Stones - Dangerous Beauty (Remastered)
Downloading: The Rolling Stones - Laugh, I Nearly Died (Remastered)
/storage/downloads/lidarr/dlclient/ 112 - Laugh, I Nearly Died (Remastered)
Done!
Downloading: The Rolling Stones - Sweet Neo Con (Remastered)
Done!
Downloading: The Rolling Stones - Look What The Cat Dragged In (Remastered)
Done!
Downloading: The Rolling Stones - Driving Too Fast (Remastered)
Done!
Downloading: The Rolling Stones - Infamy (Remastered)
Done!
Done!
Done!
Done!
All done!
Downloaded Album: A Bigger Bang (2009 Re-Mastered) (Format: FLAC; Length: 1:04:07s)
Verified Track: 101 - Rough Justice.flac
Verified Track: 102 - Let Me Down Slow (Remastered).flac
Verified Track: 103 - It Won't Take Long (Remastered).flac
Verified Track: 104 - Rain Fall Down.flac
Verified Track: 105 - Streets Of Love.flac
Verified Track: 106 - Back Of My Hand (Remastered).flac
Verified Track: 107 - She Saw Me Coming (Remastered).flac
Verified Track: 108 - Biggest Mistake (Remastered).flac
Verified Track: 109 - This Place Is Empty (Remastered).flac
Verified Track: 110 - Oh No, Not You Again (Remastered).flac
Verified Track: 111 - Dangerous Beauty (Remastered).flac
Verified Track: 112 - Laugh, I Nearly Died (Remastered).flac
Verified Track: 113 - Sweet Neo Con (Remastered).flac
Verified Track: 114 - Look What The Cat Dragged In (Remastered).flac
Verified Track: 115 - Driving Too Fast (Remastered).flac
Verified Track: 116 - Infamy (Remastered).flac
SUCCESS: Artwork Extracted for Downlaod
Downloaded: 16 Tracks
Downloaded: 1 Synced Lyrics
Downloaded: 1 Album Cover
REPLAYGAIN TAGGING DISABLED
Setting folder permissions (777)
Setting file permissions (666)
Notified Lidarr to scan "/storage/downloads/lidarr/lidarr-import/The Rolling Stones - A Bigger Bang (2009 Re-Mastered) (2009) (ALBUM) (WEB)-DLCLIENT" for import

deemix default.json

{
"downloadLocation": "",
"tracknameTemplate": "%artist% - %title%",
"albumTracknameTemplate": "%tracknumber% - %title%",
"playlistTracknameTemplate": "%position% - %artist% - %title%",
"createPlaylistFolder": true,
"playlistNameTemplate": "%playlist%",
"createArtistFolder": false,
"artistNameTemplate": "%artist%",
"createAlbumFolder": true,
"albumNameTemplate": "%artist% - %album%",
"createCDFolder": true,
"createStructurePlaylist": false,
"createSingleFolder": false,
"padTracks": true,
"paddingSize": "0",
"illegalCharacterReplacer": "_",
"queueConcurrency": 3,
"maxBitrate": "3",
"fallbackBitrate": true,
"fallbackSearch": false,
"logErrors": true,
"logSearched": false,
"createM3U8File": false,
"syncedLyrics": false,
"embeddedArtworkSize": 800,
"localArtworkSize": 1400,
"saveArtwork": true,
"coverImageTemplate": "cover",
"saveArtworkArtist": false,
"artistImageTemplate": "folder",
"PNGcovers": false,
"jpegImageQuality": 80,
"dateFormat": "Y-M-D",
"removeAlbumVersion": false,
"featuredToTitle": "0",
"titleCasing": "nothing",
"artistCasing": "nothing",
"executeCommand": "",
"tags": {
"title": true,
"artist": true,
"album": true,
"cover": true,
"trackNumber": true,
"trackTotal": false,
"discNumber": true,
"discTotal": false,
"albumArtist": true,
"genre": true,
"year": true,
"date": true,
"explicit": false,
"isrc": true,
"length": true,
"barcode": true,
"bpm": true,
"replayGain": false,
"label": true,
"lyrics": false,
"copyright": false,
"composer": false,
"involvedPeople": false,
"savePlaylistAsCompilation": false,
"useNullSeparator": false,
"saveID3v1": true,
"multitagSeparator": "default"
}
}

add spotify downlaod ?

Hello,

I love your automated download, i use it with a docker package on my unraid. It's perfect. My wifie love music and since i have your script ..... she is happy !

I don't known if it's possible .. but could try to download also with spotify ?
There is not all album on deezer for every artist, maybe with spotify ?

Thanks :)

Not Found is too strict?

So i'm going through the not found log and it is not finding stuff that is actually available is there anyway to reduce the strict search to pull more results? I'm using the docker version.

image

image

Script pausing after verifying tracks

The script runs fine; finds the albums to download and does so. It then verifies the tracks downloaded, but pauses once it reaches the last track. To continue past this, I have to hit 'enter' and then the script will continue saying,

ERROR: No artwork failed extraction
Downloaded: 15 Tracks
Downloaded: 0 Synced Lyrics
Downloaded: 1 Album Cover
Fixing tags

The script then continues on without issue until it downloads and then verifies the next downloaded and again pausing after verifying the last track downloaded (and again needing an 'enter' to continue.

Is this a bug or by design?

Downloading Missing Albums instead of Monitored?

Hello, first of all, Great Script!
I noticed though that many already existing Albums in my Music Library are downloaded again. Does your script pull Info from Missing Albums or Monitored?

Many Thanks!

Parse error: Invalid numeric literal

Hi,

I have this setup on ubuntu server and not on docker, just a reminder.
It gives me an parse error: Invalid numeric literal when downloading
Artist: Gina X Performance
Album: X-traordinaire.
here is a pic of error
gina x performance X-traordinaire issue

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.