On Saturday night I signed up for the Vidi trial. Although they don't have boat-loads of stuff, I think it's cool that they're trying. And I'm 100% sure it will continue to improve and be awesome.
Playing around with the site I realize what people are complaining about. Every time you click anything it reloads the whole [very] over-sized page.
Anyway, I couldn't find a good way to get hold of them to tell them they need a WP app, so I spent Sunday making one
In the video below is a native Windows Phone app. It authenticates against their service correctly (I mean, with any normal account, not just magic hax), and correctly streams their whole library (besides the paid movies).
Half way through I realized that it was just far too slow though. I mean, every time you clicked something it was a 10+ second wait, partly because they're doing some very odd things. So I then wrote a script to index all the content on the site. With that data I built up a REST API and deployed it to Azure. Everything except login is done via my server to make it nice and quick. Credentials never go to my server though, only Vidi.
Having proper data means I can also correctly organize it. I hate that Vidi lists each season individually like it is a different show. So in my app a series only shows up as one item, and has each season within. I'm interested to work out how many hours of content they have (etc.) too.
I've only implemented searching right now, not highlights/sections etc.
Also, NB NOTE: This was done in 1 day, so a lot of the styling is dodgy, and it isn't what I would consider store-ready. That being said, it's not just a webwrapper like their Android app
[video=youtube;KVOZ_1w5hkI]https://www.youtube.com/watch?v=KVOZ_1w5hkI[/video]
Vidi, let's chat. My email is in the video.
p.s. feel free to link this to Vidi.
Playing around with the site I realize what people are complaining about. Every time you click anything it reloads the whole [very] over-sized page.
Anyway, I couldn't find a good way to get hold of them to tell them they need a WP app, so I spent Sunday making one
In the video below is a native Windows Phone app. It authenticates against their service correctly (I mean, with any normal account, not just magic hax), and correctly streams their whole library (besides the paid movies).
Half way through I realized that it was just far too slow though. I mean, every time you clicked something it was a 10+ second wait, partly because they're doing some very odd things. So I then wrote a script to index all the content on the site. With that data I built up a REST API and deployed it to Azure. Everything except login is done via my server to make it nice and quick. Credentials never go to my server though, only Vidi.
Having proper data means I can also correctly organize it. I hate that Vidi lists each season individually like it is a different show. So in my app a series only shows up as one item, and has each season within. I'm interested to work out how many hours of content they have (etc.) too.
I've only implemented searching right now, not highlights/sections etc.
Also, NB NOTE: This was done in 1 day, so a lot of the styling is dodgy, and it isn't what I would consider store-ready. That being said, it's not just a webwrapper like their Android app
[video=youtube;KVOZ_1w5hkI]https://www.youtube.com/watch?v=KVOZ_1w5hkI[/video]
Vidi, let's chat. My email is in the video.
p.s. feel free to link this to Vidi.
Last edited: