<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.stinger.notification" name="Stinger scene notification" version="2.0.0" provider-name="rmrector">
	<requires>
		<import addon="xbmc.python" version="3.0.0" />
		<import addon="script.module.requests" version="2.9.1" />
	</requires>
	<extension point="xbmc.service" library="python/service.py" />
	<extension point="xbmc.addon.metadata">
		<summary lang="en">This service notifies you of stinger scenes in the currently playing movie.</summary>
		<description lang="en_GB">This add-on notifies you of stinger scenes in the current movie, popping up a notification when the credits roll. It uses tags to identify movies that have a stinger scene, which can be automatically added by the Universal Movie Scraper from The Movie Database.</description>
		<disclaimer lang="en_GB">This add-on requires the tags 'aftercreditsstinger' and/or 'duringcreditsstinger' on movies with a stinger scene.</disclaimer>
		<summary lang="pl_PL">Ta usługa powiadamia o dodatkowych scenach po napisach końcowych w aktualnie odtwarzanym filmie.</summary>
		<description lang="pl_PL">Ten dodatek powiadamia o dodatkowych scenach po napisach końcowych w aktualnie odtwarzanym filmie, wyświetlając powiadomienie podczas napisów końcowych. Do tego celu używa tagów aby zidentyfikować filmy posiadające takie sceny. Tagi mogą być automatycznie dodawane przez Universal Movie Scraper z bazy The Movie Database. Dodatek może również wysyłać zapytania do bazy ChapterDb aby zidentyfikować moment wyświetlania końcowych napisów, jeśli odtwarzany film nie zawiera osadzonych informacji o rozdziałach.</description>
		<disclaimer lang="pl_PL">Ten dodatek wymaga tagów 'aftercreditsstinger' i/lub 'duringcreditsstinger' w filmach ze scenami występującymi w trakcie lub po napisach końcowych.</disclaimer>
		<news>v2.0.0 (2021-01-31)
- Kodi 19 Matrix / Python 3 compatibility. Breaks compatibility with previous versions of Kodi.
- remove ChapterDB</news>
		<source>https://github.com/rmrector/service.stinger.notification</source>
		<forum>https://forum.kodi.tv/showthread.php?tid=254004</forum>
		<license>MIT</license>
		<platform>all</platform>
		<assets>
			<icon>icon.png</icon>
		</assets>
	</extension>
</addon>
