[Solved] Search function doesn't work

Hi

Mopidy is a joy to use and I want to thank everybody involved in this realy good application!

I have installed mopidy on my debian server with just the basic installation packages and I run it as a service. To control mopidy I use mopidy mobile on my android and ario on my notebook. With these apps I can control the mopidy server with no issues, except one: the search function does not work at all with mopidy mobile and ario.

The music library is stored in my home directory of the server. The music gets listed on the apps perfectly, but there is no search possible (from the beginning on). When I do a search, then nothing happens, no information.

I couldn’t figure out what the problem might be. Before I post a lot of configuration I wanted to ask first, if anybody has some ideas what to do? And if you need configuration, tell me which one you need (I have standard configuration).

Thanks in advance!
David

Are you using Mopidy-Local or Mopidy-File? Providing your config would show that (sudo mopidyctl config)

Here is my config output:

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 = 10000
restore_state = false

[logging]
verbosity = 0
format = %(levelname)-8s [%(threadName)s] %(name)s %(message)s
color = false
config_file = 

[audio]
mixer = software
mixer_volume = 
output = autoaudiosink
buffer_time = 

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

[file]
enabled = true
media_dirs = 
  /home/FBHS2
excluded_file_extensions = 
  .directory
  .html
  .jpeg
  .jpg
  .log
  .nfo
  .pdf
  .png
  .txt
  .zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000

[http]
enabled = true
hostname = ::
port = 6680
zeroconf = Mopidy HTTP server on $hostname
allowed_origins = 
csrf_protection = true
default_app = mopidy

[m3u]
enabled = true
base_dir = 
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = 

[softwaremixer]
enabled = true

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

[alsamixer]
enabled = true
card = 0
control = Master
min_volume = 0
max_volume = 100
volume_scale = cubic

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

It looks like I use Mopidy File. So I need to install the mopidy-local package. Is that right?
I go ahead and try it!

Thanks a lot @kingosticks !

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.