Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Latest commit

 

History

History
42 lines (32 loc) · 936 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 936 Bytes

stereodose-dl

Stereodose.com user playlist downloader written in Python 3

###Usage python stereodose-dl.py <user playlist link>

example:

python stereodose-dl.py https://www.stereodose.com/user_playlist/7953/road-trip

###Installation

  • tl;dr pip install requests wget mutagen beautifulsoup4

or

  • wget pip install wget
  • Requests pip install requests
  • Mutagen pip install mutagen
  • BeautifulSoup 4 pip install beautifulsoup4

###Features

  • Downloads Stereodose.com user playlists
  • Automatic mp3 tagging (ID3v2.3, Windows doesn't support ID3v2.4 in Windows Explorer)
    • Artist
    • Title
    • Album (Playlist title)
    • Genre (Campfire, Chill, etc.)
    • Cover (If there is no cover the avatar of the SoundCloud user is used)
  • Resume downloads

###Changelog

  • #####1.0.1

    • Fix album cover error (thanks @yakumaa)
  • #####1.0

    • Release

###Todo

  • Add error handling
    • Playlist not found
    • No link given
    • ?