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

Merge various prs #169

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Merge various prs #169

wants to merge 19 commits into from

Conversation

GitGitro
Copy link

@GitGitro GitGitro commented Aug 1, 2024

Hi! i've merged various pull requests in order to bring the project a bit up to date and fix some bugs

all credits are in the commits as i have cherry-picked but here are the authors:
@azumukupoe
@uuupah
@diogosena
@D3viantS4ge
@ryansereno

this fixes:
#131 #32 #74 #64 #65 #38 #25 #24

@GitGitro GitGitro changed the title Hi! Merge various prs Aug 1, 2024
@diogosena
Copy link

Please include this commit diogosena@d3eea11

zotify/track.py Outdated Show resolved Hide resolved
@@ -165,11 +166,13 @@ def download_track(mode: str, track_id: str, extra_keys=None, disable_progressba
ext = EXT_MAP.get(Zotify.CONFIG.get_download_format().lower())

output_template = output_template.replace("{artist}", fix_filename(artists[0]))
output_template = output_template.replace("{artists}", fix_filename(', '.join(artists)))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps the delimiter should be configurable via --md-artistdelimiter?

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

Successfully merging this pull request may close these issues.

7 participants