From 6369fa5fda04c648dab941dcab2c08df0f1d900c Mon Sep 17 00:00:00 2001 From: Davide Romanini Date: Mon, 16 Feb 2015 16:34:38 +0100 Subject: [PATCH] updated readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d2e278..a039326 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,18 @@ This is a fork derived from google code: https://code.google.com/p/comictagger/ -I've cloned the full subversion repository (with git-svn). -Eventually I'll develop some experimental idea for comic tagging... + +Changes in this fork: + - using different unrar library https://pypi.python.org/pypi/unrar/. The previous one used unrar.dll on windows and hackish wrapping of + unrar command on linux, while this new one should use unrarlib on both platforms. From my tests + it is more stable and faster. *Requires unrarlib availability, check unrar module documentation for more information*. + - extracted core libraries in its own package comicapi, shared in a new repository using git subtree for better alignment with comicstreamer + - support for *day of month* field in the GUI + - merge of changes from fcanc fork + +Todo: + - more tests in non-linux platforms + - repackage for simple user installation Follows original readme: