Merge pull request #4735 from cg110/fix_web_server_mem_leak
[vuplus_xbmc] / tools / Fake Episode Maker / readme.txt
1 This is a small python program I made to quickly and easily create dummy TV show episode files for XBMC testing.
2
3 Simply place a list of TV show titles, one per line, in shows.txt, and run main.py
4
5 NOTE: There isn't a lot of error checking here, so its a tad touchy.  You will want to put the EXACT show title as given on TVDB, and i've only tested this on windows.
6
7 This was my first ever python program so if you can improve it feel free :)