wmcbrine / pytivo

pyTivo is both an HMO and GoBack server. Similar to TiVo Desktop pyTivo loads many standard video compression codecs and outputs mpeg2 video to the TiVo. However, pyTivo is able to load MANY more file types than TiVo Desktop.
http://pytivo.org/
127 stars 42 forks source link

Minor pytivo tweaks. #1

Closed xenomachina closed 13 years ago

xenomachina commented 13 years ago

Hello.

I started playing around with pytivo recently. I wanted a Tivo HMO server that I could modify to do romanization of Chinese text (none of my Tivos appear to have fonts for non-Latin1 characters). While I was doing this I ran into some very minor bugs. I thought I'd contribute them back.

I could also contribute back the romanization stuff if you're interested, but right now it pulls in some dependencies you may not want (eg: a Chinese segmentation library), it only supports Chinese romanization (specifically Hanyu Pinyin), and frankly, the implementation is currently a bit of a hack.

Also, I was wondering if there was a reason you don't have a .gitignore to ignore .pyc files.

wmcbrine commented 13 years ago

I do have a .gitignore, but it includes ".gitignore" in it. :)

xenomachina commented 13 years ago

Sorry, I should have asked about that before including it in the pull request.

I'm fairly new to git, so I wasn't sure what people normally do with .pyc files. Do you just have a personal .gitignore to keep pycs from cluttering up git status?