jradwan / TiVoToGo.bundle

TiVo To Go Plex Server Channel
5 stars 2 forks source link

Hardcoded forward slash (/) causing issue on Windows? #7

Closed jradwan closed 5 years ago

jradwan commented 5 years ago

Reported here.

"I don't think Windows is happy with mixing forward slashes with back slashes.

aka: "c:\users\xxxx\appdata\local\temp/cookies.txt"

There's a few places in init.py, where a file with a / is appended to a path that uses . It's pretty simple to kludge for windows users by changing / to \ where you see + "/cookies.txt and + "/cdata.pem, something more OS aware should be done for the real code."