Skip to content

torunar/bc-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bandcamp music player with a queue.

Bandcamp integraiton

I also made a Firefox extension that adds "Enqueue in BC Player" context menu action so you can add albums to your listening queue directly from the Bandcamp feed page:

ext.webm

You can download the extension here: bc-player-helper.xpi.

Reasoning behind the project

Bandcamp doesn't let you play multiple albums in a queue. I didn't like it, so I fixed the problem the only way I know: with some good ol' HTML, CSS and JS.

Privacy

https://corsproxy.io/ is used to fetch pages directly from Bandcamp: they claim to store no logs.

BC Player only stores data in your browser's session storage.

Contributing

I see this project as feature-complete. I will mostly focus on fixing bugs, but might add a thing or two occasionally.

If you are willing to contribute to the project, be my guest! Make forks, implement features, make pull requests.