All Projects â†’ schollz â†’ Playlistfromsong

schollz / Playlistfromsong

Licence: mit
Create an offline music playlist from a single song 🎶

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Playlistfromsong

Play.cash
🎶 Music lovers, rejoice.
Stars: ✭ 89 (-30.47%)
Mutual labels:  music, playlist, songs
Ts3audiobot
Advanced Musicbot for Teamspeak 3
Stars: ✭ 397 (+210.16%)
Mutual labels:  music, playlist, songs
Ytspotifydl
Youtube and Spotify music downloader with metadata.
Stars: ✭ 34 (-73.44%)
Mutual labels:  music, songs
Lofi Player
🎧 A Lofi Player built with HTML, CSS and Javascript using Parcel as Module Bundler https://lakscastro.github.io/lofi-player
Stars: ✭ 38 (-70.31%)
Mutual labels:  music, songs
Streamly
Portable, independent, web-based, simple streaming YouTube video queues and playlists for music videos, audiobooks, etc.
Stars: ✭ 60 (-53.12%)
Mutual labels:  music, playlist
Youtub.ly Android
An android app to download 📹 videos and songs from youtube to phone internal storage
Stars: ✭ 17 (-86.72%)
Mutual labels:  music, songs
Waveform Playlist
Multitrack Web Audio editor and player with canvas waveform preview. Set cues, fades and shift multiple tracks in time. Record audio tracks or provide audio annotations. Export your mix to AudioBuffer or WAV! Project inspired by Audacity.
Stars: ✭ 919 (+617.97%)
Mutual labels:  music, playlist
Bpm Analyser
Analyser BPM in Swift for your music/sounds/records, whatever..
Stars: ✭ 60 (-53.12%)
Mutual labels:  music, songs
Warezz
It's illegal cuz they can't tax you!
Stars: ✭ 386 (+201.56%)
Mutual labels:  music, songs
Luoo.spider
🤖 A spider and server for Luoo.qy
Stars: ✭ 99 (-22.66%)
Mutual labels:  music, server
Getsong
Download any song mp3 with no dependencies except ffmpeg
Stars: ✭ 102 (-20.31%)
Mutual labels:  music, songs
Lmms
Cross-platform music production software
Stars: ✭ 5,450 (+4157.81%)
Mutual labels:  music, songs
Flutter Assetsaudioplayer
Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
Stars: ✭ 458 (+257.81%)
Mutual labels:  playlist, songs
Lyrics Corpora
An unofficial Python API that allows users to create a corpus of lyrical text from their favorite artists and billboard charts
Stars: ✭ 13 (-89.84%)
Mutual labels:  music, songs
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+1517.19%)
Mutual labels:  music, songs
Gaanaapi
Unofficial Gaana API
Stars: ✭ 59 (-53.91%)
Mutual labels:  music, songs
Alonetone
A free, open source, non-commercial home for musicians and their music
Stars: ✭ 270 (+110.94%)
Mutual labels:  music, songs
Gmusicproxy
Google Play Music Proxy - "Let's stream Google Play Music using any media-player"
Stars: ✭ 316 (+146.88%)
Mutual labels:  music, songs
Musicbot
🎶 A Discord music bot that's easy to set up and run yourself!
Stars: ✭ 1,109 (+766.41%)
Mutual labels:  music, playlist
Lyrics
📄 Open Lyrics Database
Stars: ✭ 106 (-17.19%)
Mutual labels:  music, songs

================ playlistfromsong

.. image:: https://img.shields.io/pypi/v/playlistfromsong.svg :target: https://pypi.python.org/pypi/playlistfromsong

.. image:: https://img.shields.io/travis/schollz/playlistfromsong.svg :target: https://travis-ci.org/schollz/playlistfromsong

.. image:: https://readthedocs.org/projects/playlistfromsong/badge/?version=latest :target: https://playlistfromsong.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/schollz/playlistfromsong/shield.svg :target: https://pyup.io/repos/github/schollz/playlistfromsong/ :alt: Updates

Generate an offline playlist from a single song.

Features

  • Similar song matching using last.fm or Spotify
  • Automatic downloading of songs
  • Builtin music server for webhooks

Quickstart

First install ffmpeg_:

::

    sudo apt-get install ffmpeg    (DEBIAN)
    brew install ffmpeg            (MAC)

.. _ffmpeg: https://ffmpeg.org/download.html

Install with pip::

pip install playlistfromsong

Download a playlist of 5 songs similar to Miles Davis' Blue In Green::

playlistfromsong --song 'Miles Davis Blue In Green' --num 5 -f /path/to/save

.. image:: http://i.imgur.com/ldVHZcc.gif :target: http://i.imgur.com/ldVHZcc.gif :alt: Demo1

Use a bearer token --bearer to use Spotify to find suggestions::

playlistfromsong --song 'Miles Davis Blue In Green' --num 5 -f /path/to/save -b 'BEARER'

.. image:: http://i.imgur.com/uzEEEFh.gif :target: http://i.imgur.com/uzEEEFh.gif :alt: Demo1

For more complete usage, see the docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].