Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Good info for using the Lidarr list import script with current software stacks #27

Open
tmnyhbs opened this issue Dec 29, 2024 · 0 comments

Comments

@tmnyhbs
Copy link

tmnyhbs commented Dec 29, 2024

Just wanted to share the CSV file I used after struggling with getting one created in Excel to work with this script properly. I believe that the issue was Excel including commas after each artist name when the foreignArtistId column was blank.

I stripped out all but the first few artists, and I did not use the foreignArtistIds.

artists-example.csv

With more recent changes to python, you may need to install the required packages manually by using:
pip install python3-requests
and
pip install python3-colorlog

I also had issues getting this to run on a Mac due to conflicts with python2.7 being the default --but worked well on an Ubuntu VM with a fresh python3 install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant