Jellyfin Forum
Music not found - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Music not found (/t-music-not-found)

Pages: 1 2


RE: Music not found - kc1 - 2024-04-28

For my future self ....

Looks like Jellyfin also doesn't like any .xml files or empty directories

having run :

find . -name "*.xml" -exec rm {} \;

and to find empty directories:

du -k .| sort -k 1 -n | grep "^4 "

It now finds most of the files (it has missed 28 out of the 12500 in the L-Z directory but that I can live with)


RE: Music not found - TheDreadPirate - 2024-04-28

Empty directories is a known bug/problem. I don't recall if that is fixed in 10.9.