feat(init): Repository init
authorSebastian Golasch <public@asciidisco.com>
Thu, 26 Jan 2017 19:22:16 +0000 (20:22 +0100)
committerSebastian Golasch <public@asciidisco.com>
Thu, 26 Jan 2017 19:22:16 +0000 (20:22 +0100)
commit85447a5fdfc7dff80e2272d77a5f94c0eddff1af
treeada2742e145055023fe76c592a3c0bf1a6d5a9c4
feat(init): Repository init
24 files changed:
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
__init__.py [new file with mode: 0644]
addon.py [new file with mode: 0644]
addon.xml [new file with mode: 0644]
resources/__init__.py [new file with mode: 0644]
resources/fanart.jpg [new file with mode: 0644]
resources/icon.png [new file with mode: 0644]
resources/language/English/strings.po [new file with mode: 0644]
resources/language/German/strings.po [new file with mode: 0644]
resources/lib/KodiHelper.py [new file with mode: 0644]
resources/lib/Library.py [new file with mode: 0644]
resources/lib/MSL.py [new file with mode: 0644]
resources/lib/MSLHttpRequestHandler.py [new file with mode: 0644]
resources/lib/Navigation.py [new file with mode: 0644]
resources/lib/NetflixSession.py [new file with mode: 0644]
resources/lib/__init__.py [new file with mode: 0644]
resources/lib/common.py [new file with mode: 0644]
resources/lib/utils.py [new file with mode: 0644]
resources/screenshot-01.jpg [new file with mode: 0644]
resources/screenshot-02.jpg [new file with mode: 0644]
resources/screenshot-03.jpg [new file with mode: 0644]
resources/settings.xml [new file with mode: 0644]
service.py [new file with mode: 0644]