2024-04-28, 04:28 AM
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)
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)