We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi, i have been searching for hours to find a solution. maybe you can help me.
installed mopidy with SC plugin
installed web interface musicbox installed GMPC
with web interface and GMPC i get only 10 results on a search. if i search manually direct on SC i found more results.
Is there a wayto fix?
mopidy cfg: 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 = mopidy.log config_file =
[audio] mixer = software mixer_volume = output = autoaudiosink visualizer =
[proxy] scheme = hostname = port = username = password =
[soundcloud] enabled = true explore_songs = 25 auth_token = ********
[musicbox_webclient] enabled = true
[http] enabled = true hostname = 127.0.0.1 port = 6680 static_dir = zeroconf = Mopidy HTTP server on $hostname
[mpd] enabled = true hostname = 127.0.0.1 port = 6600 password = max_connections = 20 connection_timeout = 60 zeroconf = Mopidy MPD server on $hostname
[softwaremixer] enabled = true
[local] enabled = true library = json media_dir = $XDG_MUSIC_DIR data_dir = $XDG_DATA_DIR/mopidy/local playlists_dir = $XDG_DATA_DIR/mopidy/local/playlists scan_timeout = 1000 scan_flush_threshold = 1000 excluded_file_extensions = .directory .html .jpeg .jpg .log .nfo .png .txt
[stream] enabled = true protocols = file http https mms rtmp rtmps rtsp metadata_blacklist = timeout = 5000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi, i have been searching for hours to find a solution. maybe you can help me.
installed mopidy with SC plugin
installed web interface musicbox
installed GMPC
with web interface and GMPC i get only 10 results on a search. if i search manually direct on SC i found more results.
Is there a wayto fix?
mopidy cfg:
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 = mopidy.log
config_file =
[audio]
mixer = software
mixer_volume =
output = autoaudiosink
visualizer =
[proxy]
scheme =
hostname =
port =
username =
password =
[soundcloud]
enabled = true
explore_songs = 25
auth_token = ********
[musicbox_webclient]
enabled = true
[http]
enabled = true
hostname = 127.0.0.1
port = 6680
static_dir =
zeroconf = Mopidy HTTP server on $hostname
[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password =
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
[softwaremixer]
enabled = true
[local]
enabled = true
library = json
media_dir = $XDG_MUSIC_DIR
data_dir = $XDG_DATA_DIR/mopidy/local
playlists_dir = $XDG_DATA_DIR/mopidy/local/playlists
scan_timeout = 1000
scan_flush_threshold = 1000
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.png
.txt
[stream]
enabled = true
protocols =
file
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000
The text was updated successfully, but these errors were encountered: