Skip to content

Instantly share code, notes, and snippets.

@THS-on
THS-on / connect-epoptes.py
Last active October 2, 2016 11:12
Helper scripts for Epoptes and BYOD
#!/usr/bin/python2
#Connect to an Epoptes server
import Tkinter
import subprocess
import netifaces
class connect_tk(Tkinter.Tk):
def __init__(self,parent):
Tkinter.Tk.__init__(self,parent)
@THS-on
THS-on / playercorefactory.xml
Last active February 22, 2016 17:13
Fix for Firetv - Audioplayback over smb-share
<playercorefactory>
<rules action="prepend">
<rule name="audio" audio="true" player="DVDPlayer" />
</rules>
</playercorefactory>