-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[plugin.video.ad6] 0.1.0 #1878
[plugin.video.ad6] 0.1.0 #1878
Conversation
@macmenco you have to rebase on krypton. Plugins must define a type so please change the id for it to be reviewed: |
Still incorrect @macmenco |
Travis BuddyHey Menco Bolt, 1st BuildExpand here
|
1 similar comment
Travis BuddyHey Menco Bolt, 1st BuildExpand here
|
Travis BuddyHey Menco Bolt, |
@enen92 I hope all is correct now. A question though. My plugin is for video and audio and I'm planning on adding image functionality as well. What name should I use for the plugin ? |
Unfortunately it is not. You're still carrying a lot of commits already in the branch |
@enen92 How about now ? |
no still wrong, fix it with the following commands (upstream is xbmc repo, origin is yours)
|
Sorry for the trial and error. It's my first pull request. I executed the commands. Is it ok now ? |
Travis BuddyHey Menco Bolt, |
@macmenco yes, much better. only one commit which is yours and you only edited the code of one plugin. so far so good :) |
Would it be possible to accept the plugin before tonight? There is a livestream around 19:30 UTC+2. I know, I should have started earlier... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comments. Markdown stuff are minors, the other comments are blocking. Please adjust as soon as you can and feel free to ping for a quick merge.
Thanks for the submission
plugin.video.ad6/.travis.yml
Outdated
@@ -0,0 +1,20 @@ | |||
language: python |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
plugin.video.ad6/README.md
Outdated
@@ -0,0 +1,13 @@ | |||
# Welcome to your addon |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
plugin.video.ad6/addon.xml
Outdated
@@ -0,0 +1,28 @@ | |||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |||
<addon id="plugin.video.ad6" name="Alpe d'HuZes" version="0.1.0" provider-name="Menco Bolt"> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
plugin.video.ad6/addon.xml
Outdated
<requires> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="script.module.routing" version="0.2.1"/> | ||
|
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
<extension point="xbmc.python.pluginsource" library="main.py"> | ||
<provides>audio video</provides> | ||
</extension> | ||
<extension point="xbmc.addon.metadata"> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
plugin.video.ad6/addon.xml
Outdated
</extension> | ||
<extension point="xbmc.addon.metadata"> | ||
<summary lang="nl">Dichter bij de Alpe kom je niet</summary> | ||
<description lang="nl">Volg de Alpe d'HuZes op de voet</description> |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1 @@ | |||
This folder will be the home of your translations |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@@ -0,0 +1,7 @@ | |||
# Readme |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
url = prefix % stream['url_id'] | ||
folder = True | ||
li = ListItem(label=stream['title']) | ||
li.setIconImage(get_logo(stream['logo'])) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
plugin.video.ad6/tests/README.md
Outdated
@@ -0,0 +1,2 @@ | |||
# Tests |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Travis BuddyHey Menco Bolt, |
Description
This plugin provides streams to the charity event calles "Alpe d'HuZes". The goal is to collect as much money as possible for the Dutch Cancer Society. The event takes places in the week of 6 and 7 june 2018. For the people who can't be there these streams are made available.
Checklist:
Additional information :