Is there Database size limit?

Hello
I have added about 10k of mp3 into mopidy. When I launch a scan, the scan finds 75553 files but checks only 66527 files. Obviously, I do not find the 10k I added in Iris.
Is there a limit on the size of the mopidy db ?
Thank you

NFO     [MainThread] mopidy_local.commands Finding files in file:///var/lib/mopidy/media/LOWDEN_MUSIC/MUSIC ...
INFO     [MainThread] mopidy_local.commands Found 75553 files in file:///var/lib/mopidy/media/LOWDEN_MUSIC/MUSIC
INFO     [MainThread] mopidy_local.commands Checking 66527 tracks from library
INFO     [MainThread] mopidy_local.commands Removing 0 missing tracks
INFO     [MainThread] mopidy_local.commands Found 1 tracks which need to be updated
INFO     [MainThread] mopidy_local.commands Scanning...

I don’t think there is any intentional limit within mopidy-local. The extension uses a SQLite database, I don’t think there’s a size limit on those but I’m not very familiar with them. Sometimes files are skipped because they are considered too short to be music, or are encoded in a format gstreamer doesn’t understand. I think some of this gets logged during scanning, can you see that in the logs? Can you work out any specific files that are missing and compare them against something that worked? If you find one, you can also scan it manually with the command at Troubleshooting — Mopidy 3.4.2 documentation

Edit
Oh, and the mopidy user requires sufficient file/directory permissions on all files.

In fact, most of the above is attributable during scanning, and would explain a difference in what is found compared to what is added to the library. But the problem here seems to be with finding files i.e. before the scanning phase.

It also excludes hidden files and file extensions that match the excluded list config setting. It logs these when debug logging is enabled

Starting with SQLite 3.5.8, the maximum number of rows in a table is theoretically 264 but it’s documented as being unreachable since other limits will be reach first.

See the dedicated page in SQLite documentation : Implementation Limits For SQLite

Hello
I ran the gsteamer command below as per the mopidy doc and launched a scan to see if there were any errors, but I cannot see anything very pertinent concerning scan errors.
Would you have any other ideas please?

sudo GST_DEBUG=4 mopidy -v
[sudo] password for admin: 
0:00:00.000044227 1016296 0x555941166d30 INFO                GST_INIT gst.c:592:init_pre: Initializing GStreamer Core Library version 1.20.3
0:00:00.000070471 1016296 0x555941166d30 INFO                GST_INIT gst.c:593:init_pre: Using library installed in /usr/lib/x86_64-linux-gnu
0:00:00.000080789 1016296 0x555941166d30 INFO                GST_INIT gst.c:611:init_pre: Linux ubservlow 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 12 10:22:43 UTC 2 x86_64
0:00:00.000190542 1016296 0x555941166d30 INFO                GST_INIT gstmessage.c:129:_priv_gst_message_initialize: init messages
0:00:00.000308894 1016296 0x555941166d30 INFO                GST_INIT gstcontext.c:86:_priv_gst_context_initialize: init contexts
0:00:00.000385603 1016296 0x555941166d30 INFO      GST_PLUGIN_LOADING gstplugin.c:324:_priv_gst_plugin_initialize: registering 0 static plugins
0:00:00.000431078 1016296 0x555941166d30 INFO      GST_PLUGIN_LOADING gstplugin.c:232:gst_plugin_register_static: registered static plugin "staticelements"
0:00:00.000439270 1016296 0x555941166d30 INFO      GST_PLUGIN_LOADING gstplugin.c:234:gst_plugin_register_static: added static plugin "staticelements", result: 1
0:00:00.000458503 1016296 0x555941166d30 INFO            GST_REGISTRY gstregistry.c:1827:ensure_current_registry: reading registry cache: /root/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.010578498 1016296 0x555941166d30 INFO            GST_REGISTRY gstregistrybinary.c:683:priv_gst_registry_binary_read_cache: loaded /root/.cache/gstreamer-1.0/registry.x86_64.bin in 0.010106 seconds
0:00:00.010654841 1016296 0x555941166d30 INFO            GST_REGISTRY gstregistry.c:1693:scan_and_update_registry: Validating plugins from registry cache: /root/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.011612245 1016296 0x555941166d30 INFO      GST_PLUGIN_LOADING gstplugin.c:1609:gst_plugin_ext_dep_extract_env_vars_paths:<plugin227> ignoring environment variable content '': either not an absolute path or not a path at all
0:00:00.011622557 1016296 0x555941166d30 INFO      GST_PLUGIN_LOADING gstplugin.c:1609:gst_plugin_ext_dep_extract_env_vars_paths:<plugin227> ignoring environment variable content '0': either not an absolute path or not a path at all
0:00:00.012085760 1016296 0x555941166d30 INFO            GST_REGISTRY gstregistry.c:1785:scan_and_update_registry: Registry cache has not changed
0:00:00.012093587 1016296 0x555941166d30 INFO            GST_REGISTRY gstregistry.c:1862:ensure_current_registry: registry reading and updating done, result = 1
0:00:00.012099977 1016296 0x555941166d30 INFO                GST_INIT gst.c:833:init_post: GLib runtime version: 2.72.4
0:00:00.012105524 1016296 0x555941166d30 INFO                GST_INIT gst.c:835:init_post: GLib headers version: 2.72.1
0:00:00.012109636 1016296 0x555941166d30 INFO                GST_INIT gst.c:837:init_post: initialized GStreamer successfully
INFO     2024-04-15 18:47:19,353 [1016296:MainThread] mopidy.__main__
  Starting Mopidy 3.4.1
