eMHa
|
2009-12-08
, 20:22
|
|
Posts: 44 |
Thanked: 29 times |
Joined on Nov 2009
@ germany, heidelberg
|
#11
|
|
2009-12-09
, 18:15
|
Posts: 3 |
Thanked: 0 times |
Joined on Dec 2009
|
#12
|
|
2009-12-10
, 12:18
|
|
Posts: 93 |
Thanked: 36 times |
Joined on Nov 2009
@ Germany / Mainz
|
#13
|
|
2009-12-10
, 13:25
|
|
Posts: 44 |
Thanked: 29 times |
Joined on Nov 2009
@ germany, heidelberg
|
#14
|
user@Nokia-N900-42-11:~$ tracker-processes --help Usage: tracker-processes [OPTION...] - Manage Tracker processes and data Help Options: -?, --help Show help options Application Options: -k, --kill Use SIGKILL to stop all tracker processes found - guarantees death :) -t, --terminate Use SIGTERM to stop all tracker processes found -r, --hard-reset This will kill all Tracker processes and remove all databases user@Nokia-N900-42-11:~$
tracker-processes --hard-reset
user@Nokia-N900-42-11:~$ tracker-processes --hard-reset Found 166 pids... Found process ID 20363 for 'trackerd' Killed process 20363 Setting database locations Checking database directories exist Checking database version Checking database files exist Removing all database files Removing database:'/home/user/.local/share/tracker/data/common.db' Removing database:'/var/tmp/tracker-user/cache.db' Removing database:'/home/user/.cache/tracker/file-meta.db' Removing database:'/home/user/.cache/tracker/file-contents.db' Removing database:'/home/user/.cache/tracker/email-meta.db' Removing database:'/home/user/.cache/tracker/email-contents.db' Setting index database locations Checking index directories exist Checking index files exist Removing all database index files Removing database index:'/home/user/.cache/tracker/file-index.db' Removing database index:'/home/user/.cache/tracker/email-index.db' user@Nokia-N900-42-11:~$
|
2010-01-03
, 19:41
|
Posts: 5 |
Thanked: 3 times |
Joined on Nov 2005
@ Spain
|
#16
|
|
2010-01-03
, 20:18
|
|
Posts: 2,361 |
Thanked: 3,746 times |
Joined on Dec 2007
@ Berlin - Love this city!!
|
#17
|
Thanks for the tracker-processes tip. I have similar issues with album art. Changing covers in mp3 files didn't change them in Media Player.
I've found that the thumbnails are stored in .thumbnails/cropped and the covers themself in .cache/media-art. Both of them in /home/user of course. So I deleted the entire directories and... worked!
The Media Player now shows the new album covers.
|
2010-01-03
, 22:56
|
|
Posts: 780 |
Thanked: 855 times |
Joined on Sep 2009
@ Helsinki, Finland
|
#18
|
The Following User Says Thank You to joppu For This Useful Post: | ||
|
2010-01-06
, 16:51
|
Posts: 18 |
Thanked: 14 times |
Joined on Jan 2010
|
#19
|
Someone should really package the tracker and the album art reset tricks into a easy to use application so the end users can also enjoy these functions,
[Desktop Entry]in /usr/share/applications/hildon (see one of <any>.desktop files for example). Once added, you'll find this shortcut in More menu.
Encoding=UTF-8
Type=Application
Name=RCache
Exec=/usr/bin/osso-xterm 'tracker-processes --hard-reset'
Icon=<your_choice>
|
2010-01-06
, 21:19
|
|
Posts: 327 |
Thanked: 249 times |
Joined on Sep 2009
@ Λεμεσιανός, ρε!
|
#20
|
I think that it will work through the shortcut:
[Desktop Entry]in /usr/share/applications/hildon (see one of <any>.desktop files for example). Once added, you'll find this shortcut in More menu.
Encoding=UTF-8
Type=Application
Name=RCache
Exec=/usr/bin/osso-xterm 'tracker-processes --hard-reset'
Icon=<your_choice>