spotify-downloader
spotify-downloader copied to clipboard
Offer Artist ID as a field available in artist_id.
Requested Feature
I'd like artist_id
on a field here: https://github.com/spotDL/spotify-downloader/blob/f90cfb3f5ab1b15e73d0393d531908d4ac789e7d/spotdl/types/song.py#L29
This is useful when using the intermediate output of spotdl.search
in an embedded program. The artist name
is already being returned, so the artist ID helps out when there are artist name dupes.
Possible implementation
already done here: https://github.com/spotDL/spotify-downloader/compare/master...yoavz:spotify-downloader:patch-1
you can open a pr and I will merge it :)
This issue has been automatically marked stale because there hasn't been any activity for the last 30 days.