cpd73 wrote:
> Well you can see why a track is excluded because of genre, if is not
> excluded its included...
>
> I've updated Plugin.pm to output the LMS genre IDs from configured and
> Christmas genres when LMS is started. This will allow you to see the set
> of genre IDs - as all future debug refers to the IDs, not the textual
> name. If genre filtering is in place, the plugin will also log the
> candidate track's genres to the log. If the one or more of the seed
> tracks are in one of these groups, I create a set of genres from the
> seed track genre groups. If a track matches one of these genres you
> should see "matched on configured genre".
>
> The genre logging will look like:
> >
Code:
--------------------
> >
> [20-08-12 12:34:02.6305] Plugins::MIPMixer::Plugin::_initGenres (680)
Confgured genres: (
> {
> 221 => 1,
> 223 => 1,
> 225 => 1,
> 226 => 1,
> 227 => 1,
> 229 => 1,
> 241 => 1,
> 243 => 1,
> 245 => 1,
> 255 => 1,
> 260 => 1,
> 267 => 1,
> 269 => 1,
> 275 => 1,
> },
> { 222 => 1, 236 => 1, 242 => 1, 248 => 1, 249 => 1, 250 => 1, 280 => 1, 288
=> 1, 296 => 1, 297 => 1 },
> )
> [20-08-12 12:34:02.6308] Plugins::MIPMixer::Plugin::_initGenres (694)
Christmas genres: { 230 => 1 }
>
--------------------
> >
>
> Ignore the " => " its a perl thing. But the number on the left is the
> genre ID.
With the update I see this at start up
Code:
--------------------
[20-08-12 13:23:18.8609] Slim::Utils::PluginManager::load (392) Warning:
Couldn't call Plugins::MIPMixer::Plugin->initPlugin: malformed JSON string,
neither array, object, number, string or atom, at character offset 243 (before
"]\n") at
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/MIPMixer/Plugin.pm
line 655.
--------------------
------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=112714
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins