Replies: 2 comments
-
Well, output definitely shows only local plugin. How can I enable curl ? Looks like it's enabled already. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nm, package maintainer forgot to add webdav meson option. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I want to put music to Nextcloud share, however I don't understand how to point music_directory to remote server.
I copied an example from documentation and received Unrecognized error.
music_directory "http://the.server/dav"
`
Music Player Daemon 0.23.12 (0.23.12)
Copyright 2003-2007 Warren Dukes warren.dukes@gmail.com
Copyright 2008-2021 Max Kellermann max.kellermann@gmail.com
This is free software; see the source for copying conditions. There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Database plugins:
simple proxy
Storage plugins:
local
Decoders plugins:
[vorbis] ogg oga
[oggflac] ogg oga
[flac] flac
[opus] opus ogg oga
[sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
[dsdiff] dff
[dsf] dsf
[hybrid_dsd] m4a
[wavpack] wv
[ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 adx afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tak tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve rtp:// rtsp:// rtsps://
[pcm]
Filters:
Tag plugins:
id3tag
Output plugins:
null fifo sndio pipe oss httpd snapcast recorder
Encoder plugins:
null vorbis opus lame wave flac
Archive plugins:
[bz2] bz2
Input plugins:
file archive curl ffmpeg
Playlist plugins:
extm3u m3u pls xspf asx rss flac cue embcue
Protocols:
file:// ftp:// ftps:// gopher:// hls+http:// hls+https:// http:// https:// mmsh:// mmst:// rtmp:// rtmpe:// rtmps:// rtmpt:// rtmpte:// rtmpts:// rtp:// rtsp:// rtsps:// scp:// sftp:// srtp://
Other features:
icu ipv6 tcp un
mpd 0.23.12
User defined options
auto_features: disabled
buildtype : release
infodir : share/info
mandir : man
prefix : /usr/local
strip : True
b_colorout : never
adplug : disabled
ao : disabled
audiofile : disabled
bzip2 : enabled
cdio_paranoia: disabled
curl : enabled
documentation: enabled
expat : enabled
faad : disabled
ffmpeg : enabled
flac : enabled
fluidsynth : disabled
gme : disabled
httpd : true
icu : enabled
id3tag : enabled
ipv6 : enabled
iso9660 : disabled
jack : disabled
lame : enabled
libmpdclient : enabled
libsamplerate: disabled
mad : disabled
mikmod : disabled
modplug : disabled
mpcdec : disabled
mpg123 : disabled
nfs : disabled
openal : disabled
openmpt : disabled
opus : enabled
oss : enabled
pipe : true
pipewire : disabled
pulse : disabled
qobuz : disabled
shout : disabled
sidplay : disabled
smbclient : disabled
sndfile : enabled
sndio : enabled
soundcloud : disabled
soxr : disabled
sqlite : disabled
syslog : enabled
twolame : disabled
vorbis : enabled
vorbisenc : enabled
wavpack : enabled
wildmidi : disabled
yajl : disabled
zlib : enabled
zzip : disabled
`
Obviously, I put dummy entry as server name, but it seems I have an issue before any connection attempt. Maybe some more configuration is needed?
Beta Was this translation helpful? Give feedback.
All reactions