Add addon_settings.json

This commit is contained in:
Michaël Arnauts 2020-03-20 13:58:59 +01:00
parent f1463e9887
commit 25ca7593f7
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,7 +12,6 @@ Thumbs.db
.coverage
.tox/
test/userdata/addon_settings.json
test/userdata/credentials.json
test/userdata/temp
test/userdata/token.json

View File

@ -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

View File

@ -0,0 +1,9 @@
{
"plugin.video.viervijfzes": {
"_comment": "do-not-add-username-and-password-here"
},
"plugin.video.youtube": {
},
"service.upnext": {
}
}