•   
  • 1
  • 7
  • 8
  • 9
  • 10
  • 11(current)
NBC Peacock Addon Request
(Yesterday, 11:54)Paco8 Wrote: I've just added in version 0.1.8 an option in settings to enable 4K.
Could you test if it plays HDR10 and DolbyVision?

full 4k dolby vision working for me


if you find the time i would like to request the "add/remove to my list" functionality be added
Reply
"my list" functionality looks to be very simplistic

movie: Hop, uuid: ddf84c14-772f-3620-80c1-264c45bc9f0b



Add to my list:
curl 'https://sas.peacocktv.com/mytv/watchlist/ddf84c14-772f-3620-80c1-264c45bc9f0b' -X 'PUT'

Remove from my list:
curl 'https://sas.peacocktv.com/mytv/watchlist/ddf84c14-772f-3620-80c1-264c45bc9f0b' -X 'DELETE'

with authenticated headers, of course

-----

returns no data, only status code 201 on success
Reply
@Paco8 I'm unable to activate Atmos. How to play the movie "Furious 7" with Dolby Atmos sound? Do you have any ideas about what might be the cause of the problem?
Reply
I'm not sure, maybe it's necessary to specify a different audio codec in the request.
Reply
i took a swing at atmos audio but i havent found a solution

i found this in the decompiled apk but attempts to use anything but AAC either dont work at all or result in 2.0 audio only

i think if the right codec string can be found it would do atmos, if available
Reply
alright, i ground this down and atmos isnt available because of inputstream adaptive, not peacock/sky or this addon

https://github.com/xbmc/inputstream.adaptive/issues/650

i grabbed the mpd and found the atmos track but its not listed in kodi





      <Representation audioSamplingRate="48000" bandwidth="452258" codecs="ec-3" id="audio_0_en_452258">
        <SupplementalProperty schemeIdUri="tag:dolby.com,2018:dash:EC3_ExtensionType:2018" value="JOC"/>
        <SupplementalProperty schemeIdUri="tag:dolby.com,2018:dash:EC3_ExtensionComplexityIndex:2018" value="16"/>
        <AudioChannelConfiguration schemeIdUri="tag:dolby.com,2014:dash:audio_channel_configuration:2011" value="F801"/>
        <SegmentTemplate timescale="48000" initialization="layer_atmos/_781659496_10_2.mp4" media="layer_atmos/_781659496_10_2_$Number$.mp4" startNumber="0">
          <SegmentTimeline>
            <S t="0" d="288768" r="1285"/>
            <S t="371355648" d="73728" r="0"/>
            <S t="371429376" d="288768" r="80"/>
            <S t="394819584" d="311808" r="0"/>
            <S t="395131392" d="288768" r="0"/>
            <S t="395420160" d="144384" r="0"/>
          </SegmentTimeline>
        </SegmentTemplate>
      </Representation>
Reply
@Paco8 
you don't want to team up and make this a Slyguy add-on by any chance?

pretty sure i've got the code to do username/password login and device code login (no more cookie stuff)
We could also tackle Sky showtime as I should be able to pull the key we need I reckon

The reason I lost interest in this addon was because I didn't like the thought of "android only" add-on.
I struck this when getting to the playback side of things
But maybe this is the way more and more things will go so need to get onboard.
Reply
If you know the proper way to implement the login, we would all be grateful. I think everything else has been solved, including the SkyShowtime key.
Reply
  •   
  • 1
  • 7
  • 8
  • 9
  • 10
  • 11(current)



Logout Mark Read Team Forum Stats Members Help
NBC Peacock Addon Request0
This forum uses Lukasz Tkacz MyBB addons.