TheWicklowWolf / Lidify

Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM.
MIT License
152 stars 0 forks source link

Quality Profile ID #18

Closed chesterjazzman closed 5 months ago

chesterjazzman commented 5 months ago

I don't see a way to find the Quality Profile ID in Lidarr, to set the Lidify environment variable quality_profile_id. Where can I find that? I deleted "Standard" which I guess is the default 1. I want to change to Lossless.

chesterjazzman commented 5 months ago

I changed it to 2, and that worked.

TheWicklowWolf commented 5 months ago

To get a list of your Quality Profile IDs:

curl -X GET "http://<your-lidarr-url>:<port>/api/v1/qualityprofile" \
     -H "X-Api-Key: <your-api-key>"

and for MetaData Profile IDs:

curl -X GET "http://<your-lidarr-url>:<port>/api/v1/metadata" \
     -H "X-Api-Key: <your-api-key>"