├── addons.xml ├── addons.xml.md5 ├── addons_xml_generator.py ├── metadata.common.anidb.net ├── addon.xml ├── anidb.xml └── icon.png ├── metadata.movies.anidb.net.mod ├── LICENSE.txt ├── addon.xml ├── anidb.xml ├── changelog.txt ├── icon.png ├── readme.md └── resources │ ├── language │ └── English │ │ └── strings.xml │ └── settings.xml ├── metadata.tvshows.anidb.net.mod ├── LICENSE.txt ├── addon.xml ├── anidb.xml ├── changelog.txt ├── icon.png ├── readme.md └── resources │ ├── language │ └── English │ │ └── strings.xml │ └── settings.xml ├── repo ├── metadata.common.anidb.net │ ├── icon.png │ ├── metadata.common.anidb.net-1.0.0.zip │ ├── metadata.common.anidb.net-1.0.1.zip │ ├── metadata.common.anidb.net-1.1.0.zip │ ├── metadata.common.anidb.net-1.1.1.zip │ ├── metadata.common.anidb.net-1.2.0.zip │ ├── metadata.common.anidb.net-1.3.0.zip │ └── metadata.common.anidb.net-1.3.1.zip ├── metadata.movies.anidb.net.mod │ ├── changelog.txt │ ├── icon.png │ ├── metadata.movies.anidb.net.mod-1.0.0.zip │ ├── metadata.movies.anidb.net.mod-1.1.0.zip │ ├── metadata.movies.anidb.net.mod-1.1.1.zip │ ├── metadata.movies.anidb.net.mod-2.0.0.zip │ ├── metadata.movies.anidb.net.mod-2.0.1.zip │ ├── metadata.movies.anidb.net.mod-2.1.0.zip │ ├── metadata.movies.anidb.net.mod-2.2.0.zip │ └── metadata.movies.anidb.net.mod-2.3.0.zip ├── metadata.tvshows.anidb.net.mod │ ├── changelog.txt │ ├── icon.png │ ├── metadata.tvshows.anidb.net.mod-1.0.0.zip │ ├── metadata.tvshows.anidb.net.mod-1.1.0.zip │ ├── metadata.tvshows.anidb.net.mod-1.1.1.zip │ ├── metadata.tvshows.anidb.net.mod-2.0.0.zip │ ├── metadata.tvshows.anidb.net.mod-2.0.1.zip │ ├── metadata.tvshows.anidb.net.mod-2.1.0.zip │ ├── metadata.tvshows.anidb.net.mod-2.2.0.zip │ ├── metadata.tvshows.anidb.net.mod-2.3.0.zip │ ├── metadata.tvshows.anidb.net.mod-2.4.0.zip │ └── metadata.tvshows.anidb.net.mod-2.5.0.zip └── repository.scudlee │ ├── changelog.txt │ ├── icon.png │ └── repository.scudlee-1.0.0.zip └── repository.scudlee ├── addon.xml ├── changelog.txt └── icon.png /addons.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/addons.xml -------------------------------------------------------------------------------- /addons.xml.md5: -------------------------------------------------------------------------------- 1 | 8551e95106292398adb15b33ca16ac3e -------------------------------------------------------------------------------- /addons_xml_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/addons_xml_generator.py -------------------------------------------------------------------------------- /metadata.common.anidb.net/addon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.common.anidb.net/addon.xml -------------------------------------------------------------------------------- /metadata.common.anidb.net/anidb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.common.anidb.net/anidb.xml -------------------------------------------------------------------------------- /metadata.common.anidb.net/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.common.anidb.net/icon.png -------------------------------------------------------------------------------- /metadata.movies.anidb.net.mod/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.movies.anidb.net.mod/LICENSE.txt -------------------------------------------------------------------------------- /metadata.movies.anidb.net.mod/addon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.movies.anidb.net.mod/addon.xml -------------------------------------------------------------------------------- /metadata.movies.anidb.net.mod/anidb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.movies.anidb.net.mod/anidb.xml -------------------------------------------------------------------------------- /metadata.movies.anidb.net.mod/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.movies.anidb.net.mod/changelog.txt -------------------------------------------------------------------------------- /metadata.movies.anidb.net.mod/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.movies.anidb.net.mod/icon.png -------------------------------------------------------------------------------- /metadata.movies.anidb.net.mod/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.movies.anidb.net.mod/readme.md -------------------------------------------------------------------------------- /metadata.movies.anidb.net.mod/resources/language/English/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.movies.anidb.net.mod/resources/language/English/strings.xml -------------------------------------------------------------------------------- /metadata.movies.anidb.net.mod/resources/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.movies.anidb.net.mod/resources/settings.xml -------------------------------------------------------------------------------- /metadata.tvshows.anidb.net.mod/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.tvshows.anidb.net.mod/LICENSE.txt -------------------------------------------------------------------------------- /metadata.tvshows.anidb.net.mod/addon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.tvshows.anidb.net.mod/addon.xml -------------------------------------------------------------------------------- /metadata.tvshows.anidb.net.mod/anidb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.tvshows.anidb.net.mod/anidb.xml -------------------------------------------------------------------------------- /metadata.tvshows.anidb.net.mod/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.tvshows.anidb.net.mod/changelog.txt -------------------------------------------------------------------------------- /metadata.tvshows.anidb.net.mod/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.tvshows.anidb.net.mod/icon.png -------------------------------------------------------------------------------- /metadata.tvshows.anidb.net.mod/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.tvshows.anidb.net.mod/readme.md -------------------------------------------------------------------------------- /metadata.tvshows.anidb.net.mod/resources/language/English/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.tvshows.anidb.net.mod/resources/language/English/strings.xml -------------------------------------------------------------------------------- /metadata.tvshows.anidb.net.mod/resources/settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/metadata.tvshows.anidb.net.mod/resources/settings.xml -------------------------------------------------------------------------------- /repo/metadata.common.anidb.net/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.common.anidb.net/icon.png -------------------------------------------------------------------------------- /repo/metadata.common.anidb.net/metadata.common.anidb.net-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.common.anidb.net/metadata.common.anidb.net-1.0.0.zip -------------------------------------------------------------------------------- /repo/metadata.common.anidb.net/metadata.common.anidb.net-1.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.common.anidb.net/metadata.common.anidb.net-1.0.1.zip -------------------------------------------------------------------------------- /repo/metadata.common.anidb.net/metadata.common.anidb.net-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.common.anidb.net/metadata.common.anidb.net-1.1.0.zip -------------------------------------------------------------------------------- /repo/metadata.common.anidb.net/metadata.common.anidb.net-1.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.common.anidb.net/metadata.common.anidb.net-1.1.1.zip -------------------------------------------------------------------------------- /repo/metadata.common.anidb.net/metadata.common.anidb.net-1.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.common.anidb.net/metadata.common.anidb.net-1.2.0.zip -------------------------------------------------------------------------------- /repo/metadata.common.anidb.net/metadata.common.anidb.net-1.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.common.anidb.net/metadata.common.anidb.net-1.3.0.zip -------------------------------------------------------------------------------- /repo/metadata.common.anidb.net/metadata.common.anidb.net-1.3.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.common.anidb.net/metadata.common.anidb.net-1.3.1.zip -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/changelog.txt -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/icon.png -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-1.0.0.zip -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-1.1.0.zip -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-1.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-1.1.1.zip -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.0.0.zip -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.0.1.zip -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.1.0.zip -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.2.0.zip -------------------------------------------------------------------------------- /repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.movies.anidb.net.mod/metadata.movies.anidb.net.mod-2.3.0.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/changelog.txt -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/icon.png -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-1.0.0.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-1.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-1.1.0.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-1.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-1.1.1.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.0.0.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.0.1.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.1.0.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.2.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.2.0.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.3.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.3.0.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.4.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.4.0.zip -------------------------------------------------------------------------------- /repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.5.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/metadata.tvshows.anidb.net.mod/metadata.tvshows.anidb.net.mod-2.5.0.zip -------------------------------------------------------------------------------- /repo/repository.scudlee/changelog.txt: -------------------------------------------------------------------------------- 1 | 1.0.0: 2 | Initial commit -------------------------------------------------------------------------------- /repo/repository.scudlee/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/repository.scudlee/icon.png -------------------------------------------------------------------------------- /repo/repository.scudlee/repository.scudlee-1.0.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repo/repository.scudlee/repository.scudlee-1.0.0.zip -------------------------------------------------------------------------------- /repository.scudlee/addon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repository.scudlee/addon.xml -------------------------------------------------------------------------------- /repository.scudlee/changelog.txt: -------------------------------------------------------------------------------- 1 | 1.0.0: 2 | Initial commit -------------------------------------------------------------------------------- /repository.scudlee/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ScudLee/scudlee-xbmc-addons/HEAD/repository.scudlee/icon.png --------------------------------------------------------------------------------