This file contains hidden or 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
# @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" |