DEBUG    2024-04-15 18:47:19,356 [1016296:MainThread] mopidy.ext
  Loading entry point: iris = mopidy_iris:Extension
DEBUG    2024-04-15 18:47:19,356 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-Iris 3.69.3
DEBUG    2024-04-15 18:47:19,356 [1016296:MainThread] mopidy.ext
  Loading entry point: file = mopidy.file:Extension
DEBUG    2024-04-15 18:47:19,357 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-File 3.4.1
DEBUG    2024-04-15 18:47:19,357 [1016296:MainThread] mopidy.ext
  Loading entry point: http = mopidy.http:Extension
DEBUG    2024-04-15 18:47:19,357 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-HTTP 3.4.1
DEBUG    2024-04-15 18:47:19,357 [1016296:MainThread] mopidy.ext
  Loading entry point: m3u = mopidy.m3u:Extension
DEBUG    2024-04-15 18:47:19,357 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-M3U 3.4.1
DEBUG    2024-04-15 18:47:19,357 [1016296:MainThread] mopidy.ext
  Loading entry point: softwaremixer = mopidy.softwaremixer:Extension
DEBUG    2024-04-15 18:47:19,358 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-SoftwareMixer 3.4.1
DEBUG    2024-04-15 18:47:19,358 [1016296:MainThread] mopidy.ext
  Loading entry point: stream = mopidy.stream:Extension
DEBUG    2024-04-15 18:47:19,358 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-Stream 3.4.1
DEBUG    2024-04-15 18:47:19,358 [1016296:MainThread] mopidy.ext
  Loading entry point: muse = mopidy_muse:Extension
DEBUG    2024-04-15 18:47:19,411 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-Muse 0.0.36
DEBUG    2024-04-15 18:47:19,412 [1016296:MainThread] mopidy.ext
  Loading entry point: mpd = mopidy_mpd:Extension
DEBUG    2024-04-15 18:47:19,413 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-MPD 3.3.0
DEBUG    2024-04-15 18:47:19,413 [1016296:MainThread] mopidy.ext
  Loading entry point: local = mopidy_local:Extension
DEBUG    2024-04-15 18:47:19,420 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-Local 3.2.1
DEBUG    2024-04-15 18:47:19,421 [1016296:MainThread] mopidy.ext
  Loading entry point: scrobbler = mopidy_scrobbler:Extension
