davide-romanini

Results 20 comments of davide-romanini

The problem is related to authentication, I've activated it but since the cookie was already set it just didn't redirected me to the login page. I've added the missing webroot...

I don't know enough Mylar. I took a quick look and it seems basically a download manager for comics. If downloaded comics contain tags (in ComicRack's format for example) then...

I'd be happy to add this feature, but I need some more detailed specification. Unfortunately I don't have Chunky for testing so I'm trying to guess. The current api allows...

Check the settings file in ~/.ComicStreamer/settings. It seems not correctly utf-8 encoded. Eventually try deleting/moving it, comicstreamer will try to recreate it in that case.

As far as I know ComicRack by default doesn't save the metadata into the file, but instead it saves it on a differente NTFS stream. ComicStreamer only supports embedded metadata...

It basically works on my Zyxel NSA-325 with ffp. There are some problems though but nothing unsolvable.

Successfully serving ~1500 on my Zyxel using my fork, it definitely works but requires some more fine tuning on NAS.

Thank for your report! I think we should do a better graceful degradation with somewhat optional dependencies. CS should start at least with minimal cbz/jpg support and give the user...

All library requirements should be handled with `pip install -r requirements.txt`. After that, you should use `paver libunrar` to activate rar support. I don't know about Mac specific requirements (pybonjour,...

You should try my fork https://github.com/davide-romanini/ComicStreamer/, on linux just: - clone the repo - pip install -r requirements.txt - paver libunrar This assumes you have build tools (c/c++ compilers and...