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

Handle NFO files with URL outside the XML #3

Closed jpenney closed 12 years ago

jpenney commented 12 years ago

This works with nasty 'stray url after the xml' NFO files, in that it attempts to remove the extra lines (including the URL line) and reparse.

I merged your other changes first, so it should be a straightforward diff.

wmcbrine commented 12 years ago

Done.