Release RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL
#1
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
#2
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
#3
(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.
#4
what german forum was it ?

i was trying to debug the addon but would be good to get some hints from german forum
#5
(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
#6
thanx Smile
#7
Hi bromix,

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

https://api.nowtv.de/v3/formats?fields=t...rPage=1000

to get the seoUrl and id
or from
https://api.nowtv.de/v3/formats/seo?fiel...s-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 ?
#8
(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=t...rPage=1000

to get the seoUrl and id
or from
https://api.nowtv.de/v3/formats/seo?fiel...s-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.
#9
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
#10
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 ;-)
#11
(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.
#12
(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
#13
You could maybe need client.get_formats(configuration) to get the ids and after that client.get_video_streams(...).
#14
(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 ;-)
#15
(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.

Logout Mark Read Team Forum Stats Members Help
RTL NOW, RTL 2 NOW, VOX NOW, N-TV NOW, RTL Nitro and Super RTL1