mherger wrote: > > Two things... How do I exclude "christmas" genre. > > http://blog.echonest.com/post/35845347430/christmas-comes-early-to-the-echo-nest > > > This plugin seem not to work with custom skip ? > > I have no idea how custom skip works... > Does Slim::Player::Playlist::song($client) return a Slim::Schema::Track object for the tracks generated by Smart Mix ?
Does it contain a value for Slim::Schema::Track->artist ? If it does, Custom Skip should work if "Enable filtering on all playlists" option in Custom Skip settings page have been enabled. If it isn't exposed as Slim::Schema::Track or the ->artist reference isn't supported, I suspect the current Custom Skip filters won't work as they are currently implemented, I suspect this is the case for Smart Mix generated online tracks, while it might work for Smart Mix generated mixes which refers to tracks in the local library as long as "Enable filtering on all playlists" option has been enabled. The other mode of Custom Skip, with "Enable filtering on all playlists" option disabled, is handled through Dynamic Playlist plugin and for that to work it would require Smart Mix plugin to let Dynamic Playlist plugin handle the dynamic aspect of the playlist by implementing the Dynamic Playlist API: http://wiki.slimdevices.com/index.php/Dynamic_Playlist_plugin#Dynamic_playlists_as_separate_plugins ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=97668 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
