Bug 4464 - musicmagic crash using mixerlink
: musicmagic crash using mixerlink
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: MusicIP
: 6.5.1
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-11-03 09:00 UTC by KDF
Modified: 2008-12-18 11:11 UTC (History)
0 users

See Also:
Category: ---


Attachments
possible fix. (1.13 KB, patch)
2006-11-03 09:01 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2006-11-03 09:00:14 UTC
Can't locate object method "album" via package "Slim::Schema::Album"
at /usr/share/perl5/Slim/Music/TitleFormatter.pm line 54.

when clicking a mixerlink from album list.

Doesn't crash 7.0, but there is an exception in the log.  The problem comes from creating the src_mix param using standardTitle() for non-track objects.

One fix is to use the direct acessors($obj->title for album) etc.

other fix would require titleFormatter to understand different objects.
Comment 1 KDF 2006-11-03 09:01:16 UTC
Created attachment 1688 [details]
possible fix.
Comment 2 KDF 2006-11-03 13:16:40 UTC
targetting for 6.5.1 as I'd like to see this included now that I've been able to test the patch with 6.5.1 and can verify that it accomplishes the desired results.
Comment 3 KDF 2006-11-06 19:36:36 UTC
fixed in trunk at change 10608, and in 6.5.1 at change 10609