Add addon_settings.json
This commit is contained in:
parent
f1463e9887
commit
25ca7593f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,7 +12,6 @@ Thumbs.db
|
||||
|
||||
.coverage
|
||||
.tox/
|
||||
test/userdata/addon_settings.json
|
||||
test/userdata/credentials.json
|
||||
test/userdata/temp
|
||||
test/userdata/token.json
|
||||
|
2
Makefile
2
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
|
||||
|
||||
|
9
test/userdata/addon_settings.json
Normal file
9
test/userdata/addon_settings.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"plugin.video.viervijfzes": {
|
||||
"_comment": "do-not-add-username-and-password-here"
|
||||
},
|
||||
"plugin.video.youtube": {
|
||||
},
|
||||
"service.upnext": {
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user