deliver sample configuration of minidlna within PirateBox release

This commit is contained in:
Matthias Strubel 2013-11-10 11:25:58 +01:00
parent 41b4873f04
commit 28c6271771
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,17 @@
port=8200
# Adjust the interfaces u are using
# network_interface=wlan0
friendly_name=PirateBox DLNA
db_dir=/opt/piratebox/tmp
log_dir=/opt/piratebox/tmp
inotify=yes
enable_tivo=no
strict_dlna=no
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg
presentation_url=http://piratebox.lan
notify_interval=900
serial=12345678
model_number=1
root_container=B
media_dir=/opt/piratebox/share/Shared

View file

@ -0,0 +1,17 @@
config minidlna config
option 'enabled' '1'
option port '8200'
option interface 'br-lan'
option friendly_name 'PirateBox DLNA'
option db_dir '/var/run/minidlna'
option log_dir '/var/log'
option inotify '1'
option enable_tivo '0'
option strict_dlna '0'
option presentation_url 'http://piratebox.lan'
option notify_interval '900'
option serial '12345678'
option model_number '1'
option root_container '.'
list media_dir '/mnt/usb/PirateBox/Shared/'
option album_art_names 'Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg'