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 -->")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A music store with a wide variety of music.


= Clients =
= Clients =
Line 5: 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 10: 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