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

Add gitignore & format README w/ markdown #28

Open mlippert opened 7 years ago

mlippert commented 7 years ago

William, You may not want this at all, but I felt it was an improvement so I'm submitting a pull request so you can check it out.

All I've done is:

  1. added a .gitignore starting w/ the base python gitignore from github and adding pytivo.conf and the bin folder.
  2. converted your README to README.md in markdown syntax which github will format and display when viewing the repository. Then I made a few additional small tweaks to the README adding some info from the wiki and some links.
  3. lastly because I wasn't sure that the HMO spec would be available forever, I copied it into the doc subfolder. I'm still trying to figure out what a GoBack server is because I'd like to add a link to that as well.

If you like the changes please merge them if not I won't be offended if you close this pull request w/o merging.