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

Implemented Playlist builder #9

Merged
merged 5 commits into from
Jan 24, 2023
Merged

Implemented Playlist builder #9

merged 5 commits into from
Jan 24, 2023

Conversation

B00tLoad
Copy link
Owner

+ playlist creation, including name, cover and public/collaborative (see #3, #5, #6 implemented in 011cdc1, b783019, cadb4a9, 978640b)
+ track search (implemented in 011cdc1, ce9f8d1, cadb4a9)
+ adding tracks to playlist (implemented in 011cdc1)
+ QOL: Spotify authentication tab is self closing (implemented in ce9f8d1)
+ SECURITY: Bumped LastFM wrapper to use https (implemented in ce9f8d1)

B00tLoad and others added 5 commits January 21, 2023 02:24
\+ Creation of playlist with default name
\+ implemented track search (opens #2)
\+ Implemented adding tracks to list
\+ Implemented setting custom playlist cover

- Missing ability to select file to upload as cover (opens #3)
- Missing saving and retrieving auth tokens for use in chron jobs + flag to enable (opens #4)
- Known issue: some tracks cannot be found, although they were played on spotify to be scrobbled onto lastfm (see #2)
- Missing flag to set a custom playlist name (opens #5)
- missing flags to make playlists public and/or collaborative on creation. (opens #6)
- Regex-replacing ' and " in song titles (fixes #2)
- found problem where the webserver receives the auth data from Spotify but never sends out a response. (opens #7)
- gracefully stopping webserver at the end of the process
- added functionality for the auth tab to be self-closing
- set the LastFM api wrapper to use https instead of http
closes #5
Also did a minor fix to the playlist building system, where sometimes a different version of the track was selected. Now Track titles have to match.
closes #6
also stated flag exclusivity in argument descriptions
@B00tLoad B00tLoad requested a review from Morril-2300 January 24, 2023 04:23
@B00tLoad B00tLoad merged commit aff36de into master Jan 24, 2023
@Morril-2300 Morril-2300 deleted the SpotifyPlaylistBuilder branch January 24, 2023 15:31
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.

2 participants