DEBUG    2024-04-15 18:47:19,422 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-Scrobbler 2.0.1
DEBUG    2024-04-15 18:47:19,422 [1016296:MainThread] mopidy.ext
  Loading entry point: alsamixer = mopidy_alsamixer:Extension
DEBUG    2024-04-15 18:47:19,422 [1016296:MainThread] mopidy.ext
  Loaded extension: Mopidy-ALSAMixer 2.0.1
DEBUG    2024-04-15 18:47:19,426 [1016296:MainThread] mopidy.ext
  Discovered extensions: iris, file, http, m3u, softwaremixer, stream, muse, mpd, local, scrobbler, alsamixer
DEBUG    2024-04-15 18:47:19,430 [1016296:MainThread] mopidy.config.keyring
  Fetching passwords from your keyring failed. Any passwords stored in the keyring will not be available. (org.freedesktop.DBus.Error.Spawn.ExecFailed: /usr/bin/dbus-launch terminated abnormally without any error message)
INFO     2024-04-15 18:47:19,430 [1016296:MainThread] mopidy.config
  Loading config from builtin defaults
DEBUG    2024-04-15 18:47:19,432 [1016296:MainThread] mopidy.config
  Loading config from file:///etc/xdg/mopidy/mopidy.conf failed; it does not exist
INFO     2024-04-15 18:47:19,432 [1016296:MainThread] mopidy.config
  Loading config from file:///root/.config/mopidy/mopidy.conf
INFO     2024-04-15 18:47:19,433 [1016296:MainThread] mopidy.config
  Loading config from command line options
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'party' because no matching extension was found
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'podcast' because no matching extension was found
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'soundcloud' because no matching extension was found
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'youtube' because no matching extension was found
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'mopify' because no matching extension was found
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'radionet' because no matching extension was found
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'internetarchive' because no matching extension was found
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'bandcamp' because no matching extension was found
WARNING  2024-04-15 18:47:19,435 [1016296:MainThread] mopidy.config
  Ignoring config section 'ytmusic' because no matching extension was found
DEBUG    2024-04-15 18:47:19,437 [1016296:MainThread] mopidy.ext
  Validating extension: iris
DEBUG    2024-04-15 18:47:19,504 [1016296:MainThread] mopidy.ext
  Validating extension: file
DEBUG    2024-04-15 18:47:19,505 [1016296:MainThread] mopidy.ext
  Validating extension: http
DEBUG    2024-04-15 18:47:19,505 [1016296:MainThread] mopidy.ext
  Validating extension: m3u
DEBUG    2024-04-15 18:47:19,505 [1016296:MainThread] mopidy.ext
  Validating extension: softwaremixer
DEBUG    2024-04-15 18:47:19,506 [1016296:MainThread] mopidy.ext
  Validating extension: stream
DEBUG    2024-04-15 18:47:19,506 [1016296:MainThread] mopidy.ext
  Validating extension: muse
DEBUG    2024-04-15 18:47:19,512 [1016296:MainThread] mopidy.ext
  Validating extension: mpd
DEBUG    2024-04-15 18:47:19,517 [1016296:MainThread] mopidy.ext
  Validating extension: local
DEBUG    2024-04-15 18:47:19,522 [1016296:MainThread] mopidy.ext
  Validating extension: scrobbler
DEBUG    2024-04-15 18:47:19,527 [1016296:MainThread] mopidy.ext
  Validating extension: alsamixer
INFO     2024-04-15 18:47:19,533 [1016296:MainThread] mopidy.__main__
  Enabled extensions: mpd, softwaremixer, m3u, muse, http, iris, alsamixer, file, stream
INFO     2024-04-15 18:47:19,533 [1016296:MainThread] mopidy.__main__
  Disabled extensions: local, scrobbler
WARNING  2024-04-15 18:47:19,533 [1016296:MainThread] mopidy.__main__
  Found local configuration errors. The extension has been automatically disabled:
WARNING  2024-04-15 18:47:19,533 [1016296:MainThread] mopidy.__main__
    local/media_dir must be set.
WARNING  2024-04-15 18:47:19,533 [1016296:MainThread] mopidy.__main__
  Found scrobbler configuration errors. The extension has been automatically disabled:
WARNING  2024-04-15 18:47:19,533 [1016296:MainThread] mopidy.__main__
    scrobbler/username must be set.
WARNING  2024-04-15 18:47:19,533 [1016296:MainThread] mopidy.__main__
    scrobbler/password must be set.
WARNING  2024-04-15 18:47:19,533 [1016296:MainThread] mopidy.__main__
  Please fix the extension configuration errors or disable the extensions to silence these messages.
DEBUG    2024-04-15 18:47:19,600 [1016296:MainThread] mopidy.commands
  Available Mopidy mixers: SoftwareMixer, AlsaMixer
INFO     2024-04-15 18:47:19,601 [1016296:MainThread] mopidy.commands
  Starting Mopidy mixer: SoftwareMixer
DEBUG    2024-04-15 18:47:19,601 [1016296:MainThread] mopidy.commands
  Mixer volume left unchanged
INFO     2024-04-15 18:47:19,602 [1016296:MainThread] mopidy.commands
  Starting Mopidy audio
INFO     2024-04-15 18:47:19,603 [1016296:MainThread] mopidy.commands
  Starting Mopidy backends: FileBackend, M3UBackend, StreamBackend
DEBUG    2024-04-15 18:47:19,603 [1016296:MainThread] mopidy.file.library
  Failed expanding path ($XDG_MUSIC_DIR) from file/media_dirs config value.
