Something went wrong. Try again later

evilmax17

This user has not updated recently.

73 8 5 7
Forum Posts Wiki Points Following Followers

evilmax17's forum posts

Avatar image for evilmax17
evilmax17

73

Forum Posts

8

Wiki Points

7

Followers

Reviews: 0

User Lists: 0

#1  Edited By evilmax17

Will all of these feeds require a paid membership, or just the HD ones? 
 
Will you always be required to login to access them, or is that just for beta?

Avatar image for evilmax17
evilmax17

73

Forum Posts

8

Wiki Points

7

Followers

Reviews: 0

User Lists: 0

#2  Edited By evilmax17

Any chance of exposing this in the near future?
 
It looks like the logic for this is already implemented (as it's used by all of the Whiskey sites), it just needs to be supported in the API.

Avatar image for evilmax17
evilmax17

73

Forum Posts

8

Wiki Points

7

Followers

Reviews: 0

User Lists: 0

#3  Edited By evilmax17

The Whiskey Media channel for the Roku DVP is NOW AVAILABLE to download! 
 
You can either get it by navigating to the Channel Store on your Roku and checking under the "What's New" section, or by following this link:  https://owner.roku.com/Account/ChannelCode/?code=WhiskeyMedia 
 
See the OP for forthcoming updates.

Avatar image for evilmax17
evilmax17

73

Forum Posts

8

Wiki Points

7

Followers

Reviews: 0

User Lists: 0

#4  Edited By evilmax17

  

      
Hey duders, 
 
I recently bought a Roku Digital Video Player,  and really wanted to watch Giant Bomb videos on it.  Roku offers an SDK, and Whiskey offers an API, so it seemed like a match made in heaven.  I've been developing this for a couple weeks, and I'm just about done with the initial release candidate.  More features will come after 1.0 is released, but here's what I have so far.
 
Coming Soon, but after version 1.0:
 - Search for videos 
 - Listen to Podcasts 
 
Planned, but not currently supported by the Whiskey API 
 - Tested / Screened / Anime Vice 
 - Filter videos into categories (Quick Looks, Endurance Runs, etc) 
 - HD Videos 
  
I''m still polishing things up, but this should be available as a free download on the Roku Channel Store soon.  
 
Any other Roku owners here? 
 
Edit: NOW AVAILABLE in the Roku Channel Store!
Avatar image for evilmax17
evilmax17

73

Forum Posts

8

Wiki Points

7

Followers

Reviews: 0

User Lists: 0

#5  Edited By evilmax17

Is it possible to query the API for all videos of a certain type?  (For example, get all "Quick Looks", "Endurance Runs", etc, just like how they're categorized on http://www.giantbomb.com/videos.)  From what I can tell, there isn't a specific way to do this currently.

I can get HTML that lists all of the Quick Looks here:
http://www.giantbomb.com/video/get-subnav-content/?video_type=3?page=1
...but parsing HTML isn't ideal. 

What would really be awesome is if I could do this from the API.  Something like this would return all Quick Look videos from Giant Bomb sorted by publish date:

http://api.giantbomb.com/videos/?api_key=MY_API_KEY&sort=publish_date&video_type=3&format=xml    

Is there any chance that this (or something similar) could be implemented?