Quote:
Originally Posted by FlyGoneCrazy
Hey!
is there some central place where source code of this plugin is managed (e.g. GitHub). Asking as I would like to add a few minor changes that all the time when new version is released I'm adding manually:
1. Lithuanian language in language tables
2. if condition that in case of Lithuanian language avoids 'self.plugin.clean_downloaded_metadata(mi)'
|
There is no source repository for this or any off kiwidudes plugins. But, the complete source is included in the plugin. Unzip it, make the changes you want, rezip it and install it again. And if you make changes you think others will be interested in, post the change here and we can discuss including it.
I haven't looked at the language before. It looks like there is an error in the handling. The call to "canonicalize_lang" probably should be taking "raw" rather than "ans" (which should be None at that point). Can you post some examples books so I can test this? I'm a single language person (though my wife thinks that count is a bit high) so don't need some help when it comes to other languages. And are we talking title or authors that are the problem?
If skipping this is something needed, I'd like to put something a bit more generic in so that other languages can be easily added. Or possibly add it as an option. Looking at "clean_downloaded_metadata", I'm not completely sure I want it done at all.