> Hi Andy,
> I took a stab it this, the attached diff is the result.  It seem like it
> should do the trick; unfortunately, it's not working for some strange
> reason...  The first debug statement shows the url properly, but calling
> setUrl() doesn't seem to do what it should.  For example, I get:

Hi,

Thanks for looking into it. I've not really got access to any way of
testing it right now, but from reading through, I think I've spotted a
couple of issues:

 * track->bundle() returns a copy of the metabundle, rather than the
actual metabundle, hence the change not sticking. If you move this code
into readMetaData instead and do it before setting the bundle for the
track, it should work. It would also need to go in copyTrackToDevice
before it sets the bundle for the taggedTrack that it's just copied over.

 * You're using i instead of ret[i] to generate the URL. ret[i] is the fid
here.

Cheers

Andy





-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel

Reply via email to