Implemented Playlist builder #9

Merged
B00tLoad merged 5 commits from SpotifyPlaylistBuilder into master 2023-01-24 15:02:13 +01:00
B00tLoad commented 2023-01-24 05:23:39 +01:00 (Migrated from github.com)

+ 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)

  • found an issue where the webserver never sends a response (see #7, found/introduced in ce9f8d1)
  • automatically opening the Spotify authentication page still needs to be implemented (see #8)
  • flag exclusivity is stated in argument description as of 978640b, the check needs to be implemented. Possibility seen in checkArguments function of 47d6407, awaiting merge of morril into master.
\+ 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) - found an issue where the webserver never sends a response (see #7, found/introduced in ce9f8d1) - automatically opening the Spotify authentication page still needs to be implemented (see #8) - flag exclusivity is stated in argument description as of 978640b, the check needs to be implemented. Possibility seen in checkArguments function of 47d6407, awaiting merge of morril into master.
Morril-2300 (Migrated from github.com) approved these changes 2023-01-24 15:00:16 +01:00
This repo is archived. You cannot comment on pull requests.