Moe Fwacky

Results 19 comments of Moe Fwacky

I was thinking of grabbing a remote like [this one](https://www.amazon.com/Andoer-Wireless-Controller-TV-Dongle-Projector/dp/B015SO37SY/ref=pd_cp_23_1?_encoding=UTF8&psc=1&refRID=SPWRXW2ERHXVEMVZRTAT) since it's small and simple and doesn't require line-of-sight.

You seem pretty confident, so I pulled the trigger on that remote (for less than $10, why not). Could be a pretty exciting addition.

Something to consider, is that this may complicate the last played episode data. If each xml is calling the same data, and a show is scheduled on two different "channels,"...

Yeah this might be a thing to wait on the Django port for, given the potential complexities it introduces. Edit: though my remote control did come in the mail today,...

So, on the remote control angle. I was poking around with [openbox](http://openbox.org/wiki/Help:Bindings#Key_chains), and it looks like it's relatively trivial to map keys to shell scripts. I've already set one up...

Yeah, that could be workable, maybe with two versions of the directory switching script (one for up and one for down). I know I could set up simple scripts to...

Cool. The readme looks good. I'd like to write an update to the FakeTV blog to point people to pseudo-channel instead of the old script, and include the remote setup,...

Started up good with the change, but attempting to stop it doesn't appear to work. ``` pi@controller:~/pseudo-channel $ sudo sh startstop.sh Started PseudoChannel.py -m -xml -r @ Process: 6678 Created...

Still no luck. It starts fine like this ``` pi@controller:~/pseudo-channel $ sudo sh startstop.sh Started PseudoChannel.py -m -xml -r @ Process: 7622 Created running.pid file in . dir ``` and...