Created
August 7, 2017 17:06
-
-
Save MarkSilverMedia/d162932a1223b1e7206a6c383afdc468 to your computer and use it in GitHub Desktop.
Install Bandcamp Extension for VLC Media Player
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://regex.info/code/JSON.lua | |
sudo cp JSON.lua /usr/lib/vlc/lua/modules/JSON.lua | |
rm JSON.lua | |
wget https://gist.githubusercontent.com/MarcuzD/573d3f031bd61a650a65d5238b80164c/raw/6503456f7b59be1a37cf5ee97a95af1c957e8a45/bandcamp.lua | |
sudo cp bandcamp.lua /usr/lib/vlc/lua/playlist/bandcamp.lua | |
rm bandcamp.lua |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment