artfulrobot
artfulrobot

Reputation: 21427

Why does MiniDLNA stop indexing files?


I've read the useful question why is the minidlna database not refreshed and minidlna - not indexing files but this problem is different: It seems to stop scanning files at a certain file/after a certain directory.

Set up:

The problem lines seem to be here:

[2019/11/14 20:07:35] scanner.c:730: info: Scanning /drive/files/Music/00 Various/SomeFolder
[2019/11/14 20:07:37] monitor.c:178: debug: Add watch to /drive/files/Music

where it looks like it stops scanning and starts adding watches; there's no errors or warnings.

Stumped!

Upvotes: 1

Views: 2519

Answers (1)

Geoff Johnson
Geoff Johnson

Reputation: 1391

I had to run
sudo minidlnad -d -R to find I had a file with an invalid JPEG in it. Luckily, I could just delete the file. If that's not an option for you, there may be some way of editing the metadata for whatever file you have a problem with.

Upvotes: 1

Related Questions