Kodi Community Forum

Full Version: Import tags from the info file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I noticed that Kodi exports your tags into the info file but it does not import them and you have to re-add all your tags so this is my humble request. PS, I'm using Isengard.

Best media center on the planet!!! Thanks for all the hard work and dedication!!!!
Do you mean music/MP3 tags or video tags (wiki)?
I meant video tags, but I just re-exported all my info files and then tested importing a movie with a tag and it did in fact import the tag, I must be loosing my mind because for the life of me I could not get the tags imported Sad

Anyway, it seems to be working now so thanks Smile
Apologies for the pointless post.
No worries :)
By default the NFO information is imported (if a scraper is set on the source), except for the watched states and resume points, which can be adjusted by setting
Code:
<importwatchedstate>true</importwatchedstate>  <!-- import previously exported playdate and playcount from .nfo files. Defaults to false -->
<importresumepoint>true</importresumepoint>  <!-- import previously exported resume point from .nfo files. Defaults to false -->

within advancedsettings.xml (wiki)