• 1
  • 19
  • 20
  • 21(current)
  • 22
  • 23
  • 24
[RELEASE] Collection: German video addons
Whatever happened to the Deluxe TV addon you created?
Reply
Looks like ARD Mediathek , ZDF latest add-on won't be available on the Android based Kodi (:

Update - Never mind, I was wrong. It's available. I just installed them using latest membrane repository.
Reply
nickelodeon.de has problems playing the videos from nickelodeon (nickelodeon, nicknight, nickjunior)

when loading the available videos the following errors occur
Code:
20:27:44 T:140452720269056 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F94017-awkward-montags-donnerstags-21-30&mode=playVideo
20:27:44 T:140452334397184 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F85986-neue-und-alte-freunde&mode=playVideo
20:27:44 T:140452334397184 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F85985-was-geschah-im-letzten-jahr&mode=playVideo
20:27:44 T:140452334397184 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F70752-abschluss-monster&mode=playVideo
20:27:44 T:140452334397184 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F70753-wenn-der-morgen-grau-s-t&mode=playVideo
20:27:44 T:140452334397184 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F85984-das-college-hat-mich-selbstbewusster-gemacht&mode=playVideo

When I try to start a video the following errors occur
Code:
20:29:21 T:140452737054464  NOTICE: NICK : http://www.nicknight.at/shows/977-awkward/videos/85984-das-college-hat-mich-selbstbewusster-gemacht
20:29:21 T:140452737054464   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/home/nero/.kodi/addons/plugin.video.nick_de/default.py", line 281, in <module>
                                                playVideo(url)
                                              File "/home/nero/.kodi/addons/plugin.video.nick_de/default.py", line 207, in playVideo
                                                content = opener.open(match[0]).read()
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
20:29:22 T:140453990392192   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F85984-das-college-hat-mich-selbstbewusster-gemacht&mode=playVideo]
20:29:22 T:140453581616896  NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms
20:29:23 T:140452720269056 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F94017-awkward-montags-donnerstags-21-30&mode=playVideo
20:29:23 T:140452720269056 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F70752-abschluss-monster&mode=playVideo
20:29:23 T:140452720269056 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F70753-wenn-der-morgen-grau-s-t&mode=playVideo
20:29:23 T:140452720269056 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F85984-das-college-hat-mich-selbstbewusster-gemacht&mode=playVideo
20:29:23 T:140452720269056 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F85985-was-geschah-im-letzten-jahr&mode=playVideo
20:29:23 T:140452720269056 WARNING: CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.nick_de/?url=http%3A%2F%2Fwww.nicknight.at%2Fshows%2F977-awkward%2Fvideos%2F85986-neue-und-alte-freunde&mode=playVideo

The only videos I was able to play the videos from the section Nickelodeon - New Videos


Edit:
I needed two changes.
In line 30 I changed
Code:
urlMainnight ="http://www.nicknight.de"
to
Code:
urlMainnight ="http://www.nicknight.at"

and in the function playVideo I used the match2 instead of match3 values by adding the definition of match3 with
Code:
match3 = match2
Reply
@NeroBurner what version do you use?

Hmm, i will add an *.at/de swith into the settings. Can you try if *.at attaching work on all Nick Pages?
Reply
Good News and bad News
Bad News: it isnt possible to make a switch, the page is very different in austria

Good News:
https://github.com/kodinerds/repo/blob/m...inerds.zip
I made an Special Version Nic at
Reply
Thanks just installed the zip and nickelodeon.at app. Works Without a hickup. How does this zip file work?
Reply
What do you Jean how the ZIP file work ?

Gesendet von meinem SM-G900F mit Tapatalk
Reply
does it just add a repository with up to date german addons?

Is there a chance that the nickelodeon.at app enters the official kodi repository? If yes, how long does it take?
Reply
@NeroBerner
The Repository is mostly Germen Addons, they Should all work, its about 100 Addons.. They are from different Developer , who Update their Addons. would an Addon get dropped by the Developer, it try to Fix it, or i remove /Mark it as Broken in the Repo, so Hopefully it Stays Uptodate

For The Question: Will in Enter the Official Repository?

Short Answer: Not in the Near Future

Long Answer: Mayby. , Ive tried to Puplish an Plugin (Twitter), it got rejected after 2 Weeks. I Asked if its o.k when i Do [.....] I got no Answer.....
I Changed it , tried again. It was said 2 Weeks Later Only Git Push .... I Asked if there is a way to make subtree to Suptree Pushes, again No answer. , So i lost my Interest int the Process publishing Plugins in the Official Repo. I Try to Fix Plugins normally < 24 h, so the Official Repo is to slow for Quality Patches. In The Future when i have enough Motivation i will try to Update the Plugins already been Published. And if there is sttill Spare Time (And i dont find another Addon who needs Fixing) is available may my publishing the New.

In the moment I try to give more Developer an Home for their Addons, and make Publishing as easy as Possible, so Nobody gets demotivated like me from the Offical Repo. And of Cource fixing my Addons or Addons i took responsibility, because the Lost their Owner :-)
Reply
That's AWESOME! Thanks for your hard work! Smile
Reply
The ZDF Mediathek has only empty List since yesterday.
Reply
(2016-10-29, 20:15)Traceman Wrote: The ZDF Mediathek has only empty List since yesterday.

Same here! ARD seems still to work, only the ZDF channels (ZDF, ZDFneo, etc...) are emtpy!

any fix/update would be highly appreciated!

Thanks
Marcus.
Reply
There were major changes on the Mediathek website the last days which needs some time to update the addon ... membrane is the maintainer ...
Reply
When somthing doesnt work on ARD and ZDF, please visit
https://github.com/prof-membrane/plugin....hek/issues
Membrane ist Working with GIt, this is the best way to let him know
Reply
Same here!

Now I have registered at github.
But when I click "New pull request" at the next page the "Create pull request" is greyed out.
What can we do?
Reply
  • 1
  • 19
  • 20
  • 21(current)
  • 22
  • 23
  • 24

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Collection: German video addons3