Releases: linsomniac/spotify_to_ytmusic
0.9.32: Fixes for ytmusic authentication changes
@pompas-code has fixed the authentication changes in the ytmusicapi library.
Fixing build issue in 0.9.31
0.9.31: Fixes for ytmusic authentication changes
@pompas-code has fixed the authentication changes in the ytmusicapi library.
0.9.30
Fix from @minheed-s for "+Playlist Name" not creating a new playlist.
0.9.29:
What's Changed
- Update README.md by @akhil850 in #54
- Escape user_id for urls, some users were unable to login because of characters in their user_id by @FredmFred in #37
- Better error message when the GUI fails due to being unable to run "ytmusicapi oauth".
New Contributors
- @akhil850 made their first contribution in #54
- @FredmFred made their first contribution in #37
Full Changelog: 0.9.28...0.9.29
0.9.28: With --privacy options
This release has the --privacy options included.
0.9.27: Test release
This release is a test of the build process, feel free to use 0.9.20 which is the same code, or this version. This version has the Windows installer and Python build artifacts attahed.
0.9.20: Added the "s2yt_ytoauth" command.
This release adds the "s2yt_ytoauth" command as another option for running "ytmusicapi oauth", some users are running into problems with running ytmusicapi.
0.9.19: Debugging patch of ytmusicapi
This includes a patch to the nav() function in ytmusicapi to try to debug some issue there.
0.9.18: Bugfix for GUI, warning when copy_all_playlists cannot be used
#30 fixed, the issue was a GUI problem withe loading the playlists.
There seems to be a bug in ytmusicapi that has impacted one users ability to copy_all_playlists. I've filed a bug with ytmusicapi, and I've added some explanatory text. Unfortunately, the issue right now means that playlists will need to be manually copied.
0.9.17: Bug fixes, GUI run as top-level command.
Some commands were missing "--algo" arguments.
Some imports were not package relative.
Added "s2yt_gui" top level command and "python3 -m spotify2ytmusic gui" command for running GUI.