Hello, I am trying to fetch data using the cli but get the following output:
$nepomuk-webminer -t -f "/media/data/video/tv/Stargate/Stargate SG-1/Season 3/Stargate SG-1 S03E08 - Demons.avi"
nepomuk-webminer(4563) NepomukWebMiner::Extractor::FilenameAnalyzer::parseRegExpConfig: could not parse the regular expressionline. Empty content
Kross: "Loading the interpreter library for javascript"
Kross: "Successfully loaded Interpreter instance from library."
Kross: "Loading the interpreter library for python"
Kross: "Successfully loaded Interpreter instance from library."
Kross: "Loading the interpreter library for qtscript"
Kross: "Successfully loaded Interpreter instance from library."
QObject::setParent: Cannot set parent, new parent is in a different thread
Object::disconnect: Unexpected null parameter
Object::disconnect: Unexpected null parameter
Object::disconnect: Unexpected null parameter
Object::disconnect: Unexpected null parameter
Object::disconnect: Unexpected null parameter
Kross: "PythonScript::Constructor."
Kross: "PythonScript::execute"
Kross: "PythonScript::execute result=None"
Kross: "PythonScript::execute connect object= signal=searchItems(QString,QVariantMap) with pythonfunction=searchItems"
Kross: "PythonScript::execute connect object= signal=extractItemFromUri(QUrl,QVariantMap) with pythonfunction=extractItemFromUri"
when I use the auto flag nothing happens. when using manually the filename is parsed correctly.
Thanks,
YB
Hello,
I have installed WebMiner and imdbpy, but I see no search engine and am getting no info :(
thanks,
I have been waiting for this kind of app for a long time.
usually the problem is the missing Kross-python plugin.
If you open the system settings module Webminer -> plugins you get more detailed hints what is missing.
As soon as I have the time I'll make this more prominent
It will fetch the data automatically in the background (as a Nepomuk::Service) once your computer is in idle state.
If you like to start it manually to have full control over the process, you can either right click on a file in dolphin and select Actions->Desktop-Search->"one of the entries" or you start the ui in the console via "nepomuk-webminer filename"
Ratings & Comments
9 Comments
Hello, I am trying to fetch data using the cli but get the following output: $nepomuk-webminer -t -f "/media/data/video/tv/Stargate/Stargate SG-1/Season 3/Stargate SG-1 S03E08 - Demons.avi" nepomuk-webminer(4563) NepomukWebMiner::Extractor::FilenameAnalyzer::parseRegExpConfig: could not parse the regular expressionline. Empty content Kross: "Loading the interpreter library for javascript" Kross: "Successfully loaded Interpreter instance from library." Kross: "Loading the interpreter library for python" Kross: "Successfully loaded Interpreter instance from library." Kross: "Loading the interpreter library for qtscript" Kross: "Successfully loaded Interpreter instance from library." QObject::setParent: Cannot set parent, new parent is in a different thread Object::disconnect: Unexpected null parameter Object::disconnect: Unexpected null parameter Object::disconnect: Unexpected null parameter Object::disconnect: Unexpected null parameter Object::disconnect: Unexpected null parameter Kross: "PythonScript::Constructor." Kross: "PythonScript::execute" Kross: "PythonScript::execute result=None" Kross: "PythonScript::execute connect object= signal=searchItems(QString,QVariantMap) with pythonfunction=searchItems" Kross: "PythonScript::execute connect object= signal=extractItemFromUri(QUrl,QVariantMap) with pythonfunction=extractItemFromUri" when I use the auto flag nothing happens. when using manually the filename is parsed correctly. Thanks, YB
Please, fix python scripts in plugins Replace /usr.bin/env to /usr/bin/env in head of files
Hello, I have installed WebMiner and imdbpy, but I see no search engine and am getting no info :( thanks, I have been waiting for this kind of app for a long time.
usually the problem is the missing Kross-python plugin. If you open the system settings module Webminer -> plugins you get more detailed hints what is missing. As soon as I have the time I'll make this more prominent
thanks, installing kross-python solved the problem.
http://ompldr.org/vaWVhdg/nepowmerror.png I installed all of python runtime dependencies (imdbpy, python-musicbrainz-ngs, etc.)
This is because you have python 3 installed and configured as default. Install python 2 and you can compile and install webminer.
Ok, I built and installed it. And I have one question now: how to use it? :)
It will fetch the data automatically in the background (as a Nepomuk::Service) once your computer is in idle state. If you like to start it manually to have full control over the process, you can either right click on a file in dolphin and select Actions->Desktop-Search->"one of the entries" or you start the ui in the console via "nepomuk-webminer filename"