Yesterday, 15:27
Yesterday, 16:16
"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
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
Yesterday, 18:01
@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?
Yesterday, 18:16
I'm not sure, maybe it's necessary to specify a different audio codec in the request.
11 hours ago
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
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
4 hours ago
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
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>
1 hour ago
@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.
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.
26 minutes ago
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.