Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

luispadron/BandLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BandLoader

A Python 3.4 based GUI application for downloading streaming files from Bandcamp.com

What It Does

  • Downloads entire album from a bandcamp artists /album/ page
  • Encodes the .Mp3 files using Mutagen

Features

  • Scrapes artist_name.bandcamp.com/album/album_name page for streaming URL's
  • Downloads the streaming URL and encodes the MP3
  • Downloads the full cover art for the Album Cover

Application

image

Downloads

Windwos

  • Download the zip file HERE
  • Unpack
  • Run BandLoader.exe, say yes to any smart screen dialog screens
  • Enjoy

Mac OSX

  • Download the DMG file HERE
  • Drag the .app file into your applications folder
  • Run Band Loader from the launch pad
  • Enjoy

Source

  • Grab the source

Dependencies For Source
- PyQt4 - mutagen - wgetter