mherger wrote: 
> > I tried adding 'TRACKARTIST' to the call of artistOnlyRoles (as an
> > argument, as done elsewhere) but got this:
> 
> What exactly did you try? What query? SQL or CLI?
> 
> -- 
> 
> Michael
I tried modifying Queries.pm, artistsQuery, adding the TRACKARTIST role
to the call to artistOnlyRoles (copying a method used elsewhere in LMS),
and got the error I reported:


Code:
--------------------
    
                elsif ($prefs->get('useUnifiedArtistsList')) {
                        $roles = Slim::Schema->artistOnlyRoles('TRACKARTIST');
  
--------------------


I also tried modifying Schema.pm, artistOnlyRoles, near the start,
adding TRACKARTIST to the basic list, and still got an error:


Code:
--------------------
    
        my %roles = (
                'ARTIST'      => 1,
  'TRACKARTIST' => 1,
                'ALBUMARTIST' => 1,
        );
  
--------------------



LMS 7.9 on VortexBox Midi box, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. 
LMS plugin UPnP/DLNA Bridge to MF M1 CLiC (to 405/2 amp & ESLs) &
Marantz CR603 UPnP renderers.  
Alternatively Minimserver & Upplay to same & to upmpdcli/mpd PC
renderers.  
Squeezelite to Meridian USB Explorer DAC to PC speakers/headphones.  
Wireless Xubuntu 15.10 laptop firefox/upplay or Android 'phone with
Squeeze-Commander/BubbleUPnP controls LMS/Minimserver.  
Also a Touch with EDO, plus spare, unused.
------------------------------------------------------------------------
PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=105268

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to