"Now playing" list no longer automatically moves this list

Hello
I do not not know what I have changed but the “Now playing” no longer automatically moves through the play list. I have to manually click on each track. I only have local files, no spotify etc. Would anyone have an idea what I have do wrong ?

Config etc below.
Thank you

Running “/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf config” as user mopidy
[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
max_tracklist_length = 100000
restore_state = true

[logging]
color = true
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
debug_file = /var/log/mopidy/mopidy-debug.log
config_file = /etc/mopidy/logging.conf

[audio]
mixer = software
mixer_volume =
output = tee name=t ! queue ! audioresample ! autoaudiosink t. ! queue ! lamemp3enc ! shout2send async=false mount=mopidy ip=192.168.0.105 port=8000 password=Lowden1805
buffer_time =

[proxy]
scheme =
hostname = 192.168.0.105
port = 6680
username =
password =

[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password = ********
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
listall
listallinfo
default_playlist_scheme = m3u

[http]
enabled = true
hostname = 192.168.0.105
port = 6680
static_dir =
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true

[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000

[m3u]
enabled = true
base_dir =
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = /var/lib/mopidy/playlists

[softwaremixer]
enabled = true

[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 5000

[local]
enabled = true
library = json
media_dir = /var/lib/mopidy/media/LOWDEN_MUSIC/MUSIC
scan_timeout = 1000
scan_flush_threshold = 100
scan_follow_symlinks = false
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip

[spotify]
enabled = false ; Extension disabled due to config errors.
username = ; Must be set.
password = ; Must be set.
client_id = ; Must be set.
client_secret = ; Must be set.
bitrate = 160
volume_normalization = true
private_session = false
timeout = 10
allow_cache = true
allow_network = true
allow_playlists = true
search_album_count = 20
search_artist_count = 10
search_track_count = 50
toplist_countries =

[musicbox_webclient]
enabled = true
musicbox = false
websocket_host =
websocket_port =
on_track_click = PLAY_ALL

[moped]
enabled = true

[local-images]
enabled = true
library = json
base_uri = /images/
image_dir =
album_art_files =
*.jpg
*.jpeg
*.png

[iris]
enabled = true
country = gb # Can be changed to match your local contry and locale.
locale = en_GB
spotify_authorization_url = https://jamesbarnsley.co.nz/iris/auth_spotify.php
lastfm_authorization_url = https://jamesbarnsley.co.nz/iris/auth_lastfm.php
genius_authorization_url = https://jamesbarnsley.co.nz/iris/auth_genius.php
data_dir = $XDG_DATA_DIR/iris

Could you have accidentally enabled ‘single’ mode in your client? Since you have restore_state enabled I think that mode will persist between Mopidy restarts.

Thank you for such a quick reply. I only use Iris, moped & musicbox html frontends and they all suffer from the same problem. I tried once to make Cantata connect on port 6680 but for some reason that is beyond me, it never wanted to connect (maybe another topic)
As the 3 frontends have the same issue, I figured that I had screwed up the back end somehow. I can’t think what though as have not touched the system in sometime.

INFO Starting Mopidy 2.3.0
INFO Loading config from builtin defaults
INFO Loading config from /home/admin/.config/mopidy/mopidy.conf
INFO Loading config from command line options
INFO Enabled extensions: iris, mpd, http, moped, stream, mobile, m3u, musicbox_webclient, softwaremixer, file, local-images, api_explorer, local
INFO Disabled extensions: spotify
WARNING Found spotify configuration errors, the extension has been automatically disabled:
WARNING spotify/username must be set.
WARNING spotify/client_secret must be set.
WARNING spotify/password must be set.
WARNING spotify/client_id must be set.
WARNING Please fix the extension configuration errors or disable the extensions to silence these messages.
INFO Starting Mopidy mixer: SoftwareMixer
INFO Starting Mopidy audio
INFO Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend, LocalBackend
INFO Audio output set to “autoaudiosink”
INFO No local library metadata cache found at /home/admin/.local/share/mopidy/local/library.json.gz. Please run mopidy local scan to index your local music library. If you do not have a local music collection, you can disable the local backend to hide this message.
INFO Loaded 0 local tracks using json
INFO Starting Mopidy core
INFO Starting Mopidy frontends: IrisFrontend, MpdFrontend, HttpFrontend
ERROR Frontend (MpdFrontend) initialization error: MPD server startup failed: [Errno 98] Address already in use
INFO Starting Iris 3.41.2
INFO Starting GLib mainloop
INFO HTTP server running at [::ffff:127.0.0.1]:6680

Like the rest of Mopidy, single mode is controlled by your client but it’s part of the server so enabling it will be reflected on all clients. One easy way to control it is to run mpc single:

nick@xps:~$ mpc single on
volume:100%   repeat: off   random: off   single: on   consume: off

nick@xps:~$ mpc single off
volume:100%   repeat: off   random: off   single: off   consume: off

That log shows you already have a version of Mopidy running, is this intentional? You probably have it already running as a system service.

I am running the app in systemctl mode. I could not think of another command to show the version that I am running.
On my Raspbian, I am getting

admin@pimusic:~ $ mpc single off
bash: mpc: command not found

Do you have Rapsbian command to hand please?

sudo mopidyctl deps should work and would always show the actual service version, your method may not.

Install mpc with sudo apt-get install mpc.

Just discovered what mpc is so I installed it.

sudo apt-get install mpd mpc

and

mpc single off

now works

I have restarted mopidy but sadly, it has not resolved my issue.

Have you looked in your Mopidy log for any errors when it tried to move to the next track? sudo journalctl -u mopidy

The problem does not seem to show up in the log … so it may not be a problem

admin@pimusic:~ $ sudo journalctl -u mopidy
[sudo] password for admin:
– Logs begin at Thu 2019-12-26 12:54:51 CET, end at Thu 2019-12-26 13:29:29 CET
Dec 26 12:55:05 pimusic systemd[1]: Starting Mopidy music server…
Dec 26 12:55:05 pimusic systemd[1]: Started Mopidy music server.
Dec 26 12:55:10 pimusic mopidy[585]: INFO Starting Mopidy 2.3.1
Dec 26 12:55:10 pimusic mopidy[585]: INFO Loading config from builtin defaul
Dec 26 12:55:10 pimusic mopidy[585]: INFO Loading config from /etc/mopidy/mo
Dec 26 12:55:10 pimusic mopidy[585]: INFO Loading config from command line o
Dec 26 12:55:10 pimusic mopidy[585]: INFO Enabled extensions: iris, mpd, htt
Dec 26 12:55:10 pimusic mopidy[585]: INFO Disabled extensions: spotify
Dec 26 12:55:10 pimusic mopidy[585]: WARNING Found spotify configuration errors
Dec 26 12:55:10 pimusic mopidy[585]: WARNING spotify/username must be set.
Dec 26 12:55:10 pimusic mopidy[585]: WARNING spotify/client_secret must be se
Dec 26 12:55:10 pimusic mopidy[585]: WARNING spotify/password must be set.
Dec 26 12:55:10 pimusic mopidy[585]: WARNING spotify/client_id must be set.
Dec 26 12:55:10 pimusic mopidy[585]: WARNING Please fix the extension configura
Dec 26 12:55:10 pimusic mopidy[585]: INFO Starting Mopidy mixer: SoftwareMix
Dec 26 12:55:10 pimusic mopidy[585]: INFO Starting Mopidy audio
Dec 26 12:55:10 pimusic mopidy[585]: INFO Starting Mopidy backends: StreamBa
Dec 26 12:55:10 pimusic mopidy[585]: INFO Audio output set to "tee name=t !
Dec 26 12:56:13 pimusic mopidy[585]: INFO Loaded 42897 local tracks using js
Dec 26 12:56:13 pimusic mopidy[585]: INFO Starting Mopidy core
Dec 26 12:56:13 pimusic mopidy[585]: INFO Loading state from /var/lib/mopidy
Dec 26 12:56:13 pimusic mopidy[585]: INFO Starting Mopidy frontends: MpdFron
lines 1-23

Many thansk for all your help

Sorry. Looks like I have found the culprit.
musicbox_webclient has a “single” mode button on the play bar and it was turned on. I tested it recently and must have accidently left it on.

Thank you for your patience
Christopher

What’s weird is that turning single mode off using mpc didn’t work. Since it’s state that’s controlled by the Mopidy server itself, rather than the client. But nevermind, at least it’s working for you now.