antonioparraga / braviarc

Python library for Sony Bravia TV remote control
MIT License
79 stars 41 forks source link

Limit of 50 sources #8

Closed trunet closed 7 years ago

trunet commented 7 years ago

getContentList only returns 50 items. We need to loop the request using cnt and stIdx parameters to get the next batch and so on until last one is returned.

trunet commented 7 years ago

Fix is here: https://github.com/aparraga/braviarc/pull/9