mirror of
https://github.com/afkarxyz/SpotiDownloader.git
synced 2026-04-26 05:25:53 +03:00
[GH-ISSUE #15] Artist - TItle Option #236
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiDownloader#236
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @starcrash-13 on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiDownloader/issues/15
First off, thank you for this! Several months ago I had created my own (much cruder) GUI for using spdl; that obviously stopped working once the tokens were implemented.
I was wanting to suggest adding an option for the filename to be in the 'Artist - Title' format. I downloaded the .py file and was going to mess with it myself, but I do not know how to compile it into an .exe file.
Thanks!
Edit: Also, is there any way you are able to put the release date into the year tag of the file? spdl used to put the full date, not just the year -- it has been greatly missed once I had to start using the website again!
@afkarxyz commented on GitHub (Jan 17, 2025):
@starcrash-13 commented on GitHub (Jan 17, 2025):
Sorry, I do not see Settings anywhere in here; what am I missing?
Edit: I found the later versions that do have it. Thank you.
@afkarxyz commented on GitHub (Jan 17, 2025):
Please update to the latest version. v2.4
@starcrash-13 commented on GitHub (Jan 17, 2025):
Thanks. Just a heads up it seems the files downloading from v2.4 are not true 320; when ran though Spek they are only showing 15 kHz. Files downloaded using v1.0 and v2.1 were both reading at 20 kHz, where they should be.
@afkarxyz commented on GitHub (Jan 17, 2025):
Thank you for the great feedback. In version 2.4, I used some components outside of SpotifyDown and didn’t require a token. In version 2.5, I’ll revert to using SpotifyDown.com directly and implement more proper metadata, including the release date. I’m currently working on it. Stay tuned for the update in version 2.5 in a few hours.
@afkarxyz commented on GitHub (Jan 18, 2025):
Please update to the latest version, I've implemented all your feedback. v2.5
@starcrash-13 commented on GitHub (Jan 18, 2025):
Everything looks great, but is there a reason you reduced the album art to 300? Would love to have the option if there is a reason to prefer that over the 640.
@afkarxyz commented on GitHub (Jan 18, 2025):
The reason is that the latest metadata only provides a 300px cover. If possible, I will add options for cover art sizes: 64px, 300px, 640px, and the original size of over 1000px.
@afkarxyz commented on GitHub (Jan 18, 2025):
Stay tuned for the v2.6 update!
@afkarxyz commented on GitHub (Jan 18, 2025):
Hi, I've added the settings menu to select cover art size. Please update to v2.6
@starcrash-13 commented on GitHub (Jan 18, 2025):
Awesome... thank you!