Why is the minidlna database not being refreshed?

前端 未结 6 1587
执笔经年
执笔经年 2021-01-31 14:08

I am developing a MiniDLNA server to stream media over WiFi. Existing files are shown properly. However, when I add new files to media folders the changes are not updated acros

6条回答
  •  轮回少年
    2021-01-31 15:01

    I have recently discovered that minidlna doesn't update the database if the media file is a hardlink. If you want these files to show up in the database, a full rescan is necessary.

    ex: If you have a file /home/movies/foo.mkv and a hardlink in /home/minidlna/video/foo.mkv, where '/home/minidlna' is your minidlna share, you will have to do a rescan till that file appears in the db (and subsequently your dlna client).

    I'm still trying to find a way around this. If anyone has any input, it's most welcome.

提交回复
热议问题