0:00:00.279470750 1016296 0x7d3314006630 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstplayback.so" loaded
0:00:00.279489804 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "playbin"
0:00:00.282324582 1016296 0x7d3314006630 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoreelements.so" loaded
0:00:00.282339080 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "tee"
0:00:00.282413239 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<GstTee@0x7d331401f000> adding pad 'sink'
0:00:00.282756425 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:1016:gst_element_get_static_pad: found pad tee0:sink
0:00:00.282835385 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2382:gst_pad_link_prepare: trying to link sink:proxypad0 and tee0:sink
0:00:00.282845513 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2590:gst_pad_link_full: linked sink:proxypad0 and tee0:sink, successful
0:00:00.282850717 1016296 0x7d3314006630 INFO               GST_EVENT gstevent.c:1660:gst_event_new_reconfigure: creating reconfigure event
0:00:00.282898196 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<mopidy+audio+actor+_outputs0> adding pad 'sink'
0:00:00.282953317 1016296 0x7d3314006630 INFO            GST_PIPELINE gstparse.c:344:gst_parse_launch_full: parsing pipeline description 'bin.( autoaudiosink )'
0:00:00.283614799 1016296 0x7d3314006630 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstautodetect.so" loaded
0:00:00.283644742 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "autoaudiosink"
0:00:00.283727530 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<autoaudiosink0> adding pad 'sink'
0:00:00.283858924 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "fakesink"
0:00:00.283881840 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<GstBaseSink@0x7d331402f6a0> adding pad 'sink'
0:00:00.283905781 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:1016:gst_element_get_static_pad: found pad fake-audio-sink:sink
0:00:00.283915402 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2382:gst_pad_link_prepare: trying to link sink:proxypad1 and fake-audio-sink:sink
0:00:00.283923749 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2590:gst_pad_link_full: linked sink:proxypad1 and fake-audio-sink:sink, successful
0:00:00.283929789 1016296 0x7d3314006630 INFO               GST_EVENT gstevent.c:1660:gst_event_new_reconfigure: creating reconfigure event
0:00:00.283960715 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "bin"
0:00:00.284017947 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2382:gst_pad_link_prepare: trying to link sink:proxypad2 and autoaudiosink0:sink
0:00:00.284026586 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2590:gst_pad_link_full: linked sink:proxypad2 and autoaudiosink0:sink, successful
0:00:00.284048021 1016296 0x7d3314006630 INFO               GST_EVENT gstevent.c:1660:gst_event_new_reconfigure: creating reconfigure event
0:00:00.284060210 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<bin0> adding pad 'sink'
0:00:00.284408032 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "queue"
0:00:00.284504624 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<GstQueue@0x7d3314032010> adding pad 'sink'
0:00:00.284518506 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<GstQueue@0x7d3314032010> adding pad 'src'
0:00:00.284802684 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstutils.c:1816:gst_element_link_pads_full: trying to link element queue0:(any) to element bin0:(any)
0:00:00.284814941 1016296 0x7d3314006630 INFO                GST_PADS gstutils.c:1079:gst_pad_check_link: trying to link queue0:src and bin0:sink
0:00:00.284836003 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<queue0:sink> pad has no peer
0:00:00.284854251 1016296 0x7d3314006630 INFO                GST_PADS gstutils.c:1632:prepare_link_maybe_ghosting: queue0 and bin0 in same bin, no need for ghost pads
0:00:00.284867511 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2382:gst_pad_link_prepare: trying to link queue0:src and bin0:sink
0:00:00.284874454 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<queue0:sink> pad has no peer
0:00:00.284885845 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2590:gst_pad_link_full: linked queue0:src and bin0:sink, successful
0:00:00.284891233 1016296 0x7d3314006630 INFO               GST_EVENT gstevent.c:1660:gst_event_new_reconfigure: creating reconfigure event
0:00:00.284897162 1016296 0x7d3314006630 INFO               GST_EVENT gstpad.c:5946:gst_pad_send_event_unchecked:<queue0:src> Received event on flushing pad. Discarding
0:00:00.284918647 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstutils.c:1816:gst_element_link_pads_full: trying to link element tee0:(any) to element queue0:(any)
0:00:00.284962456 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<tee0> adding pad 'src_0'
0:00:00.284976898 1016296 0x7d3314006630 INFO                GST_PADS gstutils.c:1632:prepare_link_maybe_ghosting: tee0 and queue0 in same bin, no need for ghost pads
0:00:00.284986390 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2382:gst_pad_link_prepare: trying to link tee0:src_0 and queue0:sink
0:00:00.284995744 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<mopidy+audio+actor+_outputs0:sink> pad has no peer
0:00:00.285009120 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2590:gst_pad_link_full: linked tee0:src_0 and queue0:sink, successful
0:00:00.285015196 1016296 0x7d3314006630 INFO               GST_EVENT gstevent.c:1660:gst_event_new_reconfigure: creating reconfigure event
0:00:00.285021726 1016296 0x7d3314006630 INFO               GST_EVENT gstpad.c:5946:gst_pad_send_event_unchecked:<tee0:src_0> Received event on flushing pad. Discarding
INFO     2024-04-15 18:47:19,609 [1016296:Audio-2 (_actor_loop)] mopidy.audio.actor
  Audio output set to "autoaudiosink"
