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

Fix downloader metadata #245

Merged
merged 3 commits into from
Apr 29, 2021
Merged

Fix downloader metadata #245

merged 3 commits into from
Apr 29, 2021

Conversation

th-ch
Copy link
Owner

@th-ch th-ch commented Apr 29, 2021

This PR improves/fixes the downloader plugin:

  • fix URL to download (cases where a / was missing, leading to an invalid URL - worst case, a double slash should not be an issue)
  • set max file name length to 255 (was 100 previously)
  • set metadata in the main process (allowing to set a cover) - current metadata is still used to have up-to-date info (only drawback, the cover is not up-to-date if the song was changed but should not be a big deal)

@th-ch th-ch merged commit a406ba4 into master Apr 29, 2021
@th-ch th-ch deleted the fix-downloader-metadata branch April 29, 2021 21:05
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.

1 participant