<?xml version="1.0" encoding="UTF-8"?>
<addons>
<addon id="context.kaito" version="0.0.3+matrix.1" name="kaito - Global Context Menu Items" provider-name="SwagOtaku">
	<requires>
		<import addon="xbmc.python" version="3.0.0" />
	</requires>
	<extension point="kodi.context.item">
        <menu id="kodi.core.main">
			<item library="rescrape.py">
	              <label>Rescrape Item</label>
	              <visible>String.StartsWith(ListItem.path,plugin://plugin.video.kaito/)+[String.IsEqual(ListItem.dbtype,episode)]</visible>
	          </item>
			<item library="sourceSelect.py">
					      <label>Source Select</label>
					      <visible>String.StartsWith(ListItem.path,plugin://plugin.video.kaito/)+[String.IsEqual(ListItem.dbtype,episode)|String.IsEqual(ListItem.dbtype,movie)]</visible>
					  </item>
			<item library="findSimilar.py">
		            <label>Find Similar</label>
		            <visible>String.StartsWith(ListItem.path,plugin://plugin.video.kaito/)+[String.IsEqual(ListItem.dbtype,tvshow)|String.IsEqual(ListItem.dbtype,movie)]</visible>
		        </item>
			<item library="seasonCorrection.py">
                <label>Season Correction</label>
                <visible>String.StartsWith(ListItem.path,plugin://plugin.video.kaito/)+[String.IsEqual(ListItem.dbtype,tvshow)]</visible>
            </item>
			<item library="watchlistLogout.py">
			          <label>Logout</label>
			          <visible>String.StartsWith(ListItem.path,plugin://plugin.video.kaito/)+[String.Contains(ListItem.folderpath,/watchlist/)]</visible>
			      </item>
        </menu>
    </extension>
	<extension point="xbmc.addon.metadata">
		<summary lang="en">kaito - This Addon is currently in beta. Please be aware there may be bugs present</summary>
		<description lang="en">Adds Global Contextual Menu Items for kaito menu items throughout Kodi
		</description>
		<platform>all</platform>
		<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
		<forum></forum>
		<website></website>
		<source></source>
		<disclaimer lang="en"></disclaimer>
		<assets>
			<icon>icon.png</icon>
			<fanart>fanart.jpg</fanart>
		</assets>
		<news>
Changelog 0.0.3:
- Fixed Rescrape running twice

Changelog 0.0.2:
- Added Rescrape Item option

Changelog 0.0.1:
- Initial release
		</news>
	</extension>
</addon>

<addon id="context.seren" version="3.0.1" name="Seren - Global Context Menu Items" provider-name="Nixgates">
	<requires>
		<import addon="xbmc.addon" version="17.9.910" />
		<import addon="xbmc.python" version="3.0.0" />
	</requires>
	<extension point="kodi.context.item">
		<menu id="kodi.core.main">
			<item library="context.py" args="quickRresume">
				<label>$ADDON[context.seren 30000]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.quickResume)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+String.IsEqual(ListItem.dbtype,tvshow)</visible>
			</item>
			<item library="context.py" args="shuffle">
				<label>$ADDON[context.seren 30001]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.shuffle)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+[String.IsEqual(ListItem.dbtype,tvshow)|String.IsEqual(ListItem.dbtype,episode)]</visible>
			</item>
			<item library="context.py" args="playFromRandomPoint">
				<label>$ADDON[context.seren 30002]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.playFromRandomPoint)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+String.IsEqual(ListItem.dbtype,tvshow)</visible>
			</item>
			<item library="context.py" args="rescrape">
				<label>$ADDON[context.seren 30003]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.rescrape)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+[String.IsEqual(ListItem.dbtype,episode)|String.IsEqual(ListItem.dbtype,movie)]</visible>
			</item>
			<item library="context.py" args="rescrape_ss">
				<label>$ADDON[context.seren 30010]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.rescrape_ss)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+[String.IsEqual(ListItem.dbtype,episode)|String.IsEqual(ListItem.dbtype,movie)]</visible>
			</item>
			<item library="context.py" args="sourceSelect">
				<label>$ADDON[context.seren 30004]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.sourceSelect)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+[String.IsEqual(ListItem.dbtype,episode)|String.IsEqual(ListItem.dbtype,movie)]</visible>
			</item>
			<item library="context.py" args="findSimilar">
				<label>$ADDON[context.seren 30005]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.findSimilar)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+[String.IsEqual(ListItem.dbtype,tvshow)|String.IsEqual(ListItem.dbtype,movie)]</visible>
			</item>
			<item library="context.py" args="browseShow">
				<label>$ADDON[context.seren 30006]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.browseShow)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+[String.IsEqual(ListItem.dbtype,episode)|String.IsEqual(ListItem.dbtype,season)|String.IsEqual(ListItem.dbtype,tvshow)]</visible>
			</item>
			<item library="context.py" args="browseSeason">
				<label>$ADDON[context.seren 30007]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.browseSeason)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+[String.IsEqual(ListItem.dbtype,episode)]</visible>
			</item>
			<item library="context.py" args="traktManager">
				<label>$ADDON[context.seren 30008]</label>
				<visible>String.IsEmpty(Window(home).Property(context.seren.traktManager)) + String.StartsWith(ListItem.path,plugin://plugin.video.seren/)+[String.IsEqual(ListItem.dbtype,episode)|String.IsEqual(ListItem.dbtype,tvshow)|String.IsEqual(ListItem.dbtype,season)|String.IsEqual(ListItem.dbtype,movie)]</visible>
			</item>
		</menu>
	</extension>
	<extension point="xbmc.service" library="service.py" />
	<extension point="xbmc.addon.metadata">
		<summary lang="en">Seren - Global Context Menu Items</summary>
		<summary lang="nl">Seren - Algemene contextmenu-items</summary>
		<description lang="en">Adds Context Menu items for Seren menu items throughout Kodi</description>
		<description lang="nl">Voegt contextmenu-items toe voor Seren-menu-items in Kodi</description>
		<platform>all</platform>
		<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
		<forum></forum>
		<website></website>
		<source></source>
		<disclaimer lang="en"></disclaimer>
		<assets>
			<icon>resources/images/ico-seren-3.png</icon>
			<fanart>fanart-seren-3.png</fanart>
			<clearlogo>resources/images/logo-seren-3.png</clearlogo>
			<poster>resources/images/poster-seren-3.png</poster>
		</assets>
		<news>
			Changelog 3.0.1
			Fix Shuffle play copy pasta mix up
			Resolve settings not showing in Kodi

			Changelog 3.0.0
			Re-write of context menu addon, supporting py3 only (Matrix and above)
			Update icons to match Seren 3.0.0 release
			Update language support set to match Seren (add auto-translated Hebrew)

			Changelog 2.2.0
			Added "Rescrape and Source Select" context menu item.

			Changelog 2.1.2
			Added Polish translation

			Changelog 2.1.1:
			Implemented a workaround for broken future.backports module method (fixes Leia issues)

			Changelog 2.1.0:
			Refactored code to modern standards
			Use backported URL lib for py2 to ensure unicode compatibility
			Extracted out common functions and reused
			Add settings to enable/disable individual items
			Add more localizations
			Add GitHub issue templates

			Changelog 2.0.2:
			Make python version agnostic

			Changelog 2.0.1:
			Fixed addon icons/fanart

			Changelog 2.0.0:
			Rework for Seren 2.0
		</news>
	</extension>
</addon>

<addon id="context.trailer.mod" name="Play Trailer Mod" version="1.0.7" provider-name="Venom">
	<requires>
		<import addon="script.module.requests" version="2.19.1" />
		<import addon="plugin.video.youtube" version="6.2.0" />
	</requires>
	<extension point="kodi.context.item">
		<menu id="kodi.core.main">
			<item library="autoplay.py">
				<label>32000</label>
				<visible>
					String.IsEqual(Window(home).Property(context.trailer.autoplay),true) +
					[String.IsEqual(ListItem.dbtype,movie) | String.IsEqual(ListItem.dbtype,tvshow) | String.IsEqual(ListItem.dbtype,episode)] +
					!String.IsEmpty(ListItem.Trailer)
				</visible>
			</item>
			<item library="selectplay.py">
				<label>32001</label>
				<visible>
					String.IsEqual(Window(home).Property(context.trailer.selectplay),true) +
					[String.IsEqual(ListItem.dbtype,movie) | String.IsEqual(ListItem.dbtype,tvshow) | String.IsEqual(ListItem.dbtype,episode)]
				</visible>
			</item>
		</menu>
	</extension>
	<extension point="xbmc.service" library="service.py" />
	<extension point="kodi.addon.metadata">
		<summary lang="en">Play a movie or show trailer from the context menu in the library.</summary>
		<description lang="en">Adds a context menu entry for movies or shows that have a trailer in the database. Choose windowed or fullscreen play in the settings.</description>
		<platform>all</platform>
		<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
		<forum></forum>
		<website>https://github.com/123Venom/context.trailer.mod</website>
		<source>https://github.com/123Venom/context.trailer.mod</source>
		<disclaimer lang="en"></disclaimer>
		<assets>
			<icon>icon.png</icon>
			<fanart>fanart.jpg</fanart>
			<screenshot></screenshot>
		</assets>
		<news>
v0.1.0.7
- Matrix compatibility(py3) update.
		</news>
	</extension>
</addon>

<addon id="plugin.program.autowidget" name="AutoWidget" version="CURRENT_VERSION" provider-name="drinfernoo">
    <requires>
        <import addon="script.module.pil" />
        <import addon="script.module.six" />
    </requires>

    <extension point="xbmc.python.pluginsource" library="main.py">
        <provides>executable video music</provides>
    </extension>

    <extension point="xbmc.service" library="service.py" />

    <extension point="kodi.context.item">
        <menu id="kodi.core.main">
            <item library="context_add.py">
                <label>$ADDON[plugin.program.autowidget 30003]</label>
                <visible>String.IsEqual(Window(10000).Property(context.autowidget),true)</visible>
            </item>
            <item library="context_refresh.py">
                <label>$ADDON[plugin.program.autowidget 30006]</label>
                <visible>String.Contains(ListItem.FolderPath, plugin://plugin.program.autowidget)</visible>
            </item>
			<item library="context_refresh_single.py">
                <label>$ADDON[plugin.program.autowidget 30046]</label>
                <visible>!String.IsEmpty(ListItem.Property(autoID)) + [!String.IsEqual(ListItem.Property(autoAction),static) + !String.IsEqual(ListItem.Property(autoAction),merged)]</visible>
            </item>
			<item library="clear_cache_single.py">
                <label>$ADDON[plugin.program.autowidget 30116]</label>
                <visible>!String.IsEmpty(ListItem.Property(autoCache))</visible>
            </item>
        </menu>
    </extension>

    <extension point="xbmc.addon.metadata">
        <reuselanguageinvoker>true</reuselanguageinvoker>
        <summary lang="en_GB">Automatically changes out widgets</summary>
        <description lang="en_GB">Automatically changes out widgets on the homescreen for a more interesting browsing experience.</description>
	<summary lang="es_ES">Cambia los widgets automáticamente</summary>
	<description lang="es_ES">Cambia los widgets en la pantalla de inicio automáticamente para una experiencia de navegación más interesante.</description>
	<platform>all</platform>
        <license>LGPL-3.0</license>
        <website>https://www.github.com/drinfernoo/</website>
        <source>https://www.github.com/drinfernoo/plugin.program.autowidget/</source>
        <news>
3.5.1
 - Fix sorting bug with higher group counts
3.5.0
 - Allow bulk operations in some groups
 - More informative dialogs
 - Allow manually sorting groups in "My Groups"
 - Fixes for direct shortcuts
 - Update "version" attribute in metafiles when updating
3.4.2
 - Some fixes for constant notification
3.4.1
 - Fix clearing cache from settings
3.4.0
 - Rework caching mechanism
 - Add more notifications of progress
 - Add placeholder items when no content is loaded
3.3.7
 - Delay widget updates during library scans or when in media views
 - Fix widget cleaning scan for skins which don't use Skin Shortcuts
 - Fix refreshing widgets created before 3.3.0
 - Add more content type choices in editor dialog
3.3.6
 - Fix "Next Page" for Python 2.7
3.3.5
 - Better handling of error and empty states
 - Better handling of "Next Page" items
 - Fix "Active Widgets" menu
 - Delay library updates when inside media views
3.3.4
 - Fix "Next Page" localizations
3.3.3
 - Fix "Clear Cache"
3.3.2
 - Fix bug when paths return no items
3.3.1
 - Fix bug when Skin Shortcuts is not installed
 - More improvements to page item handling
3.3.0
 - Add "Copy Group" in group context menu
 - Add "Create New ... Group" in "My Groups" menu
 - Add "Clear Cache" in "Tools" menu
 - Add "Refresh Widget" to widget context menu
 - Add "Clear Cache" to widget context menu
 - Add rudimentary error item for failed widgets
 - Add "Icon Packs" for library widgets from genres, studios, and countries
 - Remove dependency on Kodi Six
 - Allow editing content type
 - Allow Cycling Widgets to pull from a subset of paths
 - Support cast thumbnails for Kodi N
 - Fix translatePath reference again
 - Faster and more robust item creation
 - Make `.widget` files much simpler
 - Better support for library paths
 - Better support for music
3.2.3
 - Add English (US) and Portugese localizations
3.2.2
 - Add more localizations
 - Better "Next Page" detection
 - Support for "Next Page" items in other languages
3.2.1
 - Fix for items with no artwork
3.2.0
 - Add setting to prefer episodes/shows when removing duplicates
 - Rework duplicate removal
 - Fix bug in Active Widgets editor dialog
 - Fix landscape art for some items
 - Fix paged widgets not resetting on boot
 - Format with black
3.1.9
 - Fix error with translatePath
3.1.8
 - Fix resume progress on items
3.1.7
 - Fix widget cleaning
 - Fix Active Widgets menu
3.1.6
 - Fix detection of JSON-RPC version
3.1.5
 - Fix editor dialog
3.1.4
 - Fix settings shortcuts
 - Fix some Unicode errors
 - Fix some dialog labels in editor
3.1.3
 - Fix hashing in Matrix
3.1.2
 - Fix "Clear Cache"
3.1.1
 - Fixes for cache mechanism
 - Add "Force Refresh Widgets" to context menu for AutoWidget items
3.1.0
 - Improved background caching for paths that change frequently
 - Fix unneeded refreshes
 - Fix caching on merged widgets
 - Fix more Unicode errors
3.0.2
 - Fix bug in background caching
3.0.1
 - Fix bug when adding paths
3.0.0
 - Huge speed improvements thanks to @djay's background caching implementation
 - Fix merged widget duplicate removal
2.3.7
 - Unicode fixes
 - Fix method calls
 - Fix separator in menus
 - Fix logging in Kodi 19
 - Update Spanish translation
2.3.6
 - Fix separator in shortcut groups
2.3.5
 - Fix various shortcut- and refresh-related bugs
 - Fix error when path contained no items
 - Add more debug logging
 - Add widget ID as ListItem property (autoID)
 - Reduce library updates (again)
2.3.4
 - Fix logging error
2.3.3
 - Fix shortcuts to Android apps
2.3.2
 - Fix error in debug logging logic
2.3.1
 - Fix editing and adding new groups
 - Overall cleanup
 - Trim as many library updates as possible
2.3.0
 - Huge simplification of plugin paths
 - Speed improvements
 - Better detection for "Next Page" items in various add-ons
 - Add dedicated debug log
 - Allow 'path' to be editing for static widgets
2.2.0
 - Reduce library updates to improve overall speed
 - Sort "Active Widgets" by most recently refreshed
 - Fix any straggling widget errors, I hope :D
2.1.6
 - Fix "Next Page" error
2.1.5
 - Fix non-merged paths :D
2.1.4
 - Support more add-ons' "Next Page" items
 - Fix merged paths
2.1.3
- Fixes for Unicode characters in path labels
- Fix for viewing groups in Kodi 17.x
- Change "Icon Color" to a per-path basis
2.1.2
 - Add per-widget icon color
2.1.1
 - Fix "Icon Color"
2.1.0
 - New artwork for add-on
 - Add icon coloring
 - Improved "Active Widgets" menu
 - Added "Clean Old Widget Files" shortcut in Tools
 - Fix shortcut paths
 - Fix missing InfoLabels
2.0.2
 - Make artwork for groups and paths more consistent
2.0.1
 - Add "Toggle Skin Debugging" shortcut
2.0.0
 - Rewrite most of add-on functions
 - Add "Static Path" option
 - Add "Merged Path" option
 - Add "Paged Widgets"
 - Revamp editor dialog
 - More complete skin compatibility
 - More miscellaneous fixes
1.6.8
 - Add setting for notification sound
1.6.7
 - Fix crash when window cannot be detected. Notably fixes Disney+ support.
1.6.6
 - Fix extract location
1.6.5
 - Add backup/restore features
1.6.4
 - Fix more rogue refreshes
 - Fix wording in Spanish translation (again, thanks to @roliverosc)
1.6.3
 - Update settings localizations
1.6.2
 - Fix bug that caused Skin Shortcuts to not be able to rebuild the skin
1.6.1
 - Fix bug with shortcut widgets being "converted"
1.6.0
 - Android App shortcut support (thanks to @Sandmann79)
 - Add Spanish translation (thanks to @roliverosc)
 - Fix bug with empty action nodes
 - Reduce refreshes
 - Prettify .props file output
1.5.5
 - Fix regex for labels in some skins
1.5.4
 - Fix recursion crash during refresh
1.5.3
 - Fix indent error
1.5.2
 - Fix shortcut calls for YouTube
1.5.1
 - Fix error in editor dialog
 - Fix changelog
1.5.0
 - Add "Active Widgets" menu
 - Consistency fixes during initialization and refresh
 - Allow adding playable items as shortcuts
 - Fix crashes in Krypton
 - Fix crashes from invalid group/widget files
 - Fix Unicode compatibility
1.4.5
 - Refresh Shortcut widgets Automatically
 - Add "Next Path" widget action
 - Add "Clone" and "Explode" widget modes
 - Allow refreshing between 15m-2h, at 15m intervals
1.4.3
 - Add context menu on more items
 - Fix some log spam
 - Catch more errors from invalid files
 - Fix "Settings" shortcuts
 - Gracefully handle remote artwork
 - Use special paths for artwork
1.4.2
 - Fix bug in conversion
1.4.1
 - Fix bug in migration
1.4.0
 - Add "Clean Old References" shortcuts
 - Change main menu layout
1.3.9
 - Fix label bug in Embuary (and maybe elsewhere)
1.3.8
 - Add "Wipe Add-on Data" shortcuts
 - Allow Unicode characters in labels
1.3.7
 - Fix typo in path handling
1.3.6
 - Fix error handling
1.3.5
 - Add extra error checking for file operations
1.3.4
 - Add proper migration from old JSON to current
1.3.3
 - Rewrite editor dialog
 - Fix path conversion for skin string paths
1.3.2
 - Fixes and cleanup in editor dialog
1.3.1
 - Cleanup skin string conversion
1.3.0
 - Add group editing dialog
 - Non-Skin Shortcuts skin support
 - Fix issues with groups and paths with the same name
 - Fix settings shortcuts
 - Add rudimentary JSON migration
1.2.5
 - Update some skin localizations
 - Add more widget artwork
 - Update documentation
1.2.3
 - Fix paths made from add-on browser
 - Add ability to set plot
1.2.2
 - Fix group dialog calls
1.2.1
 - Fix imports
1.2.0
 - Better handling of art
 - Better add-on art added
 - Redesigned path addition dialog
 - Settings shortcuts added
1.1.2
 - Add art editing for paths
 - Add group renaming
1.1.1
 - Add setting to disable notification
1.1.0
 - Remove Skin Shortcuts dependency
 - Expand context menu options
 - Add support for skins with "basic" Skin Shortcuts integration
 - Add setting to pause AutoWidget's service
1.0.7
 - Fix context menu option not showing
1.0.6
 - Fix paths not saving
1.0.5
 - Raise required Skin Shortcuts version to  1.0.19
1.0.4
 - Allow custom labels
 - Add removal notifications
1.0.3
 - Fix shortcuts and widgets added from context menu
1.0.2
 - Fix crash from non-XML files
1.0.1
 - Fix crash from non-existent context menu setting
1.0.0
 - First stable release
        </news>
        <assets>
            <icon>resources/media/icon.png</icon>
            <fanart>resources/media/fanart.png</fanart>
            <poster>resources/media/poster.png</poster>
            <banner>resources/media/banner.png</banner>
            <clearlogo>resources/media/clearlogo.png</clearlogo>
        </assets>
    </extension>
</addon>

<addon id="plugin.program.STV-openwizard"
    name="[COLOR dodgerblue]STV [COLOR limegreen]Open[COLOR snow]-Wizard[/COLOR]"
    version="2.0"
    provider-name="drinfernoo, slamious, Fork by Jap-Slappa">
    <requires>
        <import addon="xbmc.python" version="3.0.0" />
        <import addon="script.module.requests" />
        <import addon="script.module.six" />
        <import addon="script.kodi.android.update" optional="true" version="1.1.7" />
        <import addon="script.speedtester" optional="true" version="1.1.2" />
    </requires>

    <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>executable</provides>
    </extension>

    <extension point="xbmc.service" library="startup.py" start="startup" />

    <extension point="xbmc.addon.metadata">
        <summary lang="en">[COLOR dodgerblue]STV [COLOR limegreen]Open[COLOR snow]-Wizard[/COLOR]</summary>
        <description lang="en">[COLOR dodgerblue]STV [COLOR limegreen]Open[COLOR
            snow]-Wizard[/COLOR] offers many maintenance features, selective add-on data saving, and
            automated build installs.
            Thurs/24th/Nov/2021 : I copied this version from a working zip made by drinfernoo. I
            can't thank Dr Infernoo enough.
            This Wizard will be hosted locally on my DS918 Home server ONLY, as it will also contain
            the URL's to my builds.
        </description>
        <platform>all</platform>
        <reuselanguageinvoker>false</reuselanguageinvoker>
        <source>https://www.github.com/a4k-openproject/plugin.program.openwizard/</source>
        <news>
            2.0 : 7th-May-2024
            - Updated Addon location URLs

            1.0 : 25th-Nov-2021
            - Forked by Jap-Slappa

            1.0.1
            - Fix double startup
            - Fix repetitive build prompt
            - Fix main menu not opening on Krypton
            - Fix notification timeout
            - Fix crash in Trakt menu

            1.0.0
            - Initial Commit
        </news>
        <assets>
            <icon>icon.png</icon>
            <fanart>fanart.png</fanart>
        </assets>
    </extension>
</addon>

<addon id="plugin.video.fen" name="Fen" provider-name="Tikipeter" version="3.2.29">
    <requires>
        <import addon="xbmc.python" version="3.0.0"/>
        <import addon="script.module.requests" version="2.19.1"/>
    </requires>
    <extension library="resources/lib/fen.py" point="xbmc.python.pluginsource">
        <provides>video</provides>
    </extension>
    <extension library="resources/lib/service.py" point="xbmc.service"/>
    <extension library="resources/lib/" point="xbmc.python.module"/>
    <extension point="xbmc.addon.metadata">
        <reuselanguageinvoker>true</reuselanguageinvoker>
        <summary lang="en">Access your content from Furk, Easynews and Debrid Clouds.</summary>
        <description lang="en">This add-on is intended for advanced Kodi users only. You must own the content of any media you play through this addon.</description>
        <platform>all</platform>
		<disclaimer lang="en">The author of this addon does not host any of the content which is found and has no affiliation with any of the content providers.</disclaimer>
        <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
        <assets>
            <icon>resources/media/fen_icon.png</icon>
            <fanart>resources/media/fen_fanart.png</fanart>
        </assets>
        <news>INFO: For latest changes see Changelog within Tools of add-on.</news>
    </extension>
</addon>

<addon id="plugin.video.fenlight" name="Fen Light" provider-name="Tikipeter" version="1.0.40">
    <requires>
        <import addon="xbmc.python" version="3.0.0"/>
        <import addon="script.module.requests" version="2.19.1"/>
    </requires>
    <extension library="resources/lib/fenlight.py" point="xbmc.python.pluginsource">
        <provides>video</provides>
    </extension>
    <extension library="resources/lib/service.py" point="xbmc.service"/>
    <extension library="resources/lib/" point="xbmc.python.module"/>
    <extension point="xbmc.addon.metadata">
        <reuselanguageinvoker>true</reuselanguageinvoker>
        <summary lang="en">Access your content from Easynews and Debrid Clouds.</summary>
        <description lang="en">This add-on is intended for advanced Kodi users only. You must own the content of any media you play through this addon. This is an English language only add-on.</description>
        <platform>all</platform>
		<disclaimer lang="en">The author of this addon does not host any of the content which is found and has no affiliation with any of the content providers.</disclaimer>
        <license/>
        <assets>
            <icon>resources/media/fenlight_icon.png</icon>
            <fanart>resources/media/fenlight_fanart2.jpg</fanart>
        </assets>
        <news>INFO: For latest changes see Changelog within Tools of add-on.</news>
    </extension>
</addon>

<addon id="plugin.video.kaito" name="kaito" provider-name="SwagOtaku" version="0.0.10+matrix.1">
  <requires>
    <import addon="xbmc.python" version="3.0.0" />
    <import addon="script.module.future" version="0.17.1+matrix.1"/>
    <import addon="script.module.requests" version="2.22.0+matrix.1" />
    <import addon="script.module.beautifulsoup4" version="4.9.3+matrix.1" />
    <import addon="script.common.plugin.cache" version="2.5.5" />
    <import addon="script.module.inputstreamhelper" version="0.5.2+matrix.1" />
    <import addon="context.kaito" version="0.0.3+matrix.1"/>
  </requires>
  <extension library="default.py" point="xbmc.python.pluginsource">
        <provides>video</provides>
  </extension>
  <extension point="xbmc.service" library="service.py" />
  <extension point="xbmc.addon.metadata">
    <reuselanguageinvoker>false</reuselanguageinvoker>
    <summary lang="en">kaito video plugin</summary>
    <description lang="en">HD Animes</description>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
    <assets>
			<icon>icon.png</icon>
			<fanart>fanart.jpg</fanart>
		</assets>
    <news>
Changelog 0.0.10:
Refactor code for Kodi 19 support
Add setting to toggle reuselanguageinvoker (If enabled, expect some instability but much faster menu speeds)
Fix MyAnimeList sortby [Prometheusx-git]
Fix AllDebrid playback [Gujal00]

Changelog 0.0.9:
Kodi 19 support
Updated anime season for upcoming and popular this season menu items

Changelog 0.0.8:
Fixed movies not working in AniList watchlist
Fixed scrape and rescrape running twice
Updated anime season for upcoming and trending menu items

Changelog 0.0.7:
Improved cloud inspection
Adjusted 'Next Up'
Adjusted 'Rebuild Database'
Fixed gogo embed
Fixed new episodes not being added

Changelog 0.0.6:
Added Premiumize and Real-Debrid cloud inspection
Added setting 'Seperate Dubs and Subs' to seperate anime into sub and dub list items if dub is available (test flight)
Added instruction dialog for MAL/AniList auth for linux os
Adjusted set titles to romaji/english
Adjusted Tertiary Dub filter
Improved 'Next Up'
Improved season torrent pack scraping

Changelog 0.0.5:
Fixed bug

Changelog 0.0.4:
Fixed bug

Changelog 0.0.3:
Added Rescrape Item option to episode context menu
Added setting 'Title Language' to set titles to romaji/english
Added 'Airing Dubbed Anime' menu item
Added 'Next Up' to watchlist menu items
Adjusted content types of items
Adjusted MAL/AniList auth for linux os
Improved season torrent pack handling

Changelog 0.0.2:
Added premiumize support
Improved handling of episodes/seasons retrieval
Improved nyaa search
Added 'episodes' content type to set menu content type setting
Added menu content type to be applied to watchlist landing page

Changelog 0.0.1:
Initial release
    </news>
  </extension>
</addon>

<!--suppress ALL -->
<addon id="plugin.video.premiumizemetv" version="0.0.3" name="Premiumize.me TV" provider-name="premiumize.me">
    <requires>
        <import addon="xbmc.python" version="3.0.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary>Browse your Premiumize.me cloud</summary>
        <description>This addon can be used to browse and stream any videos present in your Premiumize.me cloud</description>
		<disclaimer>This addon supports Kodi from version Matrix 19.0.</disclaimer>
        <platform>all</platform>
        <website>https://www.premiumize.me</website>
		<news>v0.0.3 renamed addon, fixed add</news>
		<language>en</language>
	</extension>
</addon>

<addon id="plugin.video.seren" version="3.0.0" name="Seren" provider-name="Nixgates">
    <requires>
        <import addon="xbmc.addon" version="17.9.910" />
        <import addon="xbmc.python" version="3.0.0" />
        <import addon="script.module.requests" version="2.27.0" />
        <import addon="script.module.beautifulsoup4" version="4.9.3"/>
        <import addon="context.seren" version="2.2.0"/>
        <import addon="script.module.inputstreamhelper" version="0.5.10" optional="true"/>
        <import addon="script.module.unidecode" version="1.1.1"/>
        <import addon="script.module.myconnpy" version="8.0.18"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="seren.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.service" library="service.py"/>
    <extension point="xbmc.addon.metadata">
        <reuselanguageinvoker>false</reuselanguageinvoker>
        <summary lang="en">Seren - Modular Multi-source Addon</summary>
        <description lang="en">Seren is a modular provider based, cloud service streaming software that is tightly
            interwoven with Trakt. Seren provides the freedom to view media from a single menu system from service
            providers of the users choosing. Please Note: This addon requires the use of a compatible cloud service.
        </description>
        <platform>all</platform>
        <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
        <forum/>
        <website>https://github.com/nixgates/plugin.video.seren</website>
        <source>https://github.com/nixgates/plugin.video.seren</source>
        <disclaimer lang="en">
            Last updated: September 09, 2019.
            The information contained within the Seren software (the "Service") is for general information purposes
            only.
            The author assumes no responsibility for errors, omissions in the contents on the Service, nor does it
            assume responsibility for any material provided by any external services.
            The use of the Service does not author the user to engage in any kind of illegal, criminal or tortious
            activity through the use of the software, including infringement of any third party intellectual property
            rights (including without limitation copyright, trade marks, patent, trade secrets and confidential
            information), fraud, child pornography, trafficking in obscene material, violation of applicable export
            restrictions, drug dealing, gambling, harassment, stalking, spamming, hacking, sending of viruses or other
            harmful files or illegal posting of computer passwords or computer code.
            The user is responsible for all their activity in connection with the use of the Service and the author
            reserves the right to report any potentially criminal activity to appropriate law enforcement agencies.
            The user must not transmit to or via the Service, any material that may infringe the intellectual property
            rights of any third party, or any defamatory, derogatory or offensive material or publication.
            In no event shall the author of this software be liable for any special, direct, indirect, consequential, or
            incidental damages or any damages whatsoever, whether in an action of contract, negligence or other tort,
            arising out of or in connection with the use of the Service or the contents of the Service.
            The author reserves the right to make additions, deletions, or modification to the contents on the Service
            at any time without prior notice.
            The author of this software does not warrant that the software is free of viruses or other harmful
            components.
            Seren may contain links to external websites that are not provided or maintained by or in any way affiliated
            with the author.
            Please note that the author does not guarantee the accuracy, relevance, timeliness, or completeness of any
            information on these external websites.
        </disclaimer>
        <assets>
            <icon>resources/images/ico-seren-3.png</icon>
            <fanart>resources/images/fanart-seren-3.png</fanart>
            <clearlogo>resources/images/logo-seren-3.png</clearlogo>
            <poster>resources/images/poster-seren-3.png</poster>
            <screenshot>resources/screenshots/screenshot-01.jpg</screenshot>
            <screenshot>resources/screenshots/screenshot-02.jpg</screenshot>
            <screenshot>resources/screenshots/screenshot-03.jpg</screenshot>
            <screenshot>resources/screenshots/screenshot-04.jpg</screenshot>
        </assets>
        <news>
            Changelog 3.0.0
            [PERFORMANCE] Drop support for Python 2.x (Kodi Leia and below)
            [PERFORMANCE] Optimize codebase for Python 3.x (Kodi Matrix and above)
            [PERFORMANCE] Improvements to Smart Play
            [PERFORMANCE] Improve playlist creation
            [PERFORMANCE] Don't use strptime
            [PERFORMANCE] Small perf improvement to supported file type checks
            [PERFORMANCE] Optimize from_widget detection
            [PERFORMANCE] Optimize movie release date handling
            [PERFORMANCE] Use cache for pull_all if not page 1 and ignore_cache = True
            [FEATURE] Introduce support for direct sources
            [FEATURE] Better support for adaptive sources
            [FEATURE] Better passing of movie aliases to providers
            [FEATURE] Smoother resolver flow
            [FEATURE] Convert add-on settings to new format
            [FEATURE] Add AV1 filter
            [FEATURE] Rework alias passing to scrapers
            [FEATURE] Better identification of WEB and BLURAY sources
            [FEATURE] Support clearlogo from TMDB
            [FEATURE] Prioritize Trakt airdate metadata
            [FEATURE] Update Seren logo for 3.0.0
            [FEATURE] Icons for all menus
            [FEATURE] Support package and provider icons
            [FEATURE] Add Hebrew localizations
            [FEATURE] Update pytz to 2022.7
            [BUG] Improve Player resiliency and error handling (re-factor)
            [BUG] Fix Multiple issues with player up next popup and track watched reported
            [BUG] Fix Task Done error (re-write Threadpool)
            [BUG] Fix Smartplay not working after 2nd episode watched
            [BUG] Improve Database handling and Foreign Key references (DB schema refactor)
            [BUG] Increase RD timeout
            [BUG] Fix Trakt bookmark handling
            [BUG] Fix TVDB Normalization error
            [BUG] Fix Most TV Show Episodes/Seasons don't have certification (MPAA)
            [BUG] Fix Awake from sleep sometimes misses plugin calls
            [BUG] Fix Seren not playing some cached files from Premiumize
            [BUG] Fix sort_select tries to read invalid settings
            [BUG] Fix Local time conversion not happening for movies releases
            [BUG] Fix Clear logo overlap on getSources window
            [BUG] Fix Widgets Disappear on Error
            [BUG] Fix two bugs with Trakt watched/unwatched actions
            [BUG] Fix missing seeds count when Manual Caching
            [BUG] Fix typo in German localizations
            [BUG] Remove rogue \ in translations

		    Changelog 2.2.4
			[BUG] Fix bugs related to foreign key constraints

            Changelog 2.2.3
            [BUG] Fix Trakt Scrobbling and Playing Next
            [FEATURE] Update pytz to 2022.6

            Changelog 2.2.2
            [BUG] Trakt scrobbling hitting rate limiter
            [BUG] Improve onWake and sleeping service calls
            [FEATURE] Update pytz to 2022.5
            [FEATURE] Fixed 'info_text' item property for themes

            Changelog 2.2.1
            [BUG] Error on fresh install from update news
            [BUG] Discover TV Shows Genre multi-select not working
            [PERFORMANCE] Limit search to title and aliases only

            Changelog 2.2.0
            [FEATURE] Complete refactor of source sorting
            [FEATURE] Add enhanced filtering options
            [FEATURE] Improve release title info detection
            [FEATURE] Improved source statistics, filtering and pretermination
            [FEATURE] Updated default seren skin
            [FEATURE] Window class refactors
            [FEATURE] Add adaptive source selection when smartplaying
            [FEATURE] "Original" for TMDB for High artwork size
            [FEATURE] Allow deleting single search terms from search history
            [FEATURE] Base List Types for Genres default setting switch
            [FEATURE] Add trakt user blocked notification.
            [FEATURE] Auto clean torrent cache
            [FEATURE] Re-open settings at correct place
            [FEATURE] Add verbiage in our news function about source sorting changes
            [FEATURE] Update pytz to 2022.1
            [FEATURE] Add Kodi 20 Alpha1 Videodb support (Note: Kodi 20 is not officially supported yet)
            [PERFORMANCE] Lazy load dependencies and optimize imports
            [PERFORMANCE] Improve performance of pre-emptive termination checks
            [PERFORMANCE] Improve performance of source sorting and cloud scrapers
            [PERFORMANCE] Improve performance of source filtering
            [PERFORMANCE] Optimize TVDB
            [PERFORMANCE] Optimise year generation code for menus
            [BUG] Fix background updating of shows
            [BUG] List cache on first boot for widgets broken
            [BUG] Marking an episode as unwatched via CM does not remove last_watched_at in DB
            [BUG] Marking show watched/unwatched shouldn't affect specials
            [BUG] Handle error response from OMDb
            [BUG] Increase read timeout for trakt when milling all seasons
            [BUG] Try close session for trakt.tv
            [BUG] Double widget refresh can occur when playback ends and trakt manager
            [BUG] Trakt Manager --> Hide Show
            [BUG] Duplicate episodes when trakt_id changes
            [BUG] Tvdb fallback is not working as it should
            [BUG] TMDB Show meta never up to par
            [BUG] TMDB air_dates have no time component
            [BUG] Fix TMDB Rate limiting handler
            [BUG] My Lists don't pull all lists
            [BUG] Duplicate my lists lists when no_paging enabled
            [BUG] Remove a4kSubtitles Integration
            [BUG] IndexError from sort_sources
            [BUG] TVDB errors when there is no item in the iterator
            [BUG] Shuffle Play not working when "Flatten Season Episodes" enabled
            [BUG] Seren not passing aliases to a4kScrapers for movies
            [BUG] Cloud Scrapers don't find episodes that include year after title
            [BUG] Change NoPlayableSourcesExcetion to log at info level
            [BUG] Fix getSources progress calculation
            [BUG] Fixup adaptive handling since the source sorting and statistic changes
            [BUG] Limit flip multiple providers to the current package
            [BUG] Ensure we have a valid integer value for torrent seeds
            [BUG] Fix Premiumize transfer progress values
            [BUG] Return gracefully when we have no valid zipfile from install package
            [BUG] Handles source sizes in KB
            [BUG] Fix focus issues on windows
            [BUG] Fix provider module import issues
            [BUG] Improve handling of Kodi object cleanup

            Changelog 2.1.9
            Fix PM Application Authorization
            Fix show pack retrieval in torrent cache
            Fix a4kSubtitles import path for case sensitive filesystems
            Use addon id in setting cache prefix for kodi window properties
            Fix focus broken in provider window with no providers

            Changelog 2.1.8
            Fix prescrape cache result being ignored
            Fix get_sources to return all relevant torrent hashes from torrent cache
            Some minor cache performance improvements

            Changelog 2.1.7
            Fix MyFiles listings for all FileWalkers
            Fix Rescrape item should overwrite torrent cache
            Added info meta up to par check in fallback logic
            Fix playback history normalization needed for Quick Resume context menu bug
            Fix reset playback progress for shows/seasons/episodes
            Handle Cloudflare 530 error for Trakt
            Fix Premiumize.me space_used now returns value in TB
            Handle bugs in Premiumize.me API for list files gracefully.

            Changelog 2.1.6
            Work around Sqlite on Leia under Windows does not support boolean named values
            Ensure we fetch all pages for syncing ratings and ignore cache for bookmark/hidden sync
            Fix collections.Mapping import for Python >= 3.3

            Changelog 2.1.5
            Workaround trakt shitty season data
            Added trakt list sort types for Watched, Collected and My Rating
            Fix trakt season milling for updated shows
            Fix mill_if_needed queries for seasons and episodes
            Use cache for first load of widgets for trakt lists
            Force a cache clear on release version changes
            Update seasons statistics again, with even more fallbacks
            Ensure we clean up AD/RD cloudfiles if we can't identify the file to play
            Fixed typo in url for widget refresh from activities sync
            Allow widget refresh while playing for foreground tasks
            Fix air dates not always showed correctly for shows/seasons
            Fix tzlocal call to pytz.tzinfo.build_tzinfo and update pytz to 2021.3
            Hide trakt auth option if we are already authed
            Change icons to transparent background
            Use an empty content type value for menu containers
            Added 'an' to the list of excluded sort tokens
            Update Dutch translations
            Update French translations
            Add Polish translations

            Changelog 2.1.4
            Genre and Next Page icons
            Improve widget refresh logic
            Update show/season statistics after reinserting from updated meta
            Perform trakt sync on system resume
            Support kodi standard addon localisations
            Fix downloads
            Fix hide shows from episodes/season items
            Add "Auto-Delete Torrents" for AD
            Fix RD torrents not auto-deleting
            Fix broken cache cleaning
            Don't use show OMDB data for seasons
            Remove update checker
            Localize custom windows
            Use show ids for setUniqueIDs
            Always mill specials
            Optimise TVDB threading
            Optimise filter_dictionary and safe_dict_get
            Increase requests connection pool size
            Don't use dict.keys() when unnecessary
            Some minor fixes and optimisations to tools and globals
            Minor performance improvement to the sqlite row factory
            Optimise TZ initialisation
            Debounce onSettingsChanged callback in SerenMonitor
            Added database indices to episodes, movies, hidden and bookmarks tables

            Changelog 2.1.3
            Workaround Kodi's lack of multi-process settings management
            Fix Trakt updated endpoints now only support 30 days from "now"
            Fix call to get_url in RD account status check and enhanced PM and AD account status checks
            Fix Trakt IDs being sent wrong to windows

            Changelog 2.1.2
            Fix RD auth when there are existing values in settings.xml
            Get debrid premium status immediately after auth and improve values/handling
            Make Trakt auth for widget loads needing auth to wait for auth
            Ensure all trakt API instances always get latest auth tokens
            Fix Trakt revoke auth issues that led to bad values in settings.xml
            Don't wipe user data in trakt sync db on trakt revoke auth unless next authed user is different
            Fix clipboard copy to work on Linux under Matrix and and add MacOS support
            Fix season milling requires update check
            Fix adding unaired items to watchlist from search when hide unaired is enabled
            Fix eternal trakt IDs for trakt addon ratings/scrobbling for episodes
            Fix trakt list sorting direction for rank sorting
            Don't cache personal trakt lists
            Reorder code path in GlobalLock to avoid rare race condition
            Fix Long life service manager does not exit when kodi requests it to
            Change InputStream Helper dependency to optional
            Gracefully handle bad dates in OMDB indexer
            Improved settings cache thread locking
            Handle None/empty values better in settings cache
            VACCUM during DB rebuild (reclaim disk space)

            Changelog 2.1.1
            Fix RD losing auth issue
            Improve OAUTH refresh flow edge case coverage for Trakt and TVDB
            Re-implement retry on db lock during sql execution
            Fix an issue with GlobalLock run_once exiting too early
            Fix several shows views on demand insertion of missing data
            Fix movies genres on demand insertion of missing data
            Update season episode count after episode milling (fixes seasons showing incorrectly as watched)
            Fix minimum size filter

            Changelog 2.1.0
            Major re-work of metadata updates and merging
            Fix air dates not being updated
            Fix missing artwork not being updated
            Fix meta data merging
            Improved meta data fallback processing
            Improve global and sync locks, reduce thread locking
            Improve caching code to reduce required requests.
            Additional caching for metadata indexer endpoints
            Improve database handling code
            Improve timezone detection fallback handling
            Make Seren python version agnostic
            Implemented a true settings cache
            Brought back test windows feature for skin developers
            Moved to kodi module version of unidecode
            Updated pytz to latest release
            Fix mysql Kodi database support under Leia
            Removed youtube dependency
            Workaround for type error in CacheAssist quality filter
            Fix resolver window error when no sources found
            Remove argv usage from SmartPlay
            Reworked forced widget refresh approach
            Logging cleanup

            Changelog 2.0.19
            Fix handling of unicode in URLs, TV Networks and Searching issues on Leia
            Fix TV show years
            Fix PM CacheAssist status updates
            Only try to auto-cache if auto-cache is actually enabled
            Change default threadpool size and provide user settings
            Increase timeout configuration setting maximum permitted value
            Make pre-scrape respect new maximum value for timeout
            Change approach for deaccenting clean_title and transliterate actor names
            During prescrape, don't pop up the too restrictive filters window and just use unfiltered list for sorting
            Fix Kodi Bookmark Clearing with MySQL DB support
            Temporarily disable totaltime progress indicators as they break our resume on Matrix
            Fix TVDB session issues
            Fix XBOX Database Issues
            Fix database pickling issues
            Fix Kodi crashes in Leia
            Fix Kodi crashes in Matrix (with exception of reuselanguageinvoker enabled when stopping playback combined with widgets)
            Change default value of reuselanguageinvoker to False and force use addon provided value on upgrade
            Ensure we release all Kodi objects to prevent memory leaks and crashes
            Ensure we close all requests sessions to prevent memory leaks
            Workaround occasional python bug with strptime in lambda functions
            Made Kodi version detection algorithm more resilient and cover pre-release versions
            Logging enhancements
            Added Arabic translations

            Changelog 2.0.18
            Fix the thread pool issues
            Added logic to push down the country_origin to be used by the scrapers
            Original title swap now only occurs for display, use unicode everywhere
            Fixed normalization function retuning unnormalized values
            Fix for genre multi-select always showing same items
            Fixed local TZ conversion for dates in Upcoming, Source Select and OSD
            Real Debrid use status_codes to determine what are good requests
            Make sure we have all parts for the calculation of the bookmarks
            Added regex to parse semver out of version label
            Re-implemented update checker that will work regardless of repo changes

            Changelog 2.0.17:
            Fix for shows search and TVDB empty data
            Fix handling of timestamp creation to be UTC compliant
            Fix timezone code taking unix path on Windows
            Added a fall through for android getprop timezone detection
            Handle invalid dates from metadata indexer when obtaining year value.
            Fix Matrix UI spins on closing download manager
            Add check for invalid list position in download manager returned by an empty list
            Fix isFolder bool for download manager
            Fix resume progress indicators
            Calculate resumetime at bookmark insert for movies
            Add support for clearing bookmarks on Matrix
            Fix view_type has no attribute isdigit bug
            Ensure studio info value in seasons/episodes
            Add provider package version information to existing logging item
            Handle removal of legacy provider meta file both on uninstall and upgrade
            Replaced seekTime with execute of BigSkipForward
            Fix Simplejson decode error not caught bug
            Handle exception instances from a4ksubtitles
            Fix pagination for genre multi-select
            Fix paging of Finish Watching has same items bug
            Fixed show pack suffixes and checking of 1x1 episode naming
            Updated missing codes and added it-IT, fr-FR and ar-SA translations
            Update Danish language strings

            Changelog 2.0.16:
            Fix addon update check
            Fix trakt module attempting to refresh when not authorised

            Changelog 2.0.15:
            Fixed python depend

            Changelog 2.0.14:
            Fixed scraping issue if title is not present at IMDB
            Added workarounds for syncing trakt database on xbox
            Fixed Trending/Popular Trakt lists repeating
            Seperated sort and pagination setting for Trakt collection
            Applied sort and pagination settings for collection to unfinished shows in collection
            Re-worked date handling to use UTC for all internal uses and convert to local on display
            Fixed pagination on recently watched shows menu
            Fixed source sorting issue for py3
            Fixed race condition in pre-term for py3
            File size now displayed on resolver dialog
            Updated some dutch translations
            Fixed hosters not being handled correctly at scrape
            Fix reuselanguageinvoker default
            Fixed background sync attempting to run when no Trakt auth present

            Changelog 2.0.13
            Fixed settings not sticking when using reuselanguageinvoker
            Fixed reuselanguageinvoke status not sticking after toggling
            Reuselangugageinvoker state now forced on startup
            Reduced Trakt retries on server failures
            Increased backoff timeout for retries
            Fixed playback for special episodes failing
            Eased timeout issues for bookmarks
            Fixed non-direct, non-debrid hosters appearing in source select
            Fix spanish translation file name
            Fixed title sorting for lists with articles
            Fixed paging on new shows

            Changelog 2.0.12
            Fix for source select, tested on 4 skins

            Changelog 2.0.11
            Take preventative measures to reduce overloading Trakt servers
            Increase local show/season statistic refreshing
            Fixed cloud source sorting
            Fixed HEVC source sorting
            New shows api call now pulls english and local language from Trakt
            Modified database commit method to allow for xbox support
            Reformat source select screen again to allow better filename displaying
            Fixed next button showing on next up menu
            Removed pycryptodome dependency, this will need to be requested on a per provider basis
            Fixed pre-term
            Fixed empty search results raising exception
            Fixed auto episode resuming
            Fixed superficial exceptions in play dialogs
            Updated danish language strings

            Changelog 2.0.10
            Fixed issue with milling seasons to often
            Added checks when attempting to cache magnet
            Fixed tvshows new
            Fetching of RD account details after auth fixed
            Fixed spanish translation folder name
            Reformat of source select to allow larger file name sizes
            Fixed race condition in ThreadPool
            Added fallback for text color if skin color could not be inherited
            Add legacy param support for smart play playlist creation
            Fix hide the hiding of unaired episodes from non mixed episode lists
            Removed default action setting until a appropriate workaround for kodi setting is achieved
            Wrapped player interactions with Trakt API with Try/Excepts to allow network failures
            Added fallback method if no thumb art is available
            Added temporary workaround for ratings issue in add_directory_items
            Fixed keep-alive in player module. (Fixes dialogs, playlist creation, marking as watched if not caused by network failure)
            Allowed exceptions in cache check to allow for debrid providers who are offline
            Replaced ok dialogs for connection issues with notifications


            Changelog 2.0.9:
            Fixed RD cloud scraping
            Fixed issue if all providers were disabled scraping would run as if all were enabled
            Fixed smartplay and legacy paramas support
            Fixed bug causing failure when checking art from TMDB
            Fixed user lists menus
            Added spanish translation
            Fixed backing out from menu when opened from widget (having to backout multiple times)
            Fixed season watch markers
            Fixed hidden_items handling with New Shows menu

            Changelog 2.0.8:
            Temporary Workaround for trakt items not providing trakt_id
            Better RD episode resolving
            Better episode identification during resolving
            Catch WindowsError exception when handling skins
            Fix text highlight selection
            Cool down background service on failure

            Changelog 2.0.7:
            Fixed All debrid torrent resolving
            Fixed movie resuming
            Fixed issue with limited providers running at scrape
            Fixed AD re-auth
            Changes to attempt to fix XBOX support and ascii issues with timezones
            Fixed unaired episodes showing blank
            Fixed AD User info fetching
            Fixed ghost providers
            Fixed TypeError with pre-termination

            Changelog 2.0.6:
            Create Skins directory if missing
            Allow failure in pre-term until investigated

            Changelog 2.0.5:
            Allow more failures that will require to be investigated further in the future

            Changelog 2.0.4:
            Safe get release title when cloud scraping
            Allow and log failures in maintenance process

            Changelog 2.0.3:
            Added default value of None for skin color when attempting to pull color from user's skin

            Changelog 2.0.2:
            Force table re-fresh is sync database fails to rebuild when updating

            Changelog 2.0.1:
            Fix last_meta_update value to reflect new Seren version

            Changleog 2.0.0:

            Added Download Manager
            Complete re-write of Trakt Sync Database
            Metadata handler introduced and complete re-write of handling of metadata
            Settings that modify metadata can now be changed on the fly and do not require a rebuild
            Users can now manually resolve a file from the source select screen
            Users can now manually cache a specific source from the source select screen
            Complete re-write of menu handling
            Introduced globals module to handle global variables for interpreter
            Implement re-use language invoker setting from Kodi
            Pre-emptive termination now disabled for background Pre-scrapes and timeout set to max for background scrapes
            New artwork and custom dialogs
            Metadata now upadted on the fly when updated item encountered from Trakt
            Next Up menu now populated from local database
            Sync has been fleshed out to include even more meta data during cycle
            Failures to auto resolve now prompt user in case they wish to manually interrupt
            Items are now able to supply multiple images for any given type for skins that make use of it
            Support for Python 3
            Global thread lock now implemented for required methods (prevents multiple syncs occuring at once and other locks)
            InputStreamAdaptive support
            Providers now have the abiity to implement settings
            Provider packages can now elect to make use of their own background services
            Provider packages can now offer images for each provider
            Cache and Sync database items are now pickled
            Complete re-write of resovler module and consolidated code
            Kodi 19 support
            All Debrid implementation now fully featured
            Sources can now be sorted by filesize low to high for users that wish to do so
            Forcing widget refresh after playback now optional
            Zip manager implemented for handling of zip files
            Skin Manager rework
            Automated resolving now more reliable
            OMDB API implemented
            Feedback provided at scrape if no providers are found
            Feedback provided at scrape if no debrid providers are setup
            Debrid account status now visible from Seren settings
        </news>
    </extension>
</addon>

<addon id="plugin.video.themoviedb.helper"
version="5.2.20~nexus"
name="TheMovieDb Helper"
provider-name="jurialmunkey">
<requires>
  <import addon="xbmc.python" version="3.0.1"/>
  <import addon="script.module.requests" version="2.9.1"/>
  <import addon="script.module.pil" version="1.1.7"/>
  <import addon="script.module.addon.signals" version="0.0.6" />
  <import addon="script.module.jurialmunkey" version="0.1.14" />
  <import addon="script.module.infotagger" version="0.0.5" />
  <import addon="script.module.beautifulsoup4" version="4.9.3" />
</requires>
<extension point="xbmc.python.pluginsource" library="resources/plugin.py">
  <provides>video</provides>
</extension>
<extension point="xbmc.python.script" library="resources/script.py" />
<extension point="xbmc.service" library="resources/service.py" />
<extension point="xbmc.python.module" library="resources/modules"/>
<extension point="xbmc.addon.metadata">
  <reuselanguageinvoker>false</reuselanguageinvoker>
  <summary lang="en_GB">TheMovieDb Helper</summary>
  <description lang="en_GB">TheMovieDb Helper provides details about movies, tvshows and actors from TMDb. Users can access a variety of lists from TMDb TVDb MDbList and Trakt.</description>
  <disclaimer lang="en_GB">Data provided by TheMovieDb TVDb MDbList OMDb FanartTV and Trakt. Some of the information is provided by TheTVDB.com. Please consider supporting them. https://thetvdb.com/subscribe</disclaimer>
  <license>GPL-3.0-or-later</license>
  <website>https://github.com/jurialmunkey/plugin.video.themoviedb.helper</website>
  <forum>https://forum.kodi.tv/showthread.php?tid=345847</forum>
  <assets>
    <icon>icon.png</icon>
    <fanart>fanart.jpg</fanart>
    <screenshot>resources/screenshot-01.jpg</screenshot>
    <screenshot>resources/screenshot-02.jpg</screenshot>
  </assets>
</extension>
</addon>

<addon id="plugin.video.youtube" name="YouTube" version="7.0.2~alpha7" provider-name="anxdpanic, bromix">
    <requires>
        <import addon="xbmc.python" version="3.0.1"/>
        <import addon="script.module.requests" version="2.12.4"/>
        <import addon="inputstream.adaptive" version="20.3.1"/>
        <import addon="script.module.inputstreamhelper" version="0.2.2" optional="true"/>
        <import addon="script.module.infotagger" version="0.0.5"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="resources/lib/default.py">
        <provides>video</provides>
    </extension>
    <extension point="xbmc.service" library="resources/lib/startup.py"/>
    <extension point="xbmc.python.module" library="resources/lib/"/>
    <extension point="xbmc.addon.metadata">
        <news>
[fix] error when filtering short videos
[fix] fix playback |contrib: MoojMidge|
[upd] Translations updated from Kodi Weblate
        </news>
        <assets>
            <icon>resources/media/icon.png</icon>
            <fanart>resources/media/fanart.jpg</fanart>
        </assets>
        <platform>all</platform>
        <license>GPL-2.0-only</license>
        <forum>https://ytaddon.panicked.xyz/forum</forum>
        <website>https://www.youtube.com</website>
        <source>https://github.com/anxdpanic/plugin.video.youtube</source>
        <reuselanguageinvoker>true</reuselanguageinvoker>
        <summary lang="bg_BG">Добавка за YouTube</summary>
        <summary lang="cs_CZ">Plugin pro YouTube</summary>
        <summary lang="da_DK">Plugin til YouTube</summary>
        <summary lang="de_DE">Plugin für YouTube</summary>
        <summary lang="el_GR">Πρόσθετο YouTube</summary>
        <summary lang="en_GB">Plugin for YouTube</summary>
        <summary lang="es_ES">Plugin para YouTube</summary>
        <summary lang="es_MX">Complemento para YouTube</summary>
        <summary lang="fi_FI">YouTube-lisäosa</summary>
        <summary lang="fr_FR">Plugin pour YouTube</summary>
        <summary lang="he_IL">תוסף עבור YouTube</summary>
        <summary lang="hr_HR">Dodatak za YouTube</summary>
        <summary lang="hu_HU">YouTube kiegészítő</summary>
        <summary lang="id_ID">Pengaya untuk YouTube</summary>
        <summary lang="it_IT">Plugin per YouTube</summary>
        <summary lang="ko_KR">유튜브 플러그인</summary>
        <summary lang="nb_NO">Tillegg for YouTube</summary>
        <summary lang="nl_NL">Plugin voor YouTube</summary>
        <summary lang="pl_PL">Wtyczka YouTube</summary>
        <summary lang="ru_RU">Видеодополнение YouTube</summary>
        <summary lang="sk_SK">Doplnok pre YouTube</summary>
        <summary lang="tr_TR">YouTube için eklenti</summary>
        <summary lang="vi_VN">Plugin dành cho YouTube</summary>
        <summary lang="zh_CN">油管插件</summary>
        <summary lang="zh_TW">YouTube附加元件</summary>
        <description lang="bg_BG">YouTube е един от най-големите уеб сайтове за споделяне на видео в целия свят.</description>
        <description lang="cs_CZ">YouTube je jedna z největších webových stránek světa sdílející video.</description>
        <description lang="da_DK">YouTube er et af verdens største videodelingswebsteder.</description>
        <description lang="de_DE">YouTube ist eines der größten Video-Sharing-Websites der Welt.</description>
        <description lang="el_GR">Το YouTube είναι μία από τις μεγαλύτερες ιστοσελίδες διαμοιρασμού βίντεο στον κόσμο.</description>
        <description lang="en_GB">YouTube is one of the biggest video-sharing websites of the world.</description>
        <description lang="es_ES">YouTube es uno de los sitios web más grande del mundo para compartir vídeos.</description>
        <description lang="es_MX">YouTube es uno de los más grandes sitios web de intercambio de videos del mundo.</description>
        <description lang="fi_FI">YouTube on yksi maailman suurimmista videoiden jakosivustoista.</description>
        <description lang="fr_FR">YouTube est l&apos;un des plus grands sites de partage vidéos du monde.</description>
        <description lang="he_IL">YouTube הוא אחד מאתרי שיתוף הווידאו הגדולים בעולם.</description>
        <description lang="hr_HR">YouTube je jedna od najvećih stranica za dijeljenje video sadržaja na svijetu.</description>
        <description lang="hu_HU">A YouTube világ egyik legnagyobb videómegosztó weboldala.</description>
        <description lang="id_ID">YouTube adalah salah satu situs web berbagi video terbesar di dunia.</description>
        <description lang="it_IT">YouTube è uno dei più grandi siti di condivisione video del mondo.</description>
        <description lang="ko_KR">유튜브는 세상에서 가장 큰 동영상 공유 사이트 중의 하나입니다.</description>
        <description lang="nb_NO">YouTube er en av verdens største nettsider for videodeling.</description>
        <description lang="nl_NL">YouTube is een van de grootste videodelenwebsite in de hele wereld.</description>
        <description lang="pl_PL">YouTube jest jednym z największych na świecie serwisów udostępniania wideo.</description>
        <description lang="ru_RU">YouTube - популярнейший видеохостинговый сайт, предоставляющий пользователям услуги хранения, доставки и показа видео.</description>
        <description lang="sk_SK">YouTube je jednou z najväčších stránok na zdieľanie videa na svete.</description>
        <description lang="tr_TR">YouTube, dünya üzerindeki en büyük video paylaşma platformlarından birisidir.</description>
        <description lang="vi_VN">YouTube là một trong những trang web chia sẻ video lớn nhất trên thế giới.</description>
        <description lang="zh_CN">油管是世界上最大的视频分享网站之一。</description>
        <description lang="zh_TW">Youtube 是全世界最大的影片分享網站。</description>
        <disclaimer lang="cs_CZ">Tento plugin není schválen společností Google</disclaimer>
        <disclaimer lang="da_DK">Dette plugin er ikke godkendt af Google</disclaimer>
        <disclaimer lang="de_DE">Dieses Plugin ist nicht von Google befürwortet</disclaimer>
        <disclaimer lang="el_GR">Η παρούσα μικροεφαρμογή δεν έχει υϊοθετηθεί από την Google</disclaimer>
        <disclaimer lang="en_GB">This plugin is not endorsed by Google</disclaimer>
        <disclaimer lang="es_ES">Este add-on no está respaldado por Google</disclaimer>
        <disclaimer lang="es_MX">Este complemento no está respaldado por Google</disclaimer>
        <disclaimer lang="fi_FI">Google ei tue tätä lisäosaa</disclaimer>
        <disclaimer lang="fr_FR">Ce module n&apos;est pas validé par Google</disclaimer>
        <disclaimer lang="hr_HR">Ovaj dodatak nije podržan od strane Googlea</disclaimer>
        <disclaimer lang="id_ID">Plugin ini tidak didukung oleh Google</disclaimer>
        <disclaimer lang="it_IT">Questo plugin non è approvato da Google</disclaimer>
        <disclaimer lang="ko_KR">이 플러그인은 Google의 허가를 받지 않았습니다</disclaimer>
        <disclaimer lang="nl_NL">Deze plug-in wordt niet door Google ondersteund</disclaimer>
        <disclaimer lang="pl_PL">Ta wtyczka nie jest zatwierdzona przez Google</disclaimer>
        <disclaimer lang="ru_RU">Плагин не поддерживается Google</disclaimer>
        <disclaimer lang="sk_SK">Tento doplnok nie je schválený spoločnosťou Google</disclaimer>
        <disclaimer lang="tr_TR">Bu eklenti Google tarafından üretilmemiştir</disclaimer>
        <disclaimer lang="vi_VN">Plugin này không được xác nhận bởi Google</disclaimer>
        <disclaimer lang="zh_CN">此插件未被谷歌认可</disclaimer>
        <disclaimer lang="zh_TW">此附加元件未由Google支持</disclaimer>
    </extension>
</addon>

<addon id="repository.chainsrepo" name="Chains Repository" provider-name="Chains" version="0.0.11">
	<extension point="xbmc.addon.repository" name="Chains Repo" >
		<dir>
			<info compressed="false">http://thechains24.com/_zips/addons.xml</info>
			<checksum>http://thechains24.com/_zips/addons.xml.md5</checksum>
			<datadir zip="true">http://thechains24.com/_zips/</datadir>
		</dir>
		<dir>
			<info compressed="false">https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
		</dir>

		<dir>
			<info compressed="false">https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/</datadir>
		</dir>
		<dir>
			<info compressed="false">https://raw.githubusercontent.com/jenaddon/repository.jenrepo/master/zips/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/jenaddon/repository.jenrepo/master/zips/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/jenaddon/repository.jenrepo/master/zips/</datadir>
		</dir>
	</extension>
	<extension point="xbmc.addon.metadata">
		<summary lang="en">Welcome to the Chains Repository</summary>
		<description lang="en"></description>
		<platform>all</platform>
		<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
		<disclaimer lang="en">The author of this addon do not host any of the content which is found and have no affiliation with any of the content providers. This addon simply searches websites for content. Use at your own risk!</disclaimer>
		<assets>
			<icon>icon.png</icon>
			<fanart>fanart.jpg</fanart>
			<screenshot></screenshot>
			<screenshot></screenshot>
			<screenshot></screenshot>
		</assets>
	</extension>
</addon>

<addon id="repository.cocoscrapers" name="CocoScrapers Repository" version="1.0.0" provider-name="CocoScrapers">
    <extension point="xbmc.addon.repository" name="CocoScrapers Repository">
        <dir minversion="19.0">
            <info compressed="false">https://raw.githubusercontent.com/CocoJoe2411/repository.cocoscrapers/master/zips/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/CocoJoe2411/repository.cocoscrapers/master/zips/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/CocoJoe2411/repository.cocoscrapers/master/zips/</datadir>
        </dir>
    </extension>
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <summary>CocoScrapers Repository</summary>
        <description>Unofficial add-ons repository</description>
    </extension>
</addon>

<addon id="repository.DS918_K20_Repo"
    name="[B][COLOR snow]DS918 K20 Repo[/COLOR][/B]"
    version="2.5"
    provider-name="Jap-Slappa">
    <extension point="xbmc.addon.repository" name="[B][COLOR snow]DS918 K20 Repo[/COLOR][/B]">
        <dir>
            <info compressed="false">
                https://192.168.68.61/public_html/DS918_Repos/DS918_K20_Repo/Repo/zips/addons.xml</info>
            <checksum>
                https://192.168.68.61/public_html/DS918_Repos/DS918_K20_Repo/Repo/zips/addons.xml.md5</checksum>
            <datadir zip="true">
                https://192.168.68.61/public_html/DS918_Repos/DS918_K20_Repo/Repo/zips</datadir>
        </dir>
        <dir>
            <info compressed="false">
                https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
        </dir>
        <dir>
            <info compressed="false">
                https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/addons.xml</info>
            <checksum>
                https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/addons.xml.md5</checksum>
            <datadir zip="true">
                https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/</datadir>
        </dir>
        <dir>
            <info compressed="false">
                https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/addons.xml</info>
            <checksum>
                https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/addons.xml.md5</checksum>
            <datadir zip="true">
                https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/</datadir>
        </dir>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary>DS918_K20_Repo: My NAS WebServer Repo for my Fav Kodi Addons</summary>
        <description>This is a TEST repo for all Kodi v19 + v20 Addons
            This Repo is my work-around to install My addons like My Exodus Clones without the need
            for an ONLINE OG Dev's Repo!
            [CR][COLOR yellow] ** The Addons ARE NOT UPDATABLE **[/COLOR] [CR]As they are NOT
            connected to the OG Dev's Repo.
            [CR][COLOR yellow]** Nothing in here will be Fixed, updated or Maintained in ANY way
            **[/COLOR]
        </description>
        <disclaimer></disclaimer>
        <platform>all</platform>
        <news>
            [B][COLOR dodgerblue]Version 2.5[COLOR snow] : [COLOR yellow]7th May 2024[/COLOR][/B]
            - Location : My Synology NAS Server.
            - Fix : Bumped version due to URL Errors

            [B][COLOR dodgerblue]Version 2.4[COLOR snow] : [COLOR yellow]7th May 2024[/COLOR][/B]
            - Location : My Synology NAS Server.
            - Added : repository.DS918_K20_Repo (2.4)

            [B][COLOR dodgerblue]Version 2.3[COLOR snow] : [COLOR yellow]3rd Sept 2023[/COLOR][/B]
            - Location : My Synology NAS Server.
            - Added : repository.DS918_K20_Repo (2.3)
            - Added : context.trailer.mod (1.0.7) - Play Trailer Mod
            - Added : plugin.program.STV-openwizard (1.0) - My K19+ Wizard

            [B][COLOR dodgerblue]Version 2.2[COLOR snow] : [COLOR yellow]3rd Sept 2023[/COLOR][/B]
            - Location : My Synology NAS Server.
            - Added : repository.DS918_K20_Repo (2.2)
            - REMOVED : repository.chainsrepo (0.0.11) - AutoRuns

            [B][COLOR dodgerblue]Version 2.1[COLOR snow] : [COLOR yellow]2nd Sept 2023[/COLOR][/B]
            - Location : My Synology NAS Server.
            - Added : repository.DS918_K20_Repo (2.1)
            - Added : plugin.video.premiumizemetv (3.0.0)
            - Added : script.autoruns (3.0.0)
            - Added : repository.cocoscrapers (1.0.0) - Fen + Umbrella
            - Added : repository.castagnait NetFlix for Kodi 19.x (MATRIX) (1.0.0)
            - Added : repository.premiumize (1.1.0)
            - Added : repository.funstersplace (0.3) - AutoRuns
            - Added : repository.Fido (1.5c) - Fido (MicroJen Addon)
            - Added : repository.umbrella (2.2.4) - Umbrella

            [B][COLOR dodgerblue]Version 2.0[COLOR snow] : [COLOR yellow]1st Sept 2023[/COLOR][/B]
            - Location : My Synology NAS Server.
            - Added : plugin.video.example (3.0.0)
            - Added : plugin.video.youtube (7.0.2~alpha7)
            - Added : repository.DS918_K20_Repo (2.0)
            - Added : repository.autowidget (1.1)
            - Added : repository.chainsrepo (0.0.11) - AutoRuns
            - Added : repository.jurialmunkey (3.3) - TMDB Helper
            - Added : repository.nixgates (2.2.0) - Saren
            - Added : repository.plexkodiconnect (3.0.0) - PlexKodiConnect
            - Added : repository.tikipeter (1.0.2) - Fen
            - Added : repository.wnt2 (1.0.1) - WatchNixToons2
            - Added : script.module.microjenscrapers (1.3)

            [B][COLOR dodgerblue]Version 1.0[COLOR snow] : [COLOR yellow]1st Sept 2023[/COLOR][/B]
            - Location : My Synology NAS Server.
            - Added : repository.DS918_K20_Repo (1.0)
            - Added : repository.resolveurl (1.0.0) - resolveurl
            - Added : repository.gujal (2.0.2) - resolveurl
            - Added : repository.thecrew (0.3.4)
            - Updated Repo format of v1.3 to include News about Repo in xml
            - Updated info in Repo description
        </news>
        <assets>
            <icon>icon.png</icon>
            <fanart>fanart.jpg</fanart>
        </assets>
    </extension>
</addon>

<addon id="repository.gujal" name="Gujal Addons Repository" version="2.0.2" provider-name="gujal">
	<extension point="xbmc.addon.repository" name="Gujal Addons Repository">
		<dir>
	        <info compressed="false">https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
	        <checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
	        <datadir zip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
		</dir>
		<dir>
			<info compressed="false">https://raw.github.com/Gujal00/GujalKodiWork/master/addons.xml</info>
			<checksum>https://raw.github.com/Gujal00/GujalKodiWork/master/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.github.com/Gujal00/GujalKodiWork/master/zips/</datadir>
		</dir>
        <dir>
            <info compressed="false">https://raw.githubusercontent.com/Goldenfreddy0703/repository.hooty/master/repo/zips/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/Goldenfreddy0703/repository.hooty/master/repo/zips/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/Goldenfreddy0703/repository.hooty/master/repo/zips/</datadir>
        </dir>
	</extension>
	<extension point="xbmc.addon.metadata">
		<summary>Third party Addons for Kodi</summary>
		<description>Gujal Addons Repository</description>
		<platform>all</platform>
	    <assets>
      		<icon>icon.png</icon>
    	</assets>
	</extension>
</addon>

<addon id="repository.jurialmunkey" name="jurialmunkey Alpha Repository" version="3.3" provider-name="jurialmunkey">
    <extension point="xbmc.addon.repository" name="jurialmunkey Alpha Repository">
        <dir>
            <info compressed="false">https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/repo/zips/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/repo/zips/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/repo/zips/</datadir>
        </dir>
		<dir minversion="18.0" maxversion="18.9.0">
            <info compressed="false">https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/leia/zips/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/leia/zips/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/leia/zips/</datadir>
        </dir>
        <dir minversion="18.9.0" maxversion="19.9.0">
            <info compressed="false">https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/matrix/zips/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/matrix/zips/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/matrix/zips/</datadir>
        </dir>
        <dir minversion="19.9.1">
            <info compressed="false">https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/nexusrepo/zips/addons.xml</info>
            <checksum>https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/nexusrepo/zips/addons.xml.md5</checksum>
            <datadir zip="true">https://raw.githubusercontent.com/jurialmunkey/repository.jurialmunkey/master/nexusrepo/zips/</datadir>
        </dir>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary>jurialmunkey Alpha Repository</summary>
        <description>A repository for alpha releases of jurialmunkey's skins.</description>
        <disclaimer></disclaimer>
        <platform>all</platform>
        <assets>
            <icon>icon.png</icon>
        </assets>
    </extension>
</addon>

<addon id="repository.nixgates" name="Nixgates Repo" version="2.2.0" provider-name="Nixgates">
	<extension point="xbmc.addon.repository" name="Nixgates Repo">
		<dir minversion="18.0">
			<info compressed="false">https://raw.githubusercontent.com/nixgates/nixgates/master/repo/zips/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/nixgates/nixgates/master/repo/zips/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/nixgates/nixgates/master/repo/zips/</datadir>
		</dir>
		<dir minversion="18.0" maxversion="18.9.0">
			<info compressed="false">https://raw.githubusercontent.com/nixgates/nixgates/master/leia/zips/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/nixgates/nixgates/master/leia/zips/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/nixgates/nixgates/master/leia/zips/</datadir>
		</dir>
		<dir minversion="18.9.0">
			<info compressed="false">https://raw.githubusercontent.com/nixgates/nixgates/master/matrix/zips/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/nixgates/nixgates/master/matrix/zips/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/nixgates/nixgates/master/matrix/zips/</datadir>
		</dir>
	</extension>
	<extension point="xbmc.addon.metadata">
		<summary>Nixgates</summary>
		<description>Nixgates Repository</description>
		<platform>all</platform>
		<assets>
			<icon>icon.png</icon>
			<fanart>fanart.png</fanart>
		</assets>
	</extension>
</addon>

<addon id="repository.plexkodiconnect" name="PlexKodiConnect Addons for Kodi 20 Nexus" version="3.0.0" provider-name="Croneter">
	<requires>
		<import addon="xbmc.addon" version="12.0.0"/>
        <import addon="xbmc.python" version="3.0.0"/>
	</requires>
	<extension point="xbmc.addon.repository" name="PlexKodiConnect Repository Kodi 20 Nexus">
		<dir>
			<info compressed="false">https://raw.githubusercontent.com/croneter/binary_repo/master/stable_py3/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/croneter/binary_repo/master/stable_py3/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/croneter/binary_repo/master/stable_py3/</datadir>
		</dir>
	</extension>
	<extension point="xbmc.addon.metadata">
		<summary>PlexKodiConnect add-on repository for Kodi 20 and later only.</summary>
		<description>Repository for stable PlexKodiConnect versions.</description>
		<disclaimer></disclaimer>
		<platform>all</platform>
	</extension>
</addon>

<addon id="repository.premiumize" name="Premiumize.me Addon repository" version="1.1.0" provider-name="Premiumize.me">
    <extension point="xbmc.addon.repository" name="Premiumize.me Addon repository">
        <dir minversion="18.0" maxversion="18.9.9">
            <info compressed="false">https://kodirepo.premiumize.me/Plugins/leia/zips/addons.xml</info>
            <checksum>https://kodirepo.premiumize.me/Plugins/leia/zips/addons.xml.md5</checksum>
            <datadir zip="true">https://kodirepo.premiumize.me/Plugins/leia/zips/</datadir>
        </dir>
        <dir minversion="19.0">
            <info compressed="false">https://kodirepo.premiumize.me/Plugins/matrix/zips/addons.xml</info>
            <checksum>https://kodirepo.premiumize.me/Plugins/matrix/zips/addons.xml.md5</checksum>
            <datadir zip="true">https://kodirepo.premiumize.me/Plugins/matrix/zips/</datadir>
        </dir>
    </extension>

    <extension point="xbmc.addon.metadata">
        <summary>Premiumize.me Kodi Repository</summary>
        <description>Premiumize Addons</description>
        <disclaimer></disclaimer>
        <platform>all</platform>
        <assets>
            <icon>icon.png</icon>
        </assets>
        <source>https://github.com/reddit-reaper/repository.premiumize.me/</source>
    </extension>
</addon>

<addon id="repository.swagotaku" name="SwagOtaku Repo" version="0.0.2" provider-name="SwagOtaku">
    <extension point="xbmc.addon.repository" name="SwagOtaku Repo">
    	<dir minversion="18.0" maxversion="18.9.0">
    		<info compressed="false">https://raw.githubusercontent.com/SwagOtaku/swagotaku.repository/main/zips/leia/addons.xml</info>
    		<checksum>https://raw.githubusercontent.com/SwagOtaku/swagotaku.repository/main/zips/leia/addons.xml.md5</checksum>
    		<datadir zip="true">https://raw.githubusercontent.com/SwagOtaku/swagotaku.repository/main/zips/leia/</datadir>
    	</dir>
    	<dir minversion="18.9.0">
    		<info compressed="false">https://raw.githubusercontent.com/SwagOtaku/swagotaku.repository/main/zips/matrix/addons.xml</info>
    		<checksum>https://raw.githubusercontent.com/SwagOtaku/swagotaku.repository/main/zips/matrix/addons.xml.md5</checksum>
    		<datadir zip="true">https://raw.githubusercontent.com/SwagOtaku/swagotaku.repository/main/zips/matrix/</datadir>
    	</dir>
    </extension>
    <extension point="xbmc.addon.metadata">
        <summary>SwagOtaku</summary>
        <description>SwagOtaku Repository</description>
        <disclaimer></disclaimer>
        <platform>all</platform>
        <assets>
            <icon>icon.png</icon>
            <fanart>fanart.jpg</fanart>
        </assets>
    </extension>
</addon>

<addon id="repository.thecrew" name="[COLOR orchid]THE CREW REPO[/COLOR]" provider-name="The Crew" version="0.3.4">
	<extension point="xbmc.addon.repository" name="The Crew" >
			<dir minversion="16.0.0" maxversion="18.9.9">
			<info compressed="false">https://raw.githubusercontent.com/thecrewwh/zips/master/_zip/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/thecrewwh/zips/master/_zip/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/thecrewwh/zips/master/_zip</datadir>
			</dir>
			<dir minversion="18.9.9">
			<info compressed="false">https://raw.githubusercontent.com/thecrewwh/zips/master/matrix/_zip/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/thecrewwh/zips/master//matrix/_zip/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/thecrewwh/zips/master//matrix/_zip</datadir>
			</dir>
			<dir>
			<info compressed="false">https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/Gujal00/smrzips/master/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/Gujal00/smrzips/master/zips/</datadir>
			</dir>
			<dir>
			<info compressed="false">https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/teamuniversal/scrapers/master/_modules4all/zips/</datadir>
			</dir>
			<dir>
			<info compressed="false">https://raw.githubusercontent.com/dobbelina/repository.dobbelina/master/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/dobbelina/repository.dobbelina/master/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/dobbelina/repository.dobbelina/master/</datadir>
			</dir>
			<dir>
			<info compressed="false">https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/a4k-openproject/repository.openscrapers/master/zips/</datadir>
			</dir>
			<dir>
			<info compressed="false">https://raw.githubusercontent.com/therealatreides/housetools/master/code/_housefiles/addons.xml</info>
			<checksum>https://raw.githubusercontent.com/therealatreides/housetools/master/code/_housefiles/addons.xml.md5</checksum>
			<datadir zip="true">https://raw.githubusercontent.com/therealatreides/housetools/master/code/_housefiles/</datadir>
			</dir>
	</extension>
	<extension point="xbmc.addon.metadata">
		<summary lang="en">The Crew is a team of individuals that does what it can to provide others, you the best in entertainment.</summary>
		<description lang="en">Many come, Many go. The true and dedicated are here. We here</description>
		<platform>all</platform>
		<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
		<disclaimer lang="en">The author of this addon do not host any of the content which is found and have no affiliation with any of the content providers. This addon simply searches websites for content. Use at your own risk!</disclaimer>
		<assets>
			<icon>icon.png</icon>
			<fanart>fanart.jpg</fanart>
			<screenshot>resources/art/ss/1.png</screenshot>
			<screenshot>resources/art/ss/2.png</screenshot>
			<screenshot>resources/art/ss/3.png</screenshot>
		</assets>
	</extension>
</addon>

<addon id="repository.wnt2" name="[COLOR gold]WatchNixtoons2 Repository[/COLOR]" version="1.0.1" provider-name="G-Man">
<extension point="xbmc.addon.repository" name="WatchNixtoons2 Repository">
    <dir>
        <info compressed="false">https://github.com/mrgsi/repository.wnt2/raw/master/addons.xml</info>
        <checksum>https://github.com/mrgsi/repository.wnt2/raw/master/addons.xml.md5</checksum>
        <datadir zip="true">https://raw.githubusercontent.com/mrgsi/repository.wnt2/master/</datadir>
    </dir>
</extension>
<extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <summary>A simple repo for WatchNixtoons2</summary>
    <description>WatchNixtoons2 is an Anime and Chartoon Add-on that gets frequent updates. The repo is by G-Man but the add-on is maintained by lolage331 on reddit: http://bit.ly/wnt2dev</description>
    <assets>
        <icon>icon.png</icon>
    </assets>
</extension>
</addon>

<addon id="script.autoruns"
       name="Autoruns"
       version="2.0.4"
       provider-name="fight night, Jon Bovi">
    <requires>
        <import addon="xbmc.python" version="3.0.0"/>
    </requires>
    <extension point="xbmc.python.pluginsource" library="default.py">
        <provides>executable</provides>
    </extension>
    <extension point="xbmc.service" library="service.py" />
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
		<source>https://github.com/fightnight/fightnight-addons/tree/master/script.autoruns</source>
		<summary lang="en">Disable startup services on Kodi</summary>
		<summary lang="pt">Desactive serviços do arranque no Kodi</summary>
		<description lang="en">You can disable startup services, improving Kodi internal speed.</description>
		<description lang="pt">Pode desactivar serviços do arranque, melhorando a velocidade interna do Kodi.</description>
		<disclaimer lang="en">Opensource addon not endorsed with Team Kodi.</disclaimer>
		<disclaimer lang="pt">Addon opensource não afliado com a Equipa Kodi.</disclaimer>
		<assets>
				<icon>icon.png</icon>
		</assets>
    </extension>
</addon>

<addon id="script.module.microjenscrapers" name="MicroJen Scraper Module" version="1.3" provider-name="MicroJen Community">
    <requires>
        <import addon="xbmc.python" version="3.0.0" />
        <import addon="script.module.beautifulsoup4" />
        <import addon="script.module.requests" />
        <import addon="script.module.six" />
        <import addon="script.module.kodi-six" />
        <import addon="script.module.simplejson" />
    </requires>
    <extension point="xbmc.python.module" library="lib" />
    <extension point="xbmc.python.pluginsource" library="lib/default.py">
        <provides>executable</provides>
    </extension>
        <extension point="xbmc.addon.metadata">
            <platform>all</platform>
            <summary lang="en">MicroJen Scrapers Module</summary>
            <description>Scrape common video host for URL's to be playable in Kodi, simplifying addon development of video plugins requiring multi video hosts. [CR]Massive thanks and respect to Crucial Minds for permission to use the Base Code and to The Jen Crew for their valuable contributions in bringing this project together.</description>
                <disclaimer lang="en">The author is not responsible for the use of this addon. The author is not responsible for the content found using this addon. The author does not host or own any content found within this addon.[CR]The author is in no way affiliated with Kodi, Team Kodi, or the XBMC Foundation.[CR]This is a Non-profit resource, organized solely for educational purposes which is protected under the Fair-Use doctrine of the Copyright Act, Specifically section 107, which does promote freedom of expression, by permitting the unlicensed use of copyright-protected works.</disclaimer>
    <platform>all</platform>
    <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
    <assets>
        <icon>icon.png</icon>
        <fanart>fanart.jpg</fanart>
    </assets>
    <news></news>
    </extension>
</addon>
</addons>
