2022-09-26, 00:00
Hi
So I recently started using the library feature with Local Information Only, meaning each movie has an .nfo and multiple .jpg in its folder.
What I'd like to know is if is there any setting, maybe through advancedsettings.xml, where you say for kodi to look for that data in a subfolder inside each movie folder.
The reasons for this are to keep folders tidy and so it's easier to manage metadata.
For example I'd edit advancedsettings.xml with:
And the following would be a valid layout for the Local Information Only mode:
Thanks
So I recently started using the library feature with Local Information Only, meaning each movie has an .nfo and multiple .jpg in its folder.
What I'd like to know is if is there any setting, maybe through advancedsettings.xml, where you say for kodi to look for that data in a subfolder inside each movie folder.
The reasons for this are to keep folders tidy and so it's easier to manage metadata.
For example I'd edit advancedsettings.xml with:
Code:
<metadatasubfolder>.metadata</metadatasubfolder>
Code:
movies/Bunny/Bunny.mp4
movies/Bunny/Bunny.srt
movies/Bunny/.metadata/Bunny-poster.jpg
movies/Bunny/.metadata/Bunny-fanart.jpg
movies/Bunny/.metadata/Bunny-thumb.jpg
movies/Bunny/.metadata/.actors
Thanks