Bandcamp: Difference between revisions

From wikinotes
(Created page with " = Clients = <blockquote> I've had issues using bandcamp in the browser lately, but thanks to [https://steemit.com/linux/@manero666/play-bandcamp-content-from-the-command-line this tip] you can do it on the cli. I'll need to look into writing a client for this. <syntaxhighlight lang="bash"> nvlc $(youtube-dl -g https://sighphy.bandcamp.com/album/limewired) </syntaxhighlight> </blockquote><!-- Clients -->")
 
No edit summary
Line 1: Line 1:
A music store with a wide variety of music.


= Clients =
= Clients =

Revision as of 15:31, 12 February 2023

A music store with a wide variety of music.

Clients

I've had issues using bandcamp in the browser lately, but thanks to this tip you can do it on the cli.

I'll need to look into writing a client for this.

nvlc $(youtube-dl -g https://sighphy.bandcamp.com/album/limewired)