Implemented Playlist builder #9

Merged
B00tLoad merged 5 commits from SpotifyPlaylistBuilder into master 2023-01-24 15:02:13 +01:00

5 Commits

Author SHA1 Message Date
978640ba10 Implemented public / collaborative flag
closes #6
also stated flag exclusivity in argument descriptions
2023-01-24 04:59:40 +01:00
cadb4a98b3 Implemented Playlist naming
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.
2023-01-24 04:40:04 +01:00
b7830190c6 Cover upload implemented
closes #3
2023-01-23 21:41:46 +01:00
ce9f8d127e Fixing #2 and doing a bit of clean up
- 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
2023-01-22 19:27:37 +01:00
Alix von Schirp
011cdc1481 Implemented adding songs to playlist
\+ 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)
2023-01-21 02:24:52 +01:00