-
-
Save sprngr/1ec126a85422d6e6f3c4d0f87b9f2dc8 to your computer and use it in GitHub Desktop.
Install Bandcamp Extension for VLC Media Player (Mac OS) Original: https://gist.github.com/MarkSilverMedia/d162932a1223b1e7206a6c383afdc468
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
# Updated for Mac OS | |
wget http://regex.info/code/JSON.lua | |
cp JSON.lua ~/Library/Application\ Support/org.videolan.vlc/lua/modules/JSON.lua | |
rm JSON.lua | |
wget https://gist.githubusercontent.com/MarcuzD/573d3f031bd61a650a65d5238b80164c/raw/6503456f7b59be1a37cf5ee97a95af1c957e8a45/bandcamp.lua | |
cp bandcamp.lua ~/Library/Application\ Support/org.videolan.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