four-o-four / omniverse

Omniverse - Automatic downloader for comic books (cbr, cbz, etc) in the tradition of Sickbeard.
101 stars 19 forks source link

Hardcoded directory separators #5

Open timdodge opened 12 years ago

timdodge commented 12 years ago

Hi, I'm trying to run this on a linux box - it looks like the directory separators have been hardcoded windows-style.

My db and log files are named:

db\headers.db and log\omniverse.log

rather than being in their own subdirectories.

There's some info about this here: http://docs.python.org/distutils/setupscript.html

four-o-four commented 12 years ago

You are right, everything is very windows-centric. I'll address it in the next push.

timdodge commented 12 years ago

Great, thanks.

It's looking very promising.

The other problem I was having is that the server only binds to localhost, so I can't browse from another machine. So I stuck in this line, just before the socket_port one:

cherrypy.server.socket_host = '0.0.0.0'

four-o-four commented 12 years ago

Thanks for pointing that out. Added an issue for it as an enhancement.