So, nach Einigem
ipkg update und
ipkg upgrade und dem Entfernen nicht mehr benötigter Pakete, konnte ich miniDLNA installieren. Nun bin ich genau so weit wie der Kollege
im Thread unter mir . Die minidlna.config sieht so aus:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# port for HTTP (descriptions and SOAP) traffic
port=8200
# set this to the directory you want scanned.
# * if have multiple directories, you can have multiple media_dir= lines
# * if you want to restrict a media_dir to a specific content type, you
# can prepend the type, followed by a comma, to the directory:
media_dir=A,/public/Music
media_dir=V,/public/Movies
media_dir=P,/public/Pictures
# set this if you want to customize the name that shows up on your clients
friendly_name=NSLU2 miniDLNA
# this should be a list of file names to check for when searching for album art
# note: names should be delimited with a forward slash ("/")
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
# set this to no to disable inotify monitoring to automatically discover new files
# note: the default is yes
inotify=yes
# set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO
enable_tivo=no
# default presentation url is http address on port 80
#presentation_url=http://www.mylan/index.php
# report system uptime instead of daemon uptime
system_uptime=no
# notify interval in seconds. default is 30 seconds.
notify_interval=900
# serial and model number the daemon will report to clients
# in its XML description
serial=12345678
model_number=1
|
Er findet auch bei mir die Folder nicht (
Media directory not accessible! [(null)])
Mit
|
Source code
|
1
|
cd /public/Music
|
komme ich aber in die Folder rein. Hier ist
ein ähnlicher Fall , aber auch ohne Lösung.
Wer kann mir unter die Arme greifen?
caplink811 - Wo bist Du ???