Monday, May 13, 2013

Nepomuk WebMiner 0.6

A few month have past, this my last WebMiner update. In the meantime I finished my Master Thesis, moved to a new location and started my new job. Perfect time to release a new version with the changes I have made since.

The Nepomuk WebMiner 0.6 adds beside several bugfixes:

  • User changeable regular expression for the filename parsing.
  • Removed its own and reuse the Nepomuk internal fileindexing to get id3 tags and other file metadata.
  • Add whitelist for automatic web search. You might like to lookup the folder with your publication pdfs but not your private documents. Or the network share with your tvshows, but not your private family videos. This works on top of the Nepomuk whitelist. So you Nepomuk can index these files, but not all of them will be websearched.
  • Instead of the dull treeview that shows the raw fetched metadata, you can now see and edit the metadata in several fancy edit fields.
 

 

 


You can find the latest release on projects.kde.org or the tarball on kde-apps.org.
Even though I wanted to get this into KDE SC 4.11, I doubt this is going to happen. Soft feature freeze is around the corner and I don't feel comfortable enough to let this be part of SC and annoy all users with this service yet. There are still a lot of usability problems I like to have solved properly before this can be part of of any KDE installation.

So please test the latest release and report any errors back to me.

Thursday, May 9, 2013

Wacom Tablet KCM 2.0 Release

We are proud to announce the final 2.0 release for the KDE Wacom Tablet KCM. A lot has changed since the last proper 1.3.8 release. Most noticeable to the user are the new and better multi-monitor handling and the enhanced expressbutton features.


The list of all fixes:
* Fixed bug which would prevent the default profile from being created properly.
* Fixed bug which made it impossible to use some special keys as express button shortcut.
* Fixed bug where the plasma applet would not rotate the stylus controls.
* Fixed bug which displayed the tablet in an inverted rotation if auto-rotate was selected.
* Fixed bug which prevented the screen mappings from being applied correctly when the tablet was rotated.
* Fixed bug which would not allow to set a screen mapping on the touch device.
* Fixed bug where invalid area mappings would make the stylus stick in the upper left corner.
* Changed way how tablets are reset to their full tablet mapping to fix problems with Intuos 5 tablets.
* Added some more tablets to the tablet database.
* Updated button hardware mappings for the Intuos 5 Touch.
* Disabled Waltop devices in the database as they are in conflict with some Wacom devices.
* Improved button shortcut handling.
* Improved handling of auto-rotation.
* Tablet areas can now be selected for each screen independently.
* All screen mapping can now be handled with one dialog.
* Global shortcut to switch between Fullscreen and a single Monitor.
* Tablet and touch area selection now takes the rotation settings into account.
* Added feature which allows the user to invert the scroll direction of the touch device.
* Many bugfixes in the background.


You can get the release from kde-apps:
http://kde-apps.org/content/show.php/wacom+tablet?content=114856

or use the created packages:

(K)Ubuntu 12.x & 13.04:
https://launchpad.net/~maret/+archive/wacom

OpenSUSE 12.2, 12.3 & Factory:
http://software.opensuse.org/download.html?project=home:Temar:wacom&package=kcm_tablet

Monday, March 18, 2013

KDE wacomtablet 2.0 Beta 7

Today I like to announce the new and last beta for the KDE wacomtablet tool.

The 2.0 beta 7 release contains many new changes, since the last stable (1.3) most of the code has been changed and many new features are finally working.

Beside some UI revamp to make the KCM more intuitive the 2.0 release adds:



  • Improved button shortcut handling.
  • Improved handling of auto-rotation.
  • Tablet areas can now be selected for each screen independently.
  • All screen mapping can now be handled with one dialog.
  • Global shortcut to switch between Fullscreen and a single Monitor.
  • Tablet and touch area selection now takes the rotation settings into account.
  • Added feature which allows the user to invert the scroll direction of the touch device.
  • Many bugfixes in the background.



The screenshots below show you how the KCM looks now.

New Pen settings page.
New Express Button page.
Changed dialog to select the button actions.
New dialog to select screen/tablet area

New Tablet page
New Touch page


From now on only bugfixes and translations will be added to this release.
So please test it and report any error you might find.

You can get the release from:



Note:
You must install a wacom-driver 0.20 or higher to avoid some bugs
See: http://linuxwacom.git.sourceforge.net









Wednesday, February 6, 2013

Nepomuk WebMiner 0.5

Since my last post a lot has happened to the Nepomuk-WebMiner (former MetaDataExtractor).

The WebMiner went through the KDE Review process and got cleaned up a bit during this process. The new location of it is extragear/base/nepomuk-webminer.

On the code side, I have fixed several bugs and integrated the automatic fetching better into the current Nepomuk system.

The new WebMiner-Service respects the suspend/resume and event monitoring (no internet, low diskspace, on battery mode) in the same was the FileIndexer does it.

When the automatic fetching is started via the command-line or dolphin command, the service is used for the actual fetching. This allows to show the current fetching progress in the nepomukcontroller (in the systray).

Starting with KDE 4.11 the Systemsettings for Nepomuk and the Nepomuk WebMiner are combined and won't show up as two different entries anymore.








Instead of the buggy imdb python script that has a hard time following the changes on the imdb website to allow proper fetching of movie resources, a new plugin for themoviedb.org was created.

The next step for the WebMiner will be the full integration into KDE SC for the 4.11 release.
So moving out of extragear again into some other proper place.

In order to make this happen there is still one large blocker task that needs to be done.

So if anyone is good with python and has some time, the script at nepomuk-core/services/storage/rcgen/nepomuk-simpleresource-rcgen.py needs to be improved.
This script is responsible to generate the SimpleResource classes from the used ontology.
As it takes nearly all ontologies into account and is rather slow right now, the call takes ~20 minutes for each generation. This is a pain for anyone compiling the WebMiner from source.

Any help is very welcome.