El Dimarts, 30 d'octubre de 2012, a les 23:11:57, Jörg Ehrichs va escriure: > Hi all, > > today I've moved my metadata extractor into KDE Review [1]. > As kde-libs is frozen till kf5 I like to get this into extragear/base > (unless anyone has a better idea where to put this). > > For those who are unaware what this little program does: > > This programs is an extension to Nepomuk and is able to find > additional metadata for videos/music and documents on the Internet. > Based on filename / previous metadata extraction / mimetype one of the > existing python plugin based (thanks to KROSS) fetcher are called, > to get more information for a file. > > This can be, title, season, episode, writer, author, cast, cited > references and so on. > All this data is saved into Nepomuk and can be used with Dolphin / > Bangarang to get more information from your files. > > The program is integrated into the dolpin service menu, can be called > as command-line program, runs as a Nepomuk2::Service in the background > (can be switched off) > and has also adapters to be able to integrate into Konqueror and Chromium. > > More information on it can be found on my blog [2]. > Some more technical description is available via doxygen. > > Please review the current codebase to help this getting as stable as > possible.
How are you handling the i18n in the lib part? It seems like you'd need a KCatalogLoader in there. Do we need to have a whole folder (sro) full of autogenerated files? metadataparameters.h is installed but does not have the export nor uses a d- pointer publicationspipe.h is installed and missing a d-pointer, same for nepomukpipe.h There are also some classes with no private date but no d-pointer either, if you need to expand Cheers, Albert > > Thanks in advance, > Joerg > > [1] https://projects.kde.org/projects/kdereview/nepomuk-metadata-extractor > [2] http://joerg-weblog.blogspot.de/search/label/Metadata%20Extractor
