Posts: 8
Joined: Dec 2020
Reputation:
0
i was rather ill-disciplined when I originally added files to Kodi. Consequently I can't find many of them unless I dig down into 'Files'.
I would like to clean up my media files so they're correctly indexed. Is there a strategy I can use to filter out the incorrectly indexed media files, or an addon that can help, please?
Jim
Posts: 8
Joined: Dec 2020
Reputation:
0
Not really - I'm now aware of the correct naming convention. I want to filter out the incorrectly named files in order to rename them.
Thanks for the reply.
Jim
Posts: 5,435
Joined: Jul 2012
Reputation:
378
Might be an option to export video to separate (nfo) files then use one of the 3rd party media managers. I think Media Companion (I am familiar with) might make it easier to deal with.
scott s.
.
Posts: 1,369
Joined: Apr 2010
Reputation:
110
CrystalP
Team-Kodi Developer
Posts: 1,369
If you have some SQL skills, you could query the local video db (or remote depending on your setup) for the records of the files table that don't have a match in the movies table (using idFile as the cross reference). That would get you close to what you're looking for.
For v21 you'd look for records of files not in the videoversion table instead.