I am experiencing this problem intermittently, but more often than not.

I am using the latest 8.2.1 release: Logitech Media Server Version:
8.2.1 - 1662271208 @ Sun 04 Sep 2022 08:14:55 AM CEST

My plugins are: 
Additional Browse Modes 1.0
Date and Time 1.0
Drag & drop music files to play 0.1
Info Browser 1.0
Last.fm Audioscrobbler 1.0
Material Skin 2.10.5
mysqueezebox.com services handler 1.0
Online Music Library Integration 1.0
Podcasts 2.0
Presets Editor 1.0
Radio 1.0
Random Mix 1.0
Reliable 0.18.2
Rescan Music Library 1.0
Save Playlist 1.0
Song Scanner 2.0

To start Random Mix, I generally use Squeezer for Android, iPeng for
iPad, and the Material skin in Firefox for Windows.  They all have
exhibited this behavior over the last month or two (including the
previous June/July release of LMS 8.2.1).  The player I use most is a
Raspberry Pi running pCP 8.1.0 or 8.2.0 at different times, but I also
have encountered the problem with my SB3.  Before this problem showed
up, I would start Random Mix (album), it would add an album to the
playlist, and when it started playing the last track of the album,
another album would be added to the bottom of the playlist.  Now (when
the problem occurs), nothing is added to the playlist at any point.  The
last track plays, and then the player stops.

This morning I somehow got it into a "working" mode, after turning on
debug-level logging for player.playlist and plugin.randomplay.
The activity logged when starting a Random Mix (album) from the default
web interface was as follows.  This resulted in a properly continuing
album mix:

Code:
--------------------
    
  [22-09-30 11:39:22.7296] Slim::Plugin::RandomPlay::Mixer::playRandom (202) 
Called with type album
  [22-09-30 11:39:22.7298] Slim::Plugin::RandomPlay::Mixer::playRandom (224) 0 
songs remaining, songIndex = 10
  [22-09-30 11:39:22.7302] Slim::Plugin::RandomPlay::Mixer::findAndAdd (31) 
Starting random selection of 1 items for type: album
  [22-09-30 11:39:22.7306] Slim::Plugin::RandomPlay::Mixer::findAndAdd (61) 
Adding album: #9863
  [22-09-30 11:39:22.7333] Slim::Player::Playlist::reshuffle (782) Reshuffling, 
current song index: 10, preserve song? yes
  [22-09-30 11:39:22.7334] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 10
  [22-09-30 11:39:22.7336] Slim::Plugin::RandomPlay::Mixer::playRandom (325) 
Playing continuous album mode with 20 items
  [22-09-30 11:39:22.7339] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:22.7340] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:22.7347] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:22.7348] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:22.7352] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:22.7353] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:23.3187] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 11
  [22-09-30 11:39:23.3197] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:23.3198] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:23.3206] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:23.3207] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:23.3214] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:23.3215] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:23.3219] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:23.3220] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:23.4577] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 11
  [22-09-30 11:39:23.4581] Slim::Plugin::RandomPlay::Plugin::commandCallback 
(959) Received command playlist newsong
  [22-09-30 11:39:23.4582] Slim::Plugin::RandomPlay::Plugin::commandCallback 
(960) While in mode: album, from Family Room
  [22-09-30 11:39:23.4583] Slim::Plugin::RandomPlay::Plugin::commandCallback 
(977) New song detected (11)
  [22-09-30 11:39:23.4584] Slim::Plugin::RandomPlay::Plugin::commandCallback 
(991) Stripping off 1 completed track(s)
  [22-09-30 11:39:23.4587] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 10
  [22-09-30 11:39:23.4588] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 10
  [22-09-30 11:39:23.4591] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:23.4592] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:23.4598] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:39:23.4599] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:39:33.0011] Slim::Plugin::RandomPlay::Mixer::playRandom (202) 
Called with type album
  [22-09-30 11:39:33.0014] Slim::Plugin::RandomPlay::Mixer::playRandom (224) 8 
