GenerateXMLTV.py will only work if the output directory was set as the location of the py files.
level42ca opened this issue · 2 comments
level42ca commented
This is because GeneratePlaylist.py writes a temp_variables.py file to the chosen output directory.
While it seems GenerateXMLTV.py looks for the temp_variables.py in the root directory only.
I had to modify GenerateXMLTV.py to include out.temp_variables
, as my stuff was output to root/out.
Hope this makes sense.
pythcon commented
I understand the change, but does it not write the file into the directory that the scripts are in? Try running in a different directory all together. Let me know. Thanks.
pythcon commented
Closing due to inactivity.