Justin

Results 24 comments of Justin

I actually haven't messed with overlap-max at all. I just added the field in the xml and kind of forgot about it. I'm going to add that in but first...

This is an incredible idea. I'd imagine the way to get it to work without typing in cli commands is to have some sort of external trigger - ideally, an...

Oh yeah! I just happened to quickly tap the reviews and saw it had some pretty bad ones for some reason, but yes, this is the idea! I've never intercepted...

Ok, just for reference and to keep this idea going strong, here is a lib I came across when briefly researching interfacing with usb via python: https://github.com/walac/pyusb. I'll try and...

I suppose a quick and dirty solution is to associate an XML with a "shows" table. So as of now, the "shows" table saves the "prevEpisodeTitle" which is all there...

Ok cool. Yeah I spent a good amount of time revising that startstop.sh script to work as well as I could. Keep in mind you need to set the cron...

Ahh, assigning "-u" to a button is a great idea too! Good stuff. Also, I've been revising the readme a bit and want to make your name more prominent in...

hmm, make sure you are testing it from your terminal first. Go ahead and `cd` into the `pseudo-channel` dir and run `./startstop.sh`. If your app isn't already running, it will...

Actually, at line 69 I updated this: `$COUNTER=$[$COUNTER +1]`. I haven't gotten this error but that might have been it.

I was missing the `$` sign for the bash var. I think that makes it work. Sorry man, I haven't seen that error for some reason even though I'm running...