Bandcamp

From wikinotes
Revision as of 15:31, 12 February 2023 by Will (talk | contribs) (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 -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)