From 25ca7593f7636c6da23adddcc58db5e674ca1f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Fri, 20 Mar 2020 13:58:59 +0100 Subject: [PATCH] Add addon_settings.json --- .gitignore | 1 - Makefile | 2 +- test/userdata/addon_settings.json | 9 +++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 test/userdata/addon_settings.json diff --git a/.gitignore b/.gitignore index f9638a3..61373b7 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ Thumbs.db .coverage .tox/ -test/userdata/addon_settings.json test/userdata/credentials.json test/userdata/temp test/userdata/token.json diff --git a/Makefile b/Makefile index ac0f952..796cb29 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ version = $(shell xmllint --xpath 'string(/addon/@version)' addon.xml) git_branch = $(shell git rev-parse --abbrev-ref HEAD) git_hash = $(shell git rev-parse --short HEAD) zip_name = $(name)-$(version)-$(git_branch)-$(git_hash).zip -include_files = addon.py addon.xml CHANGELOG.md LICENSE README.md resources/ +include_files = addon_entry.py addon.xml CHANGELOG.md LICENSE README.md resources/ include_paths = $(patsubst %,$(name)/%,$(include_files)) exclude_files = \*.new \*.orig \*.pyc \*.pyo diff --git a/test/userdata/addon_settings.json b/test/userdata/addon_settings.json new file mode 100644 index 0000000..a1a1a3e --- /dev/null +++ b/test/userdata/addon_settings.json @@ -0,0 +1,9 @@ +{ + "plugin.video.viervijfzes": { + "_comment": "do-not-add-username-and-password-here" + }, + "plugin.video.youtube": { + }, + "service.upnext": { + } +}