0:00:00.285199447 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:1016:gst_element_get_static_pad: found pad mopidy+audio+actor+_outputs0:sink
0:00:00.285307975 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "bin"
0:00:00.285329170 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "queue"
0:00:00.285347027 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<GstQueue@0x7d3314032310> adding pad 'sink'
0:00:00.285361884 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<GstQueue@0x7d3314032310> adding pad 'src'
0:00:00.285657988 1016296 0x7d3314006630 INFO      GST_PLUGIN_LOADING gstplugin.c:987:_priv_gst_plugin_load_file_for_registry: plugin "/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvolume.so" loaded
0:00:00.285668180 1016296 0x7d3314006630 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:489:gst_element_factory_create_with_properties: creating element "volume"
0:00:00.285746278 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<GstBaseTransform@0x7d331403d1e0> adding pad 'sink'
0:00:00.285778490 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<GstBaseTransform@0x7d331403d1e0> adding pad 'src'
0:00:00.286402512 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstutils.c:1816:gst_element_link_pads_full: trying to link element queue1:(any) to element volume0:(any)
0:00:00.286415518 1016296 0x7d3314006630 INFO                GST_PADS gstutils.c:1079:gst_pad_check_link: trying to link queue1:src and volume0:sink
0:00:00.286424718 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<queue1:sink> pad has no peer
0:00:00.286435595 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<volume0:src> pad has no peer
0:00:00.286453900 1016296 0x7d3314006630 INFO                GST_PADS gstutils.c:1632:prepare_link_maybe_ghosting: queue1 and volume0 in same bin, no need for ghost pads
0:00:00.286466898 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2382:gst_pad_link_prepare: trying to link queue1:src and volume0:sink
0:00:00.286473857 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<queue1:sink> pad has no peer
0:00:00.286481179 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<volume0:src> pad has no peer
0:00:00.286491555 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2590:gst_pad_link_full: linked queue1:src and volume0:sink, successful
0:00:00.286496937 1016296 0x7d3314006630 INFO               GST_EVENT gstevent.c:1660:gst_event_new_reconfigure: creating reconfigure event
0:00:00.286502904 1016296 0x7d3314006630 INFO               GST_EVENT gstpad.c:5946:gst_pad_send_event_unchecked:<queue1:src> Received event on flushing pad. Discarding
0:00:00.286532323 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstutils.c:1816:gst_element_link_pads_full: trying to link element volume0:(any) to element mopidy+audio+actor+_outputs0:(any)
0:00:00.286541255 1016296 0x7d3314006630 INFO                GST_PADS gstutils.c:1079:gst_pad_check_link: trying to link volume0:src and mopidy+audio+actor+_outputs0:sink
0:00:00.286549557 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<queue1:sink> pad has no peer
0:00:00.286587783 1016296 0x7d3314006630 INFO                GST_PADS gstutils.c:1632:prepare_link_maybe_ghosting: volume0 and mopidy+audio+actor+_outputs0 in same bin, no need for ghost pads
0:00:00.286599784 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2382:gst_pad_link_prepare: trying to link volume0:src and mopidy+audio+actor+_outputs0:sink
0:00:00.286608431 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:4357:gst_pad_peer_query:<queue1:sink> pad has no peer
0:00:00.286626208 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2590:gst_pad_link_full: linked volume0:src and mopidy+audio+actor+_outputs0:sink, successful
0:00:00.286633068 1016296 0x7d3314006630 INFO               GST_EVENT gstevent.c:1660:gst_event_new_reconfigure: creating reconfigure event
0:00:00.286639476 1016296 0x7d3314006630 INFO               GST_EVENT gstpad.c:5946:gst_pad_send_event_unchecked:<volume0:src> Received event on flushing pad. Discarding
0:00:00.287746490 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:1016:gst_element_get_static_pad: found pad queue1:sink
0:00:00.287781597 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2382:gst_pad_link_prepare: trying to link sink:proxypad3 and queue1:sink
0:00:00.287790224 1016296 0x7d3314006630 INFO                GST_PADS gstpad.c:2590:gst_pad_link_full: linked sink:proxypad3 and queue1:sink, successful
0:00:00.287795095 1016296 0x7d3314006630 INFO               GST_EVENT gstevent.c:1660:gst_event_new_reconfigure: creating reconfigure event
0:00:00.287810693 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:759:gst_element_add_pad:<audio-sink> adding pad 'sink'
0:00:00.287863722 1016296 0x7d3314006630 INFO                 playbin gstplaybin2.c:2326:gst_play_bin_set_sink:<playbin0> Setting audio sink to <audio-sink>
0:00:00.287886943 1016296 0x7d3314006630 INFO        GST_ELEMENT_PADS gstelement.c:1016:gst_element_get_static_pad: found pad audio-sink:sink
INFO     2024-04-15 18:47:19,614 [1016296:MainThread] mopidy.commands
  Starting Mopidy core
INFO     2024-04-15 18:47:19,618 [1016296:MainThread] mopidy.commands
  Starting Mopidy frontends: IrisFrontend, HttpFrontend, MpdFrontend
