Releases: linsomniac/spotify_to_ytmusic
0.9.3: Report error if there is no artist
This includes some debugging information if there is no artist found in a Spotify playlist.
0.9.2: Artist display traceback fixed, s2yt_search added
This release fixes a traceback caused if no artist is associated with a track when printing the track info, and also adds a "s2yt_search" program.
0.9.1: copy_all_playlists, copy to YT playlist by name.
This release has a lot of clean ups and clarifications of error conditions.
The biggest news is some contributions by @CyanideLion of a "copy_all_playlists" command to copy everything but the Liked playlist, and the ability to copy to YTMusic playlist by name, creating the playlist if it doesn't exist. See the README for more information.
0.9.0: First release to pypi
This is the first official release I'm doing to pypi. I have also organized the code a bit nicer for this release, removing some duplication. Trying to do updates based on the feedback I'm getting from other people who are using it.
0.8.1 Another test release.
Fixing _to_ in pyproject
Initial test release, need some more clean-up.
0.8.0 Switching to be pip installable