<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.nfo.updater" name="Watchedstate NFO Updater" version="1.2.0+matrix" provider-name="PvD">
	<requires>
		<import addon="xbmc.python" version="3.0.0"/>
	</requires>
	<extension point="xbmc.service" library="default.py" start="login"/>
	<extension point="xbmc.addon.metadata">
		<summary lang="en">Watchedstate .NFO Updater</summary>
		<description lang="en">This addon writes the watched state to the corresponding .nfo file as soon as it updated within the KODI library. Therefore, the .nfo file must exist as this addon doesn't create any .nfo file. This version is a complete rewrite of the old Watchedstate NFO updater from alberto. Please note that some settings of the "Metadata Editor" in connection with this addon can lead to overlaps or errors when modifying NFO files.</description>
		<platform>all</platform>
		<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
		<forum>https://www.kodinerds.net/index.php/Thread/72246-methodDict-VideoLibrary-OnUpdate-funktioniert-seit-Update-auf-Kodi-19-nicht-mehr/</forum>
		<website/>
		<email/>
		<source>https://github.com/b-jesch/service.nfo.updater</source>
		<news>
2025-01-17 Supports multiepisode NFO now
2023-04-02 Extend addon to NFO of music videos
		</news>
		<assets>
			<icon>icon.png</icon>
		</assets>
	</extension>
</addon>
