mherger wrote: 
> > *This is not specific to Smart Mix plugin*, I've just seen the same
> > trying to use the delicious "Music, Walk With Me" plugin.
> 
> Heh... that plugin happens to be written by the same author. Cough, 
> cough... Anything in the server.log file when this happens?
> 
> > Hostname: montreux
> 
> Nice place. I hope it's sitting there? Mine rather have names like 
> "kitchen" or "kid's room" :-).
> 
> -- 
> 
> Michael
Michael,
I'm sure "Kid's room" is a nice place too...
Now about Smart Mix. Today the plugin (there was a recent update) says
"Thank you" upon a right key press from menu "Play more like this song"
:) I guess it is thanks to YOU instead...
I still have the "Playing: Nothing" syndrom when pressing Play instead
of the right key. 
Here is a commented log, plugin was set to Debug level. The player is an
SB3, IR remote is a standard Slim remote: 
Code:
--------------------
    [15-03-16 16:43:11.4191] Plugins::SmartMix::Plugin::onPlaylistChange (1334) 
Received command playlist newsong
  [15-03-16 16:43:11.4196] Plugins::SmartMix::Plugin::onPlaylistChange (1335) 
While in mode: 5743a25e536648bba61c5f0f68bc8425, from Nawlins
  [15-03-16 16:43:11.4202] Plugins::SmartMix::Plugin::addTracks (1084) 5 songs 
remaining, songIndex = 2 --> Now playing: "The Sound of Silence by Pat Metheny" 
:)
  [15-03-16 16:43:26.3541] Plugins::SmartMix::Services::getServices (54) List 
of available services: {} --> This appears upon right keypress on menu "Smart 
Mix Options"
  [15-03-16 16:43:26.3544] Plugins::SmartMix::Services::getServices (57) List 
of available services: {}
  [15-03-16 16:43:34.0719] Plugins::SmartMix::Plugin::onPlaylistChange (1334) 
Received command playlist play --> The following sequence appears upon pressing 
"Play" on any menus: "Play more / play less like this song", "Hottness > 
Obscurities & Discovery", etc.
  [15-03-16 16:43:34.0722] Plugins::SmartMix::Plugin::onPlaylistChange (1335) 
While in mode: 5743a25e536648bba61c5f0f68bc8425, from Nawlins
  [15-03-16 16:43:34.0725] Plugins::SmartMix::Plugin::onPlaylistChange (1385) 
Cyclic mode ending due to playlist: playlist play command
  [15-03-16 16:43:34.0804] Plugins::SmartMix::Plugin::onPlaylistChange (1334) 
Received command playlist load_done
  [15-03-16 16:43:34.0807] Plugins::SmartMix::Plugin::onPlaylistChange (1335) 
While in mode: new!, from Nawlins --> Music has stopped. Displaying "Now 
playing: Nothing"
  
--------------------

And here is a log for **Music Walk with Me**, when the screen goes blank
on right keypress to move the playlist to another player. The plugin's
logging was set to Warn level. The sequence below is repeated a number
of times (maybe 10, surely not 100 times.)
Code:
--------------------
    [15-03-16 16:22:43.0556] Slim::Utils::Misc::msg (1343) Warning: 
[16:22:43.0551] Backtrace:
  
  frame 0: Slim::Utils::Misc::assert 
(/usr/share/perl5/Slim/Buttons/ScreenSaver.pm line 83)
  frame 1: Slim::Buttons::ScreenSaver::screenSaver 
(/usr/share/perl5/Slim/Utils/Timers.pm line 266)
  frame 2: (eval) (/usr/share/perl5/Slim/Utils/Timers.pm line 266)
  frame 3: Slim::Utils::Timers::__ANON__ 
(/usr/share/perl5/Slim/Networking/IO/Select.pm line 168)
  frame 4: (eval) (/usr/share/perl5/Slim/Networking/IO/Select.pm line 168)
  frame 5: Slim::Networking::IO::Select::loop (/usr/sbin/squeezeboxserver line 
715)
  frame 6: main::idle (/usr/sbin/squeezeboxserver line 665)
  frame 7: main::main (/usr/sbin/squeezeboxserver line 1200)
  
  Here's the problem. /usr/share/perl5/Slim/Buttons/ScreenSaver.pm, line 83:
  
  73    
  74            return if $client->display->isa('Slim::Display::NoDisplay');
  75    
  76            my $display = $client->display;
  77    
  78            my $now  = Time::HiRes::time();
  79            my $mode = Slim::Buttons::Common::mode($client);
  80            
  81            my $cprefs = $prefs->client($client);
  82    
  83            assert($mode);
  84    
  85            if ( main::INFOLOG && $timerslog->is_info ) {
  86    
  87                    my $diff = $now - 
Slim::Hardware::IR::lastIRTime($client) - $cprefs->get('screensavertimeout');
  88    
  89                    $timerslog->info("screenSaver idle display [$diff] 
(mode: [$mode])");
  90            }
  91    
  92            # some variables, to save us calling the same functions 
multiple times.
  93            my $type    = Slim::Player::Source::playmode($client) eq 'play' 
? 'screensaver' : 'idlesaver';
  
  [15-03-16 16:22:44.0555] Slim::Utils::Misc::msg (1343) Warning: 
[16:22:44.0552] Backtrace:
  
  frame 0: Slim::Utils::Misc::assert 
(/usr/share/perl5/Slim/Buttons/ScreenSaver.pm line 83)
  frame 1: Slim::Buttons::ScreenSaver::screenSaver 
(/usr/share/perl5/Slim/Utils/Timers.pm line 266)
  frame 2: (eval) (/usr/share/perl5/Slim/Utils/Timers.pm line 266)
  frame 3: Slim::Utils::Timers::__ANON__ 
(/usr/share/perl5/Slim/Networking/IO/Select.pm line 168)
  frame 4: (eval) (/usr/share/perl5/Slim/Networking/IO/Select.pm line 168)
  frame 5: Slim::Networking::IO::Select::loop (/usr/sbin/squeezeboxserver line 
715)
  frame 6: main::idle (/usr/sbin/squeezeboxserver line 665)
  frame 7: main::main (/usr/sbin/squeezeboxserver line 1200)
  
  Here's the problem. /usr/share/perl5/Slim/Buttons/ScreenSaver.pm, line 83:
  ...
--------------------

When pressing "play" instead of a right key press, I also get "Now
Playing: Nothing", same as with Smart Mix. 

Thanks again.



4 SB 3 • iPeng (iPhone + iPad) • SqueezeLite • Squeezebox Server 7.8.1
(Debian 7.5)  with plugins: CD Player, WaveInput by bpa • IRBlaster by
Gwendesign (Felix) • Server Power Control by Gordon Harris • Smart Mix
by Michael Herger • PowerSave by Jason Holtzapple • Song Info, Song
Lyrics by Erland Isaksson • WeatherTime by Martin Rehfeld • ShairTunes
by StuartUSA • Local Player, BBC iPlayer, SwitchPlayer by Triode • Auto
Dim Display, SaverSwitcher, ContextMenu by Peter Watkins.
------------------------------------------------------------------------
epoch1970's Profile: http://forums.slimdevices.com/member.php?userid=16711
View this thread: http://forums.slimdevices.com/showthread.php?t=97668

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to