Transfer Spotify playlists to YouTube Music
Project description
A simple command line script to clone a Spotify playlist to YouTube Music.
Transfer a single Spotify playlist
Update a transferred playlist on YouTube Music
Transfer all playlists for a Spotify user
Remove playlists from YouTube Music
Install
Python 3 and pip - https://www.python.org
Install:
pip install spotify_to_ytmusic
Setup
Generate a new app at https://developer.spotify.com/dashboard
Run
spotify_to_ytmusic setup
For backwards compatibility you can also create your own file and pass it using –file settings.ini.
Usage
After you’ve completed setup, you can simply run the script from the command line using: .. code-block:
spotify_to_ytmusic create <spotifylink>
where <spotifylink> is a link like https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M
The script will log its progress and output songs that were not found in YouTube Music to noresults.txt.
Transfer all playlists of a Spotify user
For migration purposes, it is possible to transfer all public playlists of a user by using the Spotify user’s ID (unique username).
spotify_to_ytmusic all <spotifyuserid>
## Command line options
There are some additional command line options for setting the playlist name and determining whether it’s public or not. To view them, run
spotify_to_ytmusic -h
To view subcommand help, run i.e.
spotify_to_ytmusic setup -h
Available subcommands:
positional arguments:
{setup,create,update,remove,all}
Provide a subcommand
setup Set up credentials
create Create a new playlist on YouTube Music.
update Delete all entries in the provided Google Play Music playlist and update the playlist with entries from the Spotify playlist.
remove Remove playlists with specified regex pattern.
all Transfer all public playlists of the specified user (Spotify User ID).
options:
-h, --help show this help message and exit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file spotify_to_ytmusic-0.1.1.tar.gz
.
File metadata
- Download URL: spotify_to_ytmusic-0.1.1.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bbf26bed2e7f5628d99786ae4fff6b4843a27345dd7f14fdfbd09207f7b677d |
|
MD5 | f08dd10029b6ba47eee8db018bdd443a |
|
BLAKE2b-256 | 8233f9ced54e5b2bd934c44f3a0e9684c560cb80613eeb54a5f73806a2e96551 |
Provenance
File details
Details for the file spotify_to_ytmusic-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: spotify_to_ytmusic-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55ab4437588fae2d50b656508debe8e8072a71e8b91c11fcdd15edd3e32f9a43 |
|
MD5 | dc1cac5bcc9265e1d24a24ba5d9b9c70 |
|
BLAKE2b-256 | 29ad1e7e06e6626d47ce6eb911d1cf74dc438bcdce34bf98738393005aa5bf32 |