Revision 439603d...
Go back to digest for 5th August 2012Optimization in KDE Base
Fix some python plugin bugs, rearrange folder structure, add background fetcher
It is now possible to fetch meta data automatically in the background without user interaction.
This is a "best fit" search, as it always takes the first search result from the python plugins, this might lead to wrong data
but will work most of the time and saves a lot of time wen a lot of files need to be added.
The folder structure is chanegd a bit as in the future beside the commandline program a nepomu kservice and browser plugin parts will be added to this repo
Fixed a few minor python plugin bugs that prevent propper data fetching
Added 3 new commandline options to help the VideoExtractor to determine the search parameters for movies/tvshows based on teh file name a bit better
File Changes
- extractor/CMakeLists.txt
- extractor/main.cpp
- service/CMakeLists.txt
- service/metadataextractorservice.cpp
- service/metadataextractorservice.desktop
- service/metadataextractorservice.h
- cmake/modules/FindNepomukMetadataExtractor.cmake
- lib/ui/automaticfetcher.cpp
- lib/ui/automaticfetcher.h
- main.cpp
- lib/Mainpage.dox
- lib/Namespace_Extractor.dox
- lib/Namespace_Pipe.dox
- CMakeLists.txt
- lib/CMakeLists.txt
- lib/metadataparameters.h
- lib/nepomukpipe/nepomukpipe.h
- lib/nepomukpipe/publicationpipe.cpp
- lib/nepomukpipe/publicationpipe.h
- lib/resourceextractor/odfextractor.cpp
- lib/resourceextractor/odfextractor.h
- lib/resourceextractor/popplerextractor.cpp
- lib/resourceextractor/resourceextractor.cpp
- lib/resourceextractor/resourceextractor.h
- lib/resourceextractor/videoextractor.cpp
- lib/resourceextractor/videoextractor.h
- lib/ui/fetcherdialog.cpp
- lib/ui/fetcherdialog.h
- lib/ui/searchresultdelegate.cpp
- lib/ui/searchresultdelegate.h
- lib/ui/searchresultsmodel.cpp
- lib/ui/searchresultsmodel.h
- lib/webextractor/plugins/microsoft-academics.py
- lib/webextractor/plugins/tvdb.py