-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project dead? #61
Comments
You may try my fork. It is mainly focused on bringing it to Python3, and no binaries are provided: |
Oh I’ll give it a shot, is it still compatible with chunky and still actively maintained? |
I use it on a raspberry pi with chunky every week. I think I have fixed almost all of the problems I have found. |
@kounch Thank you for reviving the project. I'm trying to get it to work on a Thecus NAS with Debian Net Runner Core installed and it gives me this error message. All the dependencies are satisfied with pip3 also unrar. Any ideas?:
|
It seems that you didn't install libunrar with paver (see here: https://github.com/kounch/ComicStreamer/blob/master/README.md#manual-installation-linux-and-macos)
|
When I try to install libunrar the following error message appears:
The following command I can't execute without that library:
|
I have just tried on a test environment following all the steps as listed on Looking at your command line it doesn't look like you are inside a python3 venv. Did you follow all the steps in order? |
Before I found your fork I had installed the beville one. I'm going to see if I can clean up the whole previous installation I've done with python 2.7 |
You must use a clean venv and a clean directory with my fork. Mixing both may have unexpected results. |
I have done a clean installation and it is going well until I check that everything is correct. Then that calls for a module called PIL that I can't install:
|
PIL is part of module Pillow, which is in requirements.txt If Again, looking at your command line, it looks like the pip3 install commands are not being done after activating the venv. Could it be that you have made a venv, but then installed all the modules globally in your system? Please check again that all the steps are done correctly, in the same order, and in the same session. |
Thank you for your answer. That could indeed have happened. I've tried to undo a new clean installation and the only flaw I have is that I can't start it up with the line
python3 exists in the folder as symlink to /usr/bin/python3 but comicstreamer doesn't start if I include that route. I don't know if this is a big problem that causes less security on the server or I can leave it at that. Otherwise your comicstreamer fork seems to be working fine, I just have a problem with the encoding of some Spanish titles: |
That's something to look into. If you tag your files with comictagger and rebuild the database, then the titles and other information will be shown correctly. |
I have reconfigured locales to es_ES.UTF-8 because I don't want to load the server too much, since the processor is not very strong and I have read that many tags can give failures in database. Then this error appears when I start the service, however if I launch the command from the terminal comicstreamer works without problems.
|
Fixed adding "es_ES.UTF-8" to /usr/lib/python3.7/locale.py line 604 |
I really want to use this along with chunky on the iPad Pro but is this project dead? Last update was 6 years ago?
The text was updated successfully, but these errors were encountered: