12-17-2019, 04:04 PM
I don't see the image. Just use "Choose file", "Add attachment"
You could also verify miniDLNA is running.
And turn logging on by editing /etc/minidlna.conf. Comment out log_level=off and uncomment the line above it. The log file is /var/log/minidlna.log. you will need to turn OFF/ON miniDLNA after changing logging option.
You could also verify miniDLNA is running.
Code:
pgrep minidlnad
And turn logging on by editing /etc/minidlna.conf. Comment out log_level=off and uncomment the line above it. The log file is /var/log/minidlna.log. you will need to turn OFF/ON miniDLNA after changing logging option.
Code:
# The default is to log all types of messages at the "warn" level.
#log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn
log_level=off