plugin.video.catchuptvandmore icon indicating copy to clipboard operation
plugin.video.catchuptvandmore copied to clipboard

Add auvio account

Open cmoulliard opened this issue 5 years ago • 9 comments

Request

Ho can we add the auvio account ?

I edited the settings.xml file to add my auvio account

    <setting id="auvio">true</setting>
    <setting id="auvio.login" default="true"></setting>
    <setting id="auvio.password" default="true"></setting>
    <setting id="auvio.order">8</setting>

but I dont see the account under accounts of the catchup plugin excepted RTL Play and VRT NU for the Belgian TVs.

Questions:

  • Is this workaround still working ?
  • Why to have the account ? Maybe to fix this issue as from the web site, 3 episodes 19-10-19, 26-10-19 & 2-11-19 are available for Vera as you can see here : https://www.rtbf.be/auvio/detail_les-enquetes-de-vera?id=2560187 but only one appears 2-11-19 under the Kodi plugin CatchupTV > RTBF Auvio > Series. Is there a reason why you only display the last and not all ?
Screenshot 2019-11-04 08 52 43 Screenshot 2019-11-04 08 52 37 Screenshot 2019-11-04 08 52 32 Screenshot 2019-11-04 08 52 14 Screenshot 2019-11-04 09 15 16

cmoulliard avatar Nov 04 '19 08:11 cmoulliard

Hi @cmoulliard,

I start to understand what you want. If I understand correctly the goal is to add an account to be able to play the content abroad (europe only) if you are a Belgium resident.

We need to think how to implement that. (not simple we can't activate it by default) We need to add a check of the Geo-localization (Europe IP and different from Belgium IP) and the account is correctly set. On my side it will be difficult to test. I don't have an account of Belgium resident of Auvio. Not sure also Kodi provide a lib to check the Geo-localization. (need to import a python lib maybe)

To clarify, the content is playable with a Belgium IP without an account needed.

Thanks, Wwark

wwark avatar Nov 05 '19 03:11 wwark

Hi,

I'm also interested in having an Auvio account used to play the content abroad. I think the account only needs to be used if configured, if left blank, just don't try to use it.

How can I help in implementing this? I can program, but am a beginner in python and Kodi plugins. I have an an Auvio account and can test developments.

nicerloop avatar Nov 10 '19 16:11 nicerloop

Hi , I would like to reactivate this thread, that would be great to have Auvio account as some live stream require to be authenticated Thank you very much for the work done and to be done !! Awesome project !

doczico avatar Jun 11 '21 12:06 doczico

and i guess there is no need of geolocalisation just possibility to use an auvio account to access restricted content. In any case if needed i could give some help in dev if i'm guided (not real dev but some skills in python) or could provide a working auvio account

doczico avatar Jun 11 '21 13:06 doczico

Hi!

I can help you to create one and initialize as being in Belgium.

xaviermiller avatar Jun 11 '21 15:06 xaviermiller

Hi! same for me
that's what i meant by "could provide a working auvio account" imho this feature starts to be quite important as some live shows on auvio requires to be authenticated for everyone, even in belgium

doczico avatar Jun 11 '21 19:06 doczico

For those that want to help: how-to to add credentials: have a look at

  • https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore/commit/f6a3b33374a69f8159720d921d3fd5830133052d
  • https://github.com/Catch-up-TV-and-More/plugin.video.catchuptvandmore/commit/93e9267496828d1c7bbc1d03835c6bd11de2c543

And to fetch the login and password login = xbmcaddon.Addon("plugin.video.catchuptvandmore").getSetting('auvio.login') password = xbmcaddon.Addon("plugin.video.catchuptvandmore").getSetting('auvio.password')

and then do what you have to do...

joaopa00 avatar Feb 24 '22 23:02 joaopa00

Hi , I would like to reactivate this thread, that would be great to have Auvio account as some live stream require to be authenticated Thank you very much for the work done and to be done !! Awesome project !

I was in France last week and even with an account, using the official application on Android, I wasn't able to access restricted content. That content was working fine in Belgium though.

I'll have a look to implement credentials, we'll see.

darodi avatar Jun 09 '22 19:06 darodi

  • linked to #924

darodi avatar Aug 24 '22 19:08 darodi