Hello everyone!
Although I am new to Kodi, I want to thank you so much for building that generator!
I've installed it, but I have a problem:
? Your addon will provide the following media types. video
? Your addon id, it should be in the format plugin.name and not contain spaces. (for e.g. plugin.test.hello) plugin.viva
? Your addon name, it should be easily readable. (for e.g. Hello World) viva
? Choose the minimal Kodi Version your targeting. Krypton
? Which platforms does this run with? android
? Choose your license. Apache 2.0
? All author names? (seperated by ,) Guy Caspi
? What does your addon do? Viva channel Israel from Walla VOD
? Your real name? We are using this for the license creation. Guy Caspi
? Your email address? (for e.g.
[email protected])
[email protected]
? Your website URL? (for e.g.
www.kodi.tv) viva.walla.co.il/fullepisodes
Your generator must be inside a folder named plugin.viva
I'll automatically create this folder.
create addon.xml
create .gitignore
create .travis.yml
create changelog.txt
create README.md
create main.py
create resources\lib\plugin.py
create tests\README.md
create resources\__init__.py
create resources\settings.xml
create resources\language\README.md
create resources\language\resource.language.en_gb\strings.po
create resources\lib\__init__.py
create resources\lib\kodiutils.py
create resources\lib\kodilogging.py
create resources\lib\README.md
create LICENSE
warning: LF will be replaced by CRLF in LICENSE.
The file will have its original line endings in your working directory
*** Please tell me who you are.
Run
git config --global user.email "
[email protected]"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'guyca@DESKTOP-DKM4LEB.(none)')
What can I do to fix it?
Thanks a lot!