Bandcamp: Difference between revisions

From wikinotes
No edit summary
 
Line 6: Line 6:
but thanks to [https://steemit.com/linux/@manero666/play-bandcamp-content-from-the-command-line this tip] you can do it on the cli.
but thanks to [https://steemit.com/linux/@manero666/play-bandcamp-content-from-the-command-line this tip] you can do it on the cli.


== nvlc ==
<blockquote>
I'll need to look into writing a client for this.
I'll need to look into writing a client for this.


Line 11: Line 13:
nvlc $(youtube-dl -g https://sighphy.bandcamp.com/album/limewired)
nvlc $(youtube-dl -g https://sighphy.bandcamp.com/album/limewired)
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- nvlc -->
== mpv ==
<blockquote>
<syntaxhighlight lang="bash">
mpv https://sighphy.bandcamp.com/album/limewired
</syntaxhighlight>
</blockquote><!-- mpv -->
</blockquote><!-- Clients -->
</blockquote><!-- Clients -->

Latest revision as of 15:52, 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.

nvlc

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

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

mpv

mpv https://sighphy.bandcamp.com/album/limewired