Re: [Tracker] tracker-extract crashes

2011-09-14 Thread Martyn Russell
On 13/09/11 17:48, John stacy wrote: Hello Jurg/Martyn, Hello John, I have looked more closely into the tracker-extract-mp3.so regarding the mp3 crash I am having on my ubuntu. I found out that I am getting *g_convert* error from the convert_to_encoding() function. the Error message from

Re: [Tracker] [RFC] Adding CUE sheet support

2011-09-14 Thread Martyn Russell
On 14/09/11 01:35, Sam Thursfield wrote: I did like the idea of the URL with a fragment, but now I realise how much extra data the FS miner attaches when it adds nie:FileDataObject information - it seems wrong for the tracks of a larger file to also have type FileDataObject (necessary to set

Re: [Tracker] tracker-extract crashes

2011-09-14 Thread Jürg Billeter
Hi John, On Tue, 2011-09-13 at 22:18 +0530, John stacy wrote: I have looked more closely into the tracker-extract-mp3.so regarding the mp3 crash I am having on my ubuntu. I thought it was working fine on Ubuntu and the issue only occurs on your distribution? I found out that I am getting

Re: [Tracker] ANNOUNCE: tracker 0.12.0 released (stable)

2011-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/09/11 17:58, Martyn Russell wrote: On 13/09/11 14:07, Rainer M Krug wrote: Unfortunately, nautilus still hangs when I select tags or options from the nautilus context menu. But it might have to do with my install, as it is not the most

Re: [Tracker] ANNOUNCE: tracker 0.12.0 released (stable)

2011-09-14 Thread Martyn Russell
On 14/09/11 09:15, Rainer M Krug wrote: For me, make install into /usr as a prefix works fine, I had to mess about with the Nautilus desktop file to stop it autostarting (for debugging), but generally you should be able to do: $ killall nautilus /usr/bin/nautilus and see debugging printed

Re: [Tracker] ANNOUNCE: tracker 0.12.0 released (stable)

2011-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/11 10:47, Martyn Russell wrote: On 14/09/11 09:15, Rainer M Krug wrote: For me, make install into /usr as a prefix works fine, I had to mess about with the Nautilus desktop file to stop it autostarting (for debugging), but generally you

Re: [Tracker] tracker-extract crashes

2011-09-14 Thread John stacy
Hello Jurg, I am using glib-2.0 (Provided by the open embedded group). My configuration settings for glib-2.0 are as follows. ./configure --disable-largefile --disable-ipv6 --disable-nls --disable-debug To get the iconv support I downloaded the libiconv tarball reinstalled gettext and

Re: [Tracker] tracker-extract crashes

2011-09-14 Thread Jürg Billeter
Hi John, On Wed, 2011-09-14 at 15:52 +0530, John stacy wrote: I am using glib-2.0 (Provided by the open embedded group). My configuration settings for glib-2.0 are as follows. ./configure --disable-largefile --disable-ipv6 --disable-nls --disable-debug To get the iconv support I

[Tracker] Refactoring the filesystem miner

2011-09-14 Thread Carlos Garnacho
Hey hey, Lately I've been thinking on how to improve TrackerMinerFS design and performance, as it's a big piece of code that's getting too intricate at places. It mainly has 2 roles that we should separate further: * Keeping track of what files to index (either fed through the crawler or the

Re: [Tracker] tracker-extract crashes

2011-09-14 Thread John stacy
Hi Jurg, We are using eglibc, but I dont know about the configuration options with which it is compiled? is there any other way to find out whether eglibc has the iconv support or not? Thanks, John On Wed, Sep 14, 2011 at 4:13 PM, Jürg Billeter j...@bitron.ch wrote: Hi John, On Wed,

Re: [Tracker] tracker-extract crashes

2011-09-14 Thread Jürg Billeter
Hi John, On Wed, 2011-09-14 at 17:11 +0530, John stacy wrote: We are using eglibc, but I dont know about the configuration options with which it is compiled? is there any other way to find out whether eglibc has the iconv support or not? You can use `iconv --list` on the commandline as

[Tracker] Suggestion for default directories

2011-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi In addition to the directories in $HOME, it would be useful to index as well man and info pages, and other documentation directories. At least a button on the right in the preferences gui to add these directories would be useful. In addition,

Re: [Tracker] Refactoring the filesystem miner

2011-09-14 Thread Martyn Russell
On 14/09/11 12:04, Carlos Garnacho wrote: Hey hey, Hi Carlos, Lately I've been thinking on how to improve TrackerMinerFS design and performance, as it's a big piece of code that's getting too intricate at Me too, I will come on to my thoughts later in this email. places. It mainly has 2

Re: [Tracker] Suggestion for default directories

2011-09-14 Thread Martyn Russell
On 14/09/11 15:11, Rainer M Krug wrote: Hi Hi there, Relevant bug for this discussion: https://bugzilla.gnome.org/show_bug.cgi?id=600812 In addition to the directories in $HOME, it would be useful to index as well man and info pages, and other documentation directories. It's been

Re: [Tracker] Suggestion for default directories

2011-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/11 16:20, Martyn Russell wrote: On 14/09/11 15:11, Rainer M Krug wrote: Hi Hi there, Relevant bug for this discussion: https://bugzilla.gnome.org/show_bug.cgi?id=600812 In addition to the directories in $HOME, it would be useful

Re: [Tracker] Suggestion for default directories

2011-09-14 Thread Martyn Russell
On 14/09/11 15:26, Rainer M Krug wrote: Something I have wanted to do for a long time is to make the XDG dirs actual buttons and not weird strings in the list :) So they're really just toggle buttons. One for documentation could also be useful I agree. Would be really nice - but why do I need

Re: [Tracker] Suggestion for default directories

2011-09-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/09/11 16:32, Martyn Russell wrote: On 14/09/11 15:26, Rainer M Krug wrote: Something I have wanted to do for a long time is to make the XDG dirs actual buttons and not weird strings in the list :) So they're really just toggle buttons. One

Re: [Tracker] [RFC] Adding CUE sheet support

2011-09-14 Thread Sam Thursfield
On Wed, Sep 14, 2011 at 8:35 AM, Martyn Russell mar...@lanedo.com wrote: On 14/09/11 01:35, Sam Thursfield wrote: I did like the idea of the URL with a fragment, but now I realise how much extra data the FS miner attaches when it adds nie:FileDataObject information - it seems wrong for the