INFO     2024-04-15 18:47:19,618 [1016296:IrisFrontend-7 (_actor_loop)] mopidy_iris.core
  Starting Iris 3.69.3
DEBUG    2024-04-15 18:47:19,619 [1016296:MainThread] mopidy.http.actor
  Starting HTTP server
INFO     2024-04-15 18:47:19,620 [1016296:HttpFrontend-9 (_actor_loop)] mopidy.http.actor
  HTTP server running at [::ffff:127.0.0.1]:6680
INFO     2024-04-15 18:47:19,621 [1016296:MainThread] mopidy_mpd.actor
  MPD server running at [::ffff:127.0.0.1]:6600
DEBUG    2024-04-15 18:47:19,623 [1016296:HttpServer] mopidy.http.actor
  Loaded HTTP extension: iris
INFO     2024-04-15 18:47:19,623 [1016296:MainThread] mopidy.commands
  Starting GLib mainloop
DEBUG    2024-04-15 18:47:19,623 [1016296:HttpServer] mopidy.http.actor
  Loaded HTTP extension: mopidy
DEBUG    2024-04-15 18:47:19,624 [1016296:HttpServer] mopidy.http.actor
  Loaded HTTP extension: muse
DEBUG    2024-04-15 18:47:19,624 [1016296:HttpServer] mopidy.http.actor
  Default webclient is mopidy
DEBUG    2024-04-15 18:47:19,625 [1016296:HttpServer] mopidy.http.actor
  HTTP routes from extensions: 
    '/iris': <class 'mopidy.http.handlers.AddSlashHandler'>
    '/iris/http/([^/]*)': <class 'mopidy_iris.handlers.HttpHandler'>
    '/iris/ws/?': <class 'mopidy_iris.handlers.WebsocketHandler'>
    '/iris/assets/(.*)': <class 'tornado.web.StaticFileHandler'>
    '/iris/((.*)(?:css|js|json|map)$)': <class 'tornado.web.StaticFileHandler'>
    '/iris/(.*)': <class 'mopidy_iris.handlers.ReactRouterHandler'>
    '/mopidy': <class 'mopidy.http.handlers.AddSlashHandler'>
    '/mopidy/ws/?': <class 'mopidy.http.handlers.WebSocketHandler'>
    '/mopidy/rpc': <class 'mopidy.http.handlers.JsonRpcHandler'>
    '/mopidy/(.+)': <class 'mopidy.http.handlers.StaticFileHandler'>
    '/mopidy/': <class 'mopidy.http.handlers.ClientListHandler'>
    '/muse': <class 'mopidy.http.handlers.AddSlashHandler'>
    '/muse/config': <class 'mopidy_muse.ConfigRouterHandler'>
    '/muse/((.*)(?:css|js|json|map|svg|png|jpg|ico)$)': <class 'tornado.web.StaticFileHandler'>
    '/muse/(.*)': <class 'mopidy_muse.SPARouterHandler'>
    '/': <class 'tornado.web.RedirectHandler'>
DEBUG    2024-04-15 18:47:19,632 [1016296:HttpFrontend-9 (_actor_loop)] mopidy.zeroconf
  Zeroconf service 'Mopidy HTTP server on ubservlow' (_http._tcp at []:6680): Published
DEBUG    2024-04-15 18:47:19,633 [1016296:MpdFrontend-10 (_actor_loop)] mopidy.zeroconf
  Zeroconf service 'Mopidy MPD server on ubservlow' (_mpd._tcp at []:6600): Published
DEBUG    2024-04-15 18:47:19,635 [1016296:HttpFrontend-9 (_actor_loop)] mopidy.zeroconf
  Zeroconf service 'Mopidy HTTP server on ubservlow' (_mopidy-http._tcp at []:6680): Published



Weren’t you supposed to run the command mopidy local scan?

Yes, I was hoping for sudo mopidyctl -v local scan. And also

Can you work out any specific files that are missing and compare them against something that worked?