alexandria-book-collection-manager
alexandria-book-collection-manager copied to clipboard
Fork of the Alexandria Book Collection Manager
Add specs for some code and remove some unused or broken code.
Alexandria’s .desktop file is outdated. For example, `Name` should contain only the application’s name now. GNOME doesn’t even show the full string if it’s too long. You could also add...
The installation documentation kind-of mentioned everything that is needed, but the description is very long and mixes instructions with explanations. There should be a simple section that just says "Install...
From https://github.com/mvz/alexandria-book-collection-manager/issues/40#issuecomment-626344609
I’ve noticed Fedora carries multiple patches: https://src.fedoraproject.org/rpms/alexandria/tree/master Maybe they could be useful upstream as well?
What we can do, maybe: * Fetch info on books * Sync with user's LibraryThing account
When I enter an ISBN, it fails to get book data from Amazon or Thalia. Eventually it got the book data from another source, but with no cover. [bug.txt](https://github.com/mvz/alexandria-book-collection-manager/files/3945393/bug.txt) The...
GConf is deprecated. Its replacement is DConf, and the best way to use that seems to be via GSettings, which will choose the appropriate back-end. More info: * https://en.wikipedia.org/wiki/GConf *...
The Rakefile contains outdated build tasks instead of a gem release task. This needs to be modernized.