RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

[Bug]: Audio script not searching/finding? #222

Closed wouterverduin closed 1 year ago

wouterverduin commented 1 year ago

Fresh install of lidarr-extended. After scanning the music folder and let the video download script do its thing i added some albums and disabled the video script. Feels like

Is there a way to to refresh the audo script to start from scratch?

Edit: Strangly it did download 1 album; The first album on the wanted list. But after that, even after adding new wanted albums nothing. That one album was from a previously existing artist.

Expected behavior Audo script invoking Deezer to download albums

Log Data 2023-04-11 13:00:42 :: Audio :: 1.0.309 :: Lift off in... 2023-04-11 13:00:42 :: Audio :: 1.0.309 :: 5 2023-04-11 13:00:43 :: Audio :: 1.0.309 :: 4 2023-04-11 13:00:44 :: Audio :: 1.0.309 :: 3 2023-04-11 13:00:45 :: Audio :: 1.0.309 :: 2 2023-04-11 13:00:46 :: Audio :: 1.0.309 :: 1 2023-04-11 13:00:48 :: Audio :: 1.0.309 :: To kill script, use the following command: 2023-04-11 13:00:48 :: Audio :: 1.0.309 :: kill -9 100006 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Lidarr Version: 1.1.3.2982 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Add Deezer Top 10 Artists is enabled 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Add Deezer Top 10 Album Artists is enabled 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Add Deezer Top 10 Track Artists is enabled 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Add Deezer Related Artists is disabled (enable by setting addRelatedArtists=true) 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Download Location: /downloads-lidarr-extended 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Output format: native 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Output bitrate: 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Download Quality Check Enabled 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Preferred audio lyric type: both 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Tidal Country Code set to: US 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Replaygain Tagging Enabled 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Match Distance: 5 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Beets Tagging Enabled 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Beets Matching Threshold 90% 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Removing prevously completed downloads that failed to import... 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: DEEZER :: Verifying deemix configuration 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: DEEZER :: ARL Token: Configured 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: DEEZER :: Configuring deemix client 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: DEEZER :: Purging album list cache... 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: FINDING MISSING ALBUMS :: sorted by date 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: 25 Missing Albums Found! 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Getting Missing Album IDs 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: 1 :: missing :: Downloading page 1... (0 - 25 of 25 Results) 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: 1 :: missing :: Filtering Album IDs by removing previously searched Album IDs (/config/extended/logs/notfound/) 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: 1 :: missing :: 0 albums found to process! 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: FINDING CUTOFF ALBUMS sorted by date 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: 0 CutOff Albums Found Found! 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Getting CutOff Album IDs 2023-04-11 13:00:50 :: Audio :: 1.0.309 :: Begin searching for missing artist albums via Lidarr Indexers... And then a whole lot of lines with the already available albums

Docker Info:

Additional context

RandomNinjaAtk commented 1 year ago

Looks to be working as designed. The script indicates that it already searched for everything previously, so there is nothing to do... If you want to try again and not wait for it to automatically retry after whatever the built in timer is set for, clear/delete the contents of /config/extended/logs/notfound/ folder. (just like the log message says...)