butterproject / butter-desktop

All the free parts of Popcorn Time
http://butterproject.org/
GNU Affero General Public License v3.0
4.29k stars 1.08k forks source link

adapt core code to the butter-providers 1.0.0 spec #576

Open xaiki opened 7 years ago

xaiki commented 7 years ago

there is an ongoing effort to standarize providers and their response done in https://github.com/butterproviders/butter-provider

that makes our current code a bit divergent from the spec and we're going to need to make sure we abide

vankasteelj commented 7 years ago

I propose: {watched: [true, false, undefined], userinfo: { statusIndex: 0 }}

xaiki commented 7 years ago

I propose: {watched: [true, false, undefined], userinfo: { statusIndex: 0 }}

that has nothing to do in the provider code though, but yeah, looks good

vankasteelj commented 7 years ago

There is an infinite loop with shows : log something on list.js at 'onLoaded', it's terrifying