BuriedInCode
BuriedInCode
To add my view (Probably more to do with how I've sorted/managed my comics til now). The way I see series is how League of Comic Geeks attempts to organise...
As there can be multiple series released in one year, I'd be hesitant to use the Year as the identifier. I think it'd cause less edge cases to just use...
I also installed pipx into my Termux setup, so I got pdm to work by running: `pipx install "pdm==2.16.1"`
Yes I have a local branch where I'm testing with the beta api, hopefully using the api will fix the issues Ive had with scrapping. Im using it as an...
Going forward I don't think there will be many more updates to the main branch of this project, the original version scrapped the site and was flaky at best. The...
This would be something nice to add, I'll just have to find a python-library or api docs as I haven't had much experience with Emby yet
Documentation on this project has been a little lacking. The current setup uses webscraping so the ordering is determined by the default on the Mediux page, which is "Most Downloads"....
The current implementation uses `$XDG_CACHE_HOME/mediux-posters` and if XDG_CACHE_HOME isn't available falls back to `$HOME/.cache/mediux-posters` so this is already possible by setting the XDG_CACHE_HOME enviroment variable. Is there a usecase where...
This issue has been sitting around for a while, and frankly I can't see it progressing much without someone creating a PR for it. If someone wants to put the...