[SOLVED] MiniDLNA issues

  • OK, I'm about to pull my hair out here! :o


    I have openmediavault 0.3 running fine and serving files to my blu-ray player, but I am having a devil of a time getting openmediavault 0.4.28 and the latest MiniDLNA to work as my previous install does.


    The problem is that the Oppo blu-ray player does not see the complete folder structure, but only 1/2 of the folders. And even in the folders that the player does see, it does not see all sub folders either.


    I have an Proliant N40L and I have tried multiple installs of the latest openmediavault version, and even trying the base 0.4 install of openmediavault without any updates other than installing the plugins. I have tried different instructions that I have read in these forums on installing the MiniDLNA, but the results do not change. The player only sees 1/2 of the folders.


    I would greatly appreciate any assistance.

    • Offizieller Beitrag

    I would guess that the newer version of minidlna is crashing when it gets to a file it doesn't like. I've seen that many times before. Look at the files around where it stops. Do you have a bluray rip or some other file (usually very large) that it doesn't like?


    If that doesn't work, you can try replacing the executable with an older statically compiled version (1.0.24 instead of 1.0.25) from the author's page. This has helped other people.


    As root:

    Code
    /etc/init.d/minidlna stop
    rm /var/cache/minidlna/files.db
    rm /tmp/minidlna/files.db
    cd
    wget http://downloads.sourceforge.net/project/minidlna/minidlna/1.0.24/minidlna_1.0.24_static.tar.gz
    tar xvzf minidlna_1.0.24_static.tar.gz
    cp /usr/sbin/minidlna /usr/sbin/minidlna.old
    cp ~/usr/sbin/minidlna /usr/sbin/
    /etc/init.d/minidlna start

    omv 7.7.10-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.8 | compose 7.6.10 | cterm 7.8.7 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.3.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Thank you VERY much for that information!


    The next question is how can I verify that the MiniDLNA 1.0.24 pluging is installed correctly after those commands? I've sort of searched how to do that and can't seem to locate the info. Sorry, I'm definitely a Debian newb here.

    • Offizieller Beitrag

    The 1.0.24 plugin won't be installed. Just the 1.0.24 executable from the author. If there is a minidlna update, you would have to do these steps again. You can verify the version by: minidlna -V

    omv 7.7.10-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.8 | compose 7.6.10 | cterm 7.8.7 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.3.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!