songs remaining, songIndex = 10
  [22-09-30 11:39:33.0015] Slim::Plugin::RandomPlay::Mixer::playRandom (325) 
Playing continuous album mode with 19 items
  
--------------------


After that I invoked a Random Mix (album) from Squeezer for Android, and
it resulted in playing the album through to the end and then stopping. 
It did not start a new random album after the first.

Code:
--------------------
    
  [22-09-30 11:46:57.5578] Slim::Plugin::RandomPlay::Mixer::playRandom (202) 
Called with type album
  [22-09-30 11:46:57.5580] Slim::Plugin::RandomPlay::Mixer::playRandom (224) 8 
songs remaining, songIndex = 0
  [22-09-30 11:46:57.5582] Slim::Plugin::RandomPlay::Mixer::findAndAdd (31) 
Starting random selection of 1 items for type: album
  [22-09-30 11:46:57.5582] Slim::Plugin::RandomPlay::Mixer::getIdList (82) 
Initialize ID list to be randomized: album
  [22-09-30 11:46:57.6436] Slim::Plugin::RandomPlay::Mixer::findAndAdd (61) 
Playing album: #10205
  [22-09-30 11:46:57.6441] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 0
  [22-09-30 11:46:57.6457] Slim::Player::Playlist::reshuffle (782) Reshuffling, 
current song index: -1, preserve song? no
  [22-09-30 11:46:57.6458] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 0
  [22-09-30 11:46:57.6740] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 0
  [22-09-30 11:46:57.6747] Slim::Plugin::RandomPlay::Mixer::playRandom (325) 
Playing continuous album mode with 11 items
  [22-09-30 11:46:57.6757] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:46:57.6758] Slim::Player::Playlist::modifyPlaylistCallback 
(1092) Random play mode active, not saving playlist
  [22-09-30 11:46:57.6761] Slim::Plugin::RandomPlay::Plugin::commandCallback 
(959) Received command playlist loadtracks
  [22-09-30 11:46:57.6762] Slim::Plugin::RandomPlay::Plugin::commandCallback 
(960) While in mode: album, from Family Room
  [22-09-30 11:46:57.6763] Slim::Plugin::RandomPlay::Plugin::commandCallback 
(1018) Cyclic mode ending due to playlist: playlist loadtracks command
  [22-09-30 11:46:57.6763] Slim::Plugin::RandomPlay::Mixer::playRandom (202) 
Called with type disable
  [22-09-30 11:46:57.6765] Slim::Plugin::RandomPlay::Mixer::playRandom (224) 10 
songs remaining, songIndex = 0
  [22-09-30 11:46:57.6766] Slim::Plugin::RandomPlay::Mixer::playRandom (307) 
Cyclic mode ended
  [22-09-30 11:46:57.6772] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:46:57.6773] Slim::Player::Playlist::modifyPlaylistCallback 
(1105) saveCurrentSong not set. returing.
  [22-09-30 11:46:57.6777] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:46:57.6778] Slim::Player::Playlist::modifyPlaylistCallback 
(1109) saveCurrentSong is: [1]
  [22-09-30 11:46:57.6782] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:46:57.6783] Slim::Player::Playlist::modifyPlaylistCallback 
(1109) saveCurrentSong is: [1]
  [22-09-30 11:46:57.6787] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:46:57.6788] Slim::Player::Playlist::modifyPlaylistCallback 
(1109) saveCurrentSong is: [1]
  [22-09-30 11:46:57.7701] Slim::Buttons::Playlist::jump (374) Jumping to song 
index: 0
  [22-09-30 11:46:57.7704] Slim::Player::Playlist::modifyPlaylistCallback 
(1081) Checking if persistPlaylists is set..
  [22-09-30 11:46:57.7706] Slim::Player::Playlist::modifyPlaylistCallback 
(1105) saveCurrentSong not set. returing.
  
--------------------


------------------------------------------------------------------------
John Stimson's Profile: http://forums.slimdevices.com/member.php?userid=218
View this thread: http://forums.slimdevices.com/showthread.php?t=116623

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

Reply via email to