[Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-30 Thread Sebastien Bacher
tracker (0.6.0-1) unstable; urgency=low . * New upstream release. - Uses XDG directories to store the settings, cache, database and log files. Closes: #414860 - Fixes the crash of the deskbar applet at session start. Closes: #434078 - Does not fall back to polling when

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-22 Thread Jamie McCracken
** Changed in: tracker (Ubuntu) Status: Confirmed => Fix Committed -- Audio/video metadata extraction does not work https://bugs.launchpad.net/bugs/81217 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailin

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-22 Thread Johan Brannlund
With current SVN of Tracker, this bug has been fixed. -- Audio/video metadata extraction does not work https://bugs.launchpad.net/bugs/81217 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@l

Re: [Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-13 Thread alextud
For me this bug only occur for setrlimit (RLIMIT_AS, &rl) line 484, function main (). If I disable conditional compilation it also work. Sorry about not saying in previous post, that I test it only on line 484, when I filled this bug. By the way, tracker-search-tool now show results correctly :)

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-13 Thread Jochen Kemnade
you are probably already aware of this, but i wanted to make sure you haven't overlooked the comment in line 175 of tracker-extract.c (that is before another call to setrlimit), which says: "/* Set memory usage to max limit (128MB) - some archs like AMD64 machines do not fully support this or ar

Re: [Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-06 Thread alextud
Yes, after changing to RLIMIT_DATA, program is running well. But this results don't appear in tracker-search-tool :(( , also if I don't start trackerd from terminal tracker-stats, tracker-search stop with this kind of message : ** (tracker-stats:10773): WARNING **: tracker-stats: an error has occu

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-06 Thread Jamie McCracken
Alextud, Can you experiment with changing RLIMIT_AS to RLIMIT_DATA? The purpose of the call is to limit memory use of helper apps to 128MB maximum - it just might need another param (see man setrlimit) -- Audio/video metadata extraction does not work https://bugs.launchpad.net/bugs/81217 You re

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-07-06 Thread alextud
I found why its not working, after I comment this line : if (setrlimit (RLIMIT_AS, &rl) != 0) g_printerr ("Error trying to set resource limit for tracker-extract\n"); it's work fine. I think is related with setting virtual memory, and on x86_64 is not working correctly. Maybe we can bypass set

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-05-17 Thread Emilio Pozuelo Monfort
Looks like this is confirmed on amd64... Jamie, do you still think this is a glib or kernel bug? -- Audio/video metadata extraction does not work https://bugs.launchpad.net/bugs/81217 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-05-13 Thread Pär Andersson
Are you sure? Looking at the first comment to this bug it works fine without full path on i386. I can also get good output from other file types without full path: [EMAIL PROTECTED]:~$ tracker-extract vga1.png image/png Image:Comments=Created with The GIMP; Image:Height=315; Image:Width=1078; How

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-05-13 Thread Jamie McCracken
you need to use the full path in tracker-extract eg tracker-extract /home/jamie/music/test.mp3 audio/mp3 pls retest as above before confirming the problem ** Changed in: tracker (Ubuntu) Status: Confirmed => Needs Info -- Audio/video metadata extraction does not work https://bugs.launch

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-05-13 Thread Pär Andersson
I can confirm this on amd64. Output below for mpeg, mp3 and ogg files. [EMAIL PROTECTED]:~$ uname -a Linux bacon 2.6.20-15-generic #2 SMP Sun Apr 15 06:17:24 UTC 2007 x86_64 GNU/Linux [EMAIL PROTECTED]:~$ file Katter.mpg Katter.mpg: MPEG sequence, v1, system multiplex [EMAIL PROTECTED]:~$ tracke

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-05-13 Thread Emilio Pozuelo Monfort
** Changed in: tracker (Ubuntu) Importance: Undecided => Medium -- Audio/video metadata extraction does not work https://bugs.launchpad.net/bugs/81217 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-04-09 Thread Johan Brannlund
I just compiled Tracker from SVN and I *still* get the above "No URI handler for file" error when I compile Tracker with the gstreamer backend. If I instead compile Tracker with the xine backend, I get a segmentation fault. Doing a GDB backtrace gives me (gdb) run silverman.mpg video/mpeg Starting

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-03-05 Thread Johan Brannlund
This bug is still there for me after the latest Feisty updates, but the error message has changed. I now get $ tracker-extract silverman.mpg video/mpeg ** (:14876): WARNING **: Error: A FILE protocol source plugin is required to play this stream, but not installed. (gstplaybasebin.c(1581): gen_

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-02-12 Thread Johan Brannlund
I don't think it's a xine vs gstreamer issue. I tried compiling tracker with either xine or gstreamer for extraction and tracker-extract crashed in both cases. -- Audio/video metadata extraction does not work https://launchpad.net/bugs/81217 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-02-02 Thread didier
IIRC tracker is using totem for video/audio so maybe it's a totem-xine vs totem-gstreamer issue? -- Audio/video metadata extraction does not work https://launchpad.net/bugs/81217 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-01-27 Thread Jamie McCracken
** Changed in: tracker (Ubuntu) Assignee: (unassigned) => Jamie McCracken Status: Unconfirmed => Needs Info -- Audio/video metadata extraction does not work https://launchpad.net/bugs/81217 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/lis

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-01-27 Thread Jamie McCracken
amd64 bug in glib or kernel? This seems tobe limited to amd64 so maybe someone could investigate this in areas outside of tracker? -- Audio/video metadata extraction does not work https://launchpad.net/bugs/81217 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com

[Bug 81217] Re: Audio/video metadata extraction does not work

2007-01-27 Thread Baptiste Mille-Mathias
For me it works fine on feisty [EMAIL PROTECTED] > tracker-extract cooking_mama_012307_qtlow.mov video/mov Audio:Samplerate=44100; Audio:Bitrate=128000; Video:Duration=67; Audio:Channels=2; Video:Codec=Sorensen video v.3; Video:Width=320; Video:FrameRate=30; Video:Height=240; Audio:Codec=MPEG-1 la