I’ve been working on installing Minidlna and run into a couple issues.
It shows files on my Drobo, but misses many of them. I have roughly 600 files and 10 directories at /mnt/DroboFS/Shares/Video but it seems to see only about the first 100 or so. Does it search subdirectories without any special input? I have tried stopping the service and deleting the database in order to restart it and force a rescan with only minimal improvement (+10 files). Does anyone have ideas on what else I could try?
I was using Fuppes, then tried Mediatomb and they both listed Folders on top of the directory listing (I realize not everyone agrees but it’s hierarchy)
but minidlna seems to mix the folders in with the files. BTW, same device- a WDTVLive player, different results.) Can anything be done?
Lastly when I define a Video directory using “media_dir=V,/mnt/DroboFS/Shares/Video” it still lists Music, Pictures and Video. Odd since when pointed to the same directory “Video” in the other two apps it only saw Video folder and the subdirectories like “Movies” and “TV Shows” underneath. Any ideas?
In theory minidlna does automatically scan all subfolders and indexes all media files. In practice the FS has a small amount of RAM and a slow CPU. Indexing may (and does) take a long time.
What about the codec used in the files? It could be a matter of your player not having support for the codecs and thus hiding the files.
The way files/folders are displayed is defined by the client. Minidlna does offer a raw files/folders output, but anything other than that is client dependent.
I have some questions. I installed the latest version of miniDLNA and created a test directory. I modified the configuration file and there was no way. I can see the DLNA server from within XBMC but no files appear.
I leave here the settings and log files, if you can help?:
Settings
[quote]# port for HTTP (descriptions, SOAP, media transfer) traffic
port=8200
network interface to bind to (this is the only interface that will serve files)
#network_interface=eth0
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:
+ “A” for audio (eg. media_dir=A,/home/jmaggard/Music)
+ “V” for video (eg. media_dir=V,/home/jmaggard/Videos)
+ “P” for images (eg. media_dir=P,/home/jmaggard/Pictures)
media_dir=V,/mnt/DroboFS/Shares/Prueba
set this if you want to customize the name that shows up on your clients
friendly_name=DroboPrueba
set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache
I don’t know. The thing I know for sure is that XBMC 11 (the Eden series) does not seem to work. I have it installed on a Mac and it shows the same problem as you saw.
Maybe XBMC 12 (the Frodo series) works? I haven’t tried that yet.