A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
import xchat, re, requests | |
from requests.auth import HTTPBasicAuth | |
__module_name__ = "vlcnowplaying" | |
__module_version__ = "1.1" | |
__module_description__ = "sputnikus' Now playing script for vlc" | |
metare = re.compile("""<meta\-information\> | |
\<title\>\<\!\[CDATA\[(.*)\]\]\>\<\/title\> | |
\<artist\>\<\!\[CDATA\[(.*)\]\]\>\<\/artist\> | |
\<genre\>\<\!\[CDATA\[(.*)\]\]\>\<\/genre\> |
This gist is a fork of the gist from this blog post.