Skip to content

Instantly share code, notes, and snippets.

View SuGolYolLom's full-sized avatar
💭
I may be slow to respond.

R3JpbG8uc2g= SuGolYolLom

💭
I may be slow to respond.
View GitHub Profile
@SuGolYolLom
SuGolYolLom / xchat_vlc_nowplaying.py
Created July 2, 2017 08:09 — forked from weidizhang/xchat_vlc_nowplaying.py
Detailed VLC Now Playing script for Xchat.
# @author Weidi Zhang <http://github.com/ebildude123>
# @license MIT
# @description VLC Now Playing script for Xchat
# This script assumes that the password to access your VLC web api page is "123456", but you can change the vlcPassword variable.
import xchat, urllib, urllib2, base64, json, os, HTMLParser
__module_name__ = "NowPlaying"
__module_version__ = "0.1"
__module_description__ = "Detailed VLC now playing information for Xchat by Weidi Zhang"