Skip to content

Commit

Permalink
Merge branch 'main' into redditEDM
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Jun 2, 2024
2 parents f832b2b + fb1aa88 commit dc5daba
Show file tree
Hide file tree
Showing 5 changed files with 443 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,7 @@ venv.bak/
noresults.txt
*.ini
*.txt
*.json
*.json

#PDM
.pdm-python
15 changes: 9 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
spotify_to_ytmusic
####################

.. image:: https://img.shields.io/pypi/dm/spotify_to_ytmusic?style=flat-square
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/spotify_to_ytmusic?style=flat-square
:alt: PyPI Downloads
:target: https://pypi.org/project/spotify_to_ytmusic/

.. image:: https://img.shields.io/github/discussions/sigma67/spotify_to_ytmusic?style=flat-square
.. |discuss| image:: https://img.shields.io/github/discussions/sigma67/spotify_to_ytmusic?style=flat-square
:alt: Ask questions at Discussions
:target: https://github.com/sigma67/spotify_to_ytmusic/discussions

.. image:: https://img.shields.io/codecov/c/github/sigma67/spotify_to_ytmusic?style=flat-square
.. |code-coverage| image:: https://img.shields.io/codecov/c/github/sigma67/spotify_to_ytmusic?style=flat-square
:alt: Code coverage
:target: https://codecov.io/gh/sigma67/spotify_to_ytmusic

.. image:: https://img.shields.io/github/v/release/sigma67/spotify_to_ytmusic?style=flat-square
.. |latest-release| image:: https://img.shields.io/github/v/release/sigma67/spotify_to_ytmusic?style=flat-square
:alt: Latest release
:target: https://github.com/sigma67/spotify_to_ytmusic/releases/latest

.. image:: https://img.shields.io/github/commits-since/sigma67/spotify_to_ytmusic/latest?style=flat-square
.. |commits-since-latest| image:: https://img.shields.io/github/commits-since/sigma67/spotify_to_ytmusic/latest?style=flat-square
:alt: Commits since latest release
:target: https://github.com/sigma67/spotify_to_ytmusic/commits


|pypi-downloads| |discuss| |code-coverage| |latest-release| |commits-since-latest|

A simple command line script to clone a Spotify playlist to YouTube Music.

- Transfer a single Spotify playlist
Expand Down Expand Up @@ -66,7 +69,7 @@ After you've completed setup, you can simply run the script from the command lin
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**.
The script will log its progress and output songs that were not found in YouTube Music to **noresults_youtube.txt**.

Transfer all playlists of a Spotify user
----------------------------------------
Expand Down
Loading

0 comments on commit dc5daba

Please sign in to comment.