Re: music player database

2009-06-24 Thread Martin Pitt
Hello folks, time for a new update: http://people.ubuntu.com/~pitti/tmp/hal-udev-music-players/ Martin Pitt [2009-06-17 19:08 +0200]: > Aside from that, I'll try and beautify the generated .ini files. They are now called '.mpi' (media player identification), and have nicer file names by defau

Re: music player database

2009-06-24 Thread Christophe Fergeau
2009/6/24 Martin Pitt : >> I found that the tag wasn't reliably applied for my device, >> apparently because immediately after the 'add' event, there was >> sometimes a 'change' event.  After changing the rules to process >> both adds and changes, the tag always shows up. > > That's strange. Could

Re: music player database

2009-06-24 Thread Martin Pitt
Hello Jonathan, Jonathan Matthew [2009-06-24 21:32 +1000]: > This is actually a bug in hal-info > (https://bugs.freedesktop.org/show_bug.cgi?id=22450) *blush*, fixed. Thanks for spotting. > I found that the tag wasn't reliably applied for my device, > apparently because immediately after the 'a

Re: music player database

2009-06-24 Thread Jonathan Matthew
On Sun, Jun 21, 2009 at 10:46:56PM +1000, Jonathan Matthew wrote: > On Wed, Jun 17, 2009 at 07:08:10PM +0200, Martin Pitt wrote: > > Hello all, > > > > I updated the script to produce unbroken udev rules now. I tested it > > with my Android G1 phone, it correctly gets an ID_MEDIA_PLAYER tag > > no

Re: music player database

2009-06-24 Thread Martin Pitt
Kay Sievers [2009-06-21 15:32 +0200]: > Martin, would it work, to add the usb ids to the .ini files and > generate the udev rule from that? Much like the sane-scanner and > gphoto stuff works today. Yes, that absolutely makes sense. I'll change the scripts accordingly soon and report back here. M