lejacobroy / Tidalrr

Self-hosted Tidal library sync
Apache License 2.0
30 stars 4 forks source link

Lidarr sync does not queue tracks for download #13

Closed jankuca closed 6 months ago

jankuca commented 6 months ago

I wanted to use this to download missing tracks to Lidarr but the Lidarr sync does not work properly. It seems to only populate the tidal_albums table but not the tidal_artists and tidal_tracks.

When I manually add Tidal URLs of the artists and tracks for the albums added by the Lidarr sync, it starts downloading. The Lidarr sync should do this automatically.

cedvan commented 6 months ago

Same problem on my system, tidal artist missing, need create it manually to start download albums added by lidarr sync.

Adding artist manually add this with monitoring enabled and in scan step all artists albums/tracks added. So need manually disable monitoring to artists added.

So, download only missing albums from Lidarr in actual state need many manual manipulations😞 .

cedvan commented 6 months ago

To fix this problem, lidarr scan must create missing artists linked in missing albums, but add this artists with monitoring disabled by default.

A best solution will be sync artist and albums from lidarr, and map monitoring state with lidarr monitoring. So need auto add/monitoring/remove data in tidalrr from lidarr sync

cedvan commented 6 months ago

Fixed with PR : https://github.com/lejacobroy/Tidalrr/pull/15 @jankuca You can try waiting merge with image "cedvan/tidalrr:latest"

lejacobroy commented 6 months ago

Good point, thanks for the PR, i'll check that out!

lejacobroy commented 6 months ago

I'Ve merged the PR, i'm building and pushing the updated docker image right now.