-
Notifications
You must be signed in to change notification settings - Fork 0
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
ARM (Raspberry Pi) support? #4
Comments
Hey, Tanuki should've made an error log in I don't have an arm32 system that I can test on unfortunately. I guessing the problem might be one of two things
I'm travelling + have exams so I don't have too much time to debug it right now but I'll try to take a look a bit more. |
I have it running on my Odroid XU4 and it works flawlessly. I did the same as you and changed the GOARCH option to |
OK, i figured out how the library folder structure should be. Maybe this should be explained in the readme? It works for things like "library/test/test.zip", but not for "library/test.zip". (You need to put archives in a folder) Is this on purpose? Also, if i try to do things like "library/test2/ch1/.jpg" or "library/test1/.jpg" it won't work and throws the following error:
Are ONLY archives supported? Thanks for your help! |
Yeah. My idea, at least for my use case is that all archives are essentially chapters/volumes which belong to an overarching series/collection so the idea is that all relevant archives go into their relevant series folder. Would you say it's important for you to have archives which are not bound to a folder?
Good idea! I'll get to it.
Also, yes. Currently only archives are supported, with the supported formats being |
For me personally: Yes, i would love such a feature. But if it's not in your "vision" for Tanuki i can completely understand that too. Im gonna close this issue tho, cause the initial problem has been solved - thanks for your help! |
Cool no worries. I'll consider adding this in the future. We'll see how it goes. |
I built tanuki on my pi (arm32) and it compiled successfully after changing GOARCH to arm.
But for some reason it never loaded a folder or zip file into the library?
Am i doing something wrong or is the arm version simply weird?
Even after manually reloading it via the web ui it didn't show up. Any tips?
BR
The text was updated successfully, but these errors were encountered: