Kodi Community Forum
Release RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL (/showthread.php?tid=226528)

Pages: 1 2 3


RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - bromix - 2015-05-09

External Links:
NOW TV
Issues (GitHub)
Milestones (GitHub)

Image Image Image

Changelog:

Version 1.0.2 (2015-06-29)
ADD: support for payed content
ADD: Managing playlists (watch later) via the login (add and remove)
ADD: Managing favorites via the login (add and remove)
ADD: Date-spans and correct tab handling
UPD: only show free content if you're not logged in.
FIX: add format to addon favs.
FIX: script error while trying to load a format (bug of the web page)
FIX: script error while trying to load the thumbnail of an episode
FIX: some crashes
FIX: german localization (thx 2 ultrara1n)

Version 1.0.1 (2015-06-10)
ADD: setting: show only 'Free' videos
ADD: search
ADD: format sections (season, years, ...)
FIX: unicode/utf-8 trouble in kodion

Version 1.0.0 (2015-05-22)
ADD: support 'add to addon fav'
ADD: show thumbs for episodes
ADD: playback of f4v streams (thx 2 Jin)
ADD: initial version for tests
UPD: finalized images

Images:
Channels
Image
RTL Aktuell
Image
Serien
Image


RE: RTL NOW, RTL 2 NOW, VOX NOW and N-TV NOW - FunThomas - 2015-05-19

Hi Bromix,

first thanx for your fast support in updating your addons.

I have some problem with voxnow Sad
when trying 'ab ins beet' i get error drm protected videos are not supported

it seems that the webpage has been completely changed and moved to http://www.nowtv.de/vox

is it still possible to use hls instead of protected hds ?

best regards,
Thomas


RE: RTL NOW, RTL 2 NOW, VOX NOW and N-TV NOW - bromix - 2015-05-19

(2015-05-19, 21:38)FunThomas Wrote: Hi Bromix,

first thanx for your fast support in updating your addons.

I have some problem with voxnow Sad
when trying 'ab ins beet' i get error drm protected videos are not supported

it seems that the webpage has been completely changed and moved to http://www.nowtv.de/vox

is it still possible to use hls instead of protected hds ?

best regards,
Thomas
Someone on a German forum pointed it already out. I look into it by tomorrow Smile but thanks for the hint.


RE: RTL NOW, RTL 2 NOW, VOX NOW and N-TV NOW - FunThomas - 2015-05-19

what german forum was it ?

i was trying to debug the addon but would be good to get some hints from german forum


RE: RTL NOW, RTL 2 NOW, VOX NOW and N-TV NOW - bromix - 2015-05-19

(2015-05-19, 21:41)FunThomas Wrote: what german forum was it ?

i was trying to debug the addon but would be good to get some hints from german forum
Kodinerds.net


RE: RTL NOW, RTL 2 NOW, VOX NOW and N-TV NOW - FunThomas - 2015-05-19

thanx Smile


RE: RTL NOW, RTL 2 NOW, VOX NOW and N-TV NOW - FunThomas - 2015-05-22

Hi bromix,

could you please help me how i could filter the response of the

https://api.nowtv.de/v3/formats?fields=title,station,title,titleGroup,seoUrl,categoryId,*&filter=%7B%22Station%22:%22vox%22,%22Disabled%22:%220%22,%22CategoryId%22:%7B%22containsIn%22:%5B%22serie%22,%22news%22%5D%7D%7D&maxPerPage=1000

to get the seoUrl and id
or from
https://api.nowtv.de/v3/formats/seo?fields=*,.*,formatTabs.*,formatTabs.formatTabPages.*&name=ab-ins-beet.php

how to get the id from formatTabs and from formatTabPages and how to differ between the founds ?

till now i used regular expression to find this on the old page but now it looks a bit different with so much structured information
would it be a good start to try it with json or what would you do ?

do you got a hint what tutorial i should use for analysing this struicture with phyton ?


RE: RTL NOW, RTL 2 NOW, VOX NOW and N-TV NOW - bromix - 2015-05-22

(2015-05-22, 21:14)FunThomas Wrote: Hi bromix,

could you please help me how i could filter the response of the

https://api.nowtv.de/v3/formats?fields=title,station,title,titleGroup,seoUrl,categoryId,*&filter=%7B%22Station%22:%22vox%22,%22Disabled%22:%220%22,%22CategoryId%22:%7B%22containsIn%22:%5B%22serie%22,%22news%22%5D%7D%7D&maxPerPage=1000

to get the seoUrl and id
or from
https://api.nowtv.de/v3/formats/seo?fields=*,.*,formatTabs.*,formatTabs.formatTabPages.*&name=ab-ins-beet.php

how to get the id from formatTabs and from formatTabPages and how to differ between the founds ?

till now i used regular expression to find this on the old page but now it looks a bit different with so much structured information
would it be a good start to try it with json or what would you do ?

do you got a hint what tutorial i should use for analysing this struicture with phyton ?

For what purpose if I may ask? Smile Lock at the nowtv.de addon I'm developing...it's the successor of the 4 NOW addons.

But I would use json in this case.


RE: RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - bromix - 2015-05-22

Complete new addon...finally the provider merged all 6 channels to one platform.

Version 1.0.0 (2015-05-22)
ADD: support 'add to addon fav'
ADD: show thumbs for episodes
ADD: playback of f4v streams (thx 2 Jin)
ADD: initial version for tests
UPD: finalized images


RE: RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - FunThomas - 2015-05-23

the purpose would be to make a script that downloads all my favourite shows automatically and i can watch them on tv and do not have to sit and watch on pc monitor Smile

thanx for the new addon ! i will see what i can use for my purpose ;-)


RE: RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - bromix - 2015-05-23

(2015-05-23, 09:52)FunThomas Wrote: the purpose would be to make a script that downloads all my favourite shows automatically and i can watch them on tv and do not have to sit and watch on pc monitor Smile

thanx for the new addon ! i will see what i can use for my purpose ;-)
Ah Wink I see. Feel free to take parts of the client implementation.


RE: RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - FunThomas - 2015-05-23

(2015-05-23, 09:55)bromix Wrote:
(2015-05-23, 09:52)FunThomas Wrote: the purpose would be to make a script that downloads all my favourite shows automatically and i can watch them on tv and do not have to sit and watch on pc monitor Smile

thanx for the new addon ! i will see what i can use for my purpose ;-)
Ah Wink I see. Feel free to take parts of the client implementation.

thanx and the other purpose is to learn a bit to use phyton Smile


RE: RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - bromix - 2015-05-23

You could maybe need client.get_formats(configuration) to get the ids and after that client.get_video_streams(...).


RE: RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - FunThomas - 2015-05-23

(2015-05-23, 10:02)bromix Wrote: You could maybe need client.get_formats(configuration) to get the ids and after that client.get_video_streams(...).

thanx for your support, your the best !

how long did you worked on the complete framework behind this plugins ?

your code looks real nice to understand using json ;-)


RE: RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL - bromix - 2015-05-28

(2015-05-23, 10:07)FunThomas Wrote:
(2015-05-23, 10:02)bromix Wrote: You could maybe need client.get_formats(configuration) to get the ids and after that client.get_video_streams(...).

thanx for your support, your the best !

how long did you worked on the complete framework behind this plugins ?

your code looks real nice to understand using json ;-)

Sorry...somehow Tapatalk didn't showed me this Sad

3 month with testing Smile It's a result of the YouTube addon - to save time in the future, to operate mostly independent (python 2.6-2.7 and Frodo, Gotham, Helix and Isengard) and to reuse tested methods in other addons.