Skip to content

Releases: linsomniac/spotify_to_ytmusic

0.9.30

06 May 02:54
6a49e3d
Compare
Choose a tag to compare

Fix from @minheed-s for "+Playlist Name" not creating a new playlist.

0.9.29:

21 Apr 16:57
5496cb6
Compare
Choose a tag to compare

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

Full Changelog: 0.9.28...0.9.29

0.9.28: With --privacy options

09 Mar 18:41
Compare
Choose a tag to compare

This release has the --privacy options included.

0.9.27: Test release

23 Feb 04:47
Compare
Choose a tag to compare

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.

23 Feb 02:04
Compare
Choose a tag to compare

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

11 Feb 01:40
Compare
Choose a tag to compare

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

10 Feb 06:39
Compare
Choose a tag to compare

#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.

07 Feb 03:33
Compare
Choose a tag to compare

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.

0.9.16: Some bug-fixes in code refactoring.

05 Feb 13:42
Compare
Choose a tag to compare

The refactoring we've been doing had some misc bug fixes. If you are having problems with these recent versions, please go back to one of the older releases like 0.9.12, from before the refactoring.

0.9.15: Bug fix in algorithm selection.

04 Feb 23:02
03bbf55
Compare
Choose a tag to compare

0.9.14 had a bug in the algorithm selection, this fixes that.