Under Settings > Import List > Advanced List, there’s an option to provide a List URL for a Custom List. What format would that need to be in?
Under Settings > Import List > Advanced List, there’s an option to provide a List URL for a Custom List. What format would that need to be in?
This is awesome, thanks! I’ve deployed the script on a basic local nginx docker container with PHP enabled but the Lidarr list import service only seems to be importing the first result. Did you run into that issue during your development?
Seems the documentation around the custom list is non-existent. Here’s the sample output from my page:
[ { "MusicBrainzId": "9f81247f-7f57-42f3-a8ba-75bef554e591" }, { "MusicBrainzId": "0ae49abe-d6af-44fa-8ab0-b9ace5690e6f" }, { "MusicBrainzId": "3b910f7b-018f-408f-950b-47e02d2ce305" } ]
Hmm no, I think it works correclty. I get log entries like
Import List Sync Completed. Items found: 61, Artists added: 0, Albums added: 0
, which suggests to me that it processes more than just one result entry.