Kodi Community Forum
NBC Peacock Addon Request - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Requests (https://forum.kodi.tv/forumdisplay.php?fid=251)
+---- Thread: NBC Peacock Addon Request (/showthread.php?tid=355867)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: NBC Peacock Addon Request - izprtxqkft - 2023-03-13

ah i see

no ive never seen that before and google thinks im searching for LGBTQ+ when i tried to look that up so that was interesting and unhelpful


RE: NBC Peacock Addon Request - matthuisman - 2023-03-14

the web / mobie login system probably uses captcha
capture requests that android tv apps use as they can't do webviewier I believe so often use a code that you enter in website

Also, playback only on Android - does that mean they enforcing verified media path?
So no other platforms supported?


RE: NBC Peacock Addon Request - Paco8 - 2023-03-14

Uploaded the addon here:
https://github.com/Paco8/plugin.video.skyott


RE: NBC Peacock Addon Request - Paco8 - 2023-03-14

(2023-03-14, 05:57)matthuisman Wrote: Also, playback only on Android - does that mean they enforcing verified media path?
So no other platforms supported?

Playback doesn't work on Linux nor Windows. The license server returns error 422.

I also tested on a Nvidia Shield and a Chromecast with Google TV, it works on both.


RE: NBC Peacock Addon Request - izprtxqkft - 2023-03-14

[plugin.video.skyott] playback info: {'response': {'errorCode': 'OVP_00001', 'description': 'Missing mandatory data: X-SkyOTT-UserToken'}}

maybe i dont understand setting up the cookies.conf

what i did, logged in on my computer, copied the network request as curl and extracted the entire "Cookies: " header and pasted it into the cookies.conf

if, however, X-SkyOTT-UserToken is supposed to be in my cookies - it is not


RE: NBC Peacock Addon Request - Paco8 - 2023-03-14

You have to copy the cookie without the "Cookies:" string at the beginning. Also be sure it doesn't have quotes (' or ") at the beginning or the end. The cookie has to be in a single line.

The X-SkyOTT-UserToken doesn't have to be copied. The addon requests it when needed.

Also be sure you selected a profile.


RE: NBC Peacock Addon Request - izprtxqkft - 2023-03-14

yes thats how i copied it so it should be correct, it was -H 'cookie: blah blah blah' i copied everything after cookie to the end quote so its blah blah blah in my file

how does one select a profile?

settings shows which service, peacock is selected

in the addon i have movies, tv shows and accounts, inside accounts i have close session and login with username

since login isnt working that option didnt do anything...


RE: NBC Peacock Addon Request - Paco8 - 2023-03-14

The profile option will be visible when the addon detects the cookie. Be sure you copied it in the correct path in userdata folder in kodi, and with the name "cookie.conf".


RE: NBC Peacock Addon Request - izprtxqkft - 2023-03-14

nope im doing something wrong

finally back to this, yes i was doing it wrong

works wonderfully now


RE: NBC Peacock Addon Request - izprtxqkft - 2023-03-14

let me know if you need any details - i do have a premium account


RE: NBC Peacock Addon Request - Paco8 - 2023-03-14

It would be good to know if you can play all the content, since I'm only allowed to play a few free videos.


RE: NBC Peacock Addon Request - izprtxqkft - 2023-03-15

using justwatch as a guide for whats premium on peacock - https://www.justwatch.com/us/provider/peacock-premium

im able to play Megan and Jurassic Park so it would appear that i am getting the premium content


RE: NBC Peacock Addon Request - Zuzia - 2023-03-15

Plugin works fine on Android but the sports content is unavailable. I have a paid premium subscription.


RE: NBC Peacock Addon Request - markeymark - 2023-03-15

just wanted to say brilliant work so far on this.....


RE: NBC Peacock Addon Request - Paco8 - 2023-03-16

I added a search option in version 0.0.6.
I'll try to add the sports section tomorrow.