Kodi Community Forum
Req Import tags from the info file - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: Req Import tags from the info file (/showthread.php?tid=234656)



Import tags from the info file - ShadowTek - 2015-08-08

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!!!!


RE: Import tags from the info file - Ned Scott - 2015-08-08

Do you mean music/MP3 tags or video tags (wiki)?


RE: Import tags from the info file - ShadowTek - 2015-08-08

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.


RE: Import tags from the info file - Ned Scott - 2015-08-08

No worries :)


RE: Import tags from the info file - Kib - 2015-08-10

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)