Serge

Results 22 issues of Serge

Not an issue, rather another use case. args4j works great for me, thanks for sharing this piece of code. I just would need a CmdLineParser.parseArguments() method that goes to the...

README.md starts to be a bit long : split it into dedicated pages ("How to install SOL as a service", "Developer tasks", "Troublehsooting", ...)

enhancement

Instead of having all binaries inside one archive, split everything into separated archives (one per platform). This would allow easier auto-deploiment (no need to remove useless folders).

enhancement

Hello Thanks for this project, it looks really promising. I would like to start using it and, if it suits my needs, try to add a few specific monitorable items....

feature
core
documentation

Hello, It should be obvious but i've tried many combinations without being able to use the frontend. The default values + what is on the screenshot + what is described...

Fresh install in a docker container, by using python3 on a debian slim base image. Result : ![](https://i.imgur.com/JwHmSvw.png) Logs are not helpful at all : ``` * Serving Flask app...

I'm running Pathagar on a up-to-date Ubuntu server. Have just checked out the pathagar source code and set it up. Everything is working fine ... except when i have books...

Picture is not displayed ("broken image"). If i copy/paste the direct link address (for example : http://192.168.1.4:8000/covers/Hom%C3%A8re-Liliade_et_lodyss%C3%A9e_illustr%C3%A9s.jpg ) Here is the error i get : 'ascii' codec can't encode character...

I would have expected the "userRating" field (= the note you can give through PLEXUI), but i don't see it anywhere (neither at runtime nor in the code). Is it...

"UserRating" field was missing. By adding it in models.go / Metadata structure, it allows to retrieve this value from the PLEX content. See #54