How the Xbox 360 Can Reinvented Itself

Video Games

The entertainment industry is shifting. Video games dominate all forms of media as an estimated 46 billion dollar industry. Your local video chain likely carries as many video games as it does DVDs. Blueray has beaten HD-DVD as the new media for watching movies at home, but it has the potential to be squashed by digital downloads. Not watching movies on your computer, but rather watching them on a box that is already hooked up to your entertainment system: your gaming console.

Netflix has existed for several years as a DVD-by-snail-mail service. This year they released the Roku box in the US that lets you subscribe to your Netflix service as digital downloads rather than DVDs. 10,000s of movies for $9 a month plus the cost of a $100 box.

I’ve been using my Xbox 360 with a media server for watching movies and TV shows for a few months now and it is so much more convient than having to deal with DVDs. On Monday Microsoft announced that they’d be partnering with Netflix for the Xbox 360. This is huge because Netflix is already a proven movie subscription model that works, and now they’re working with a gaming console that millions of people already own instead of yet another standalone box.

It sounds like the update next fall will fix quite a few other issues that have been bugging me as an Xbox 360 owner. Some of the planned updates:

Netflix

Netflix subscribers who are also Xbox Live Gold subscribers can stream movies from their Netflix queue for free. Unfortunately Netflix still isn’t available to Canadians.

Load Times

Trying to navigate through your Xbox Live arcade games / demos is painful. It can take up to a minute for games to load. Navigating your music library is equally as painful. They should cache the data to the local hard drive.

Xbox Marketplace on the Web

Trying to find something on the Xbox Marketplace is next to impossible. A web interface would be much simpler and would allow for easy searching.

Rip to Hard Drive

Games can be copied to hard drive to play faster (and quieter).

“Live Party”

I’m hoping this will let you set up the equivalent to a “chat channel” amongst your friends. One of my biggest pet peeves with using the 360 for voice communication is that I can’t set up a private group of just my friends when playing a multiplayer game unless that game itself supports that.

I don’t want to talk with people I don’t know online.

What I’d Like To See

There are some big improvements, but there’s still room for more. Here are a few things I’d like to see for my 360 to earn it’s spot in my TV room.

Targetted Content

The current Xbox 360 interface already offers a few advertisement locations. These are horribly used. Microsoft knows my play history for all of my games. They should be data mining that information and targetting advertisement for games I’m likely to want to play based on the games I usually play.

They don’t even do a good job of highlighting that there’s downloadable content available for the games I am currently playing.

Photo Zoom

I’m absolutely flabbergasted that we can’t zoom into pictures on the 360. It seems like it would be a very trivial application to support. Zooming would offer up some interesting 3rd party hacks like reading web comics / downloaded CBZ/CBR files as image files or converting e-books to images.

There has already been a homebrew Nintendo DS web surfer program that works by converting web pages to images on the DS.

Videos

There’s no reason why the Xbox 360 can support more video codecs. I’d really like to be able to play anything I download on the 360 without having to re-convert it.

Video Meta Data

We need something like ID3 tags for video files. I’d love to be able to tag my digitized video collection with director, main actors, and Rotten Tomatoes scores as well as being able to navigate by cover art like I can with my music collection.

Xbox Homebrew

The Xbox 360 already has a homegrew gaming development community, but they’ve starved it by charging a yearly fee to access it. I got to play some of the games when they had a free trial offer a few months ago, and while there were some gems there was nothing to compell me to pay the fee.

This is a huge shortsightedness, by making the games freely available to Xbox 360 gold members they would be giving hobby developers a huge reason to develop games on the play form. Sure, charge developers to have their games listed as that will weed out the utter crap, but at least let them have an audience.

Web Browsing

There’s no reason why the Xbox 360 couldn’t be used as a web browser. There’s even a neat little keyboard attachment you can buy that fits in with the controller. I’d be pretty happy if I could pause a game, check my email, and write a quick response.

I’m surprised Opera hasn’t teamed up with the 360 team to develop a pay browser like they did with the Nintendo DS.

Weekend Reader - programming, drm, api, google, copyright

Weekly Links

This is my weekly collection of the best stuff I saw on the Internet. You can follow this list of links as I post them on Friend Feed or on Twitter. Or you can get the weekly update by subscribing to Internet Duct Tape using RSS or using email.

Created with rss2html

Tags: , ,

Weekend Reader - javascript, friendfeed, google, lifehacks, web2.0

Weekly Links

This is my weekly collection of the best stuff I saw on the Internet. You can follow this list of links as I post them on Friend Feed or on Twitter. Or you can get the weekly update by subscribing to Internet Duct Tape using RSS or using email.

Tags: , , , ,

Weekend Reader - friendfeed, blogging, technology, programming, wordpress

Weekly Links

This is my weekly collection of the best stuff I saw on the Internet. You can follow this list of links as I post them on Friend Feed or on Twitter. Or you can get the weekly update by subscribing to Internet Duct Tape using RSS or using email.

Read More »

Filtering Reddit and Hacker News

Social Bookmarking and Social Voting

Giles had a fantastic rant this week that cut to the heart of what’s wrong with all of these “social web application sites”:

People who waste their own time have, in effect, more votes than people who value it - to elevate bad but popular ideas and irretrievably sink independent thinking.

It’s analogous to what’s wrong with the entire massively online roleplaying game genre (eg: World of Warcraft) in that success is a greater factor of the time invested than of skill or talent. Many social web applications add extra features to keep the users interacting with the site, even if this interaction offers dubious value to their lives.

Read More »

Weekend Reader - blogging, twitter, marketing, funny, lifehacks

Weekly Links

This is my weekly collection of the best stuff I saw on the Internet. You can follow this list of links as I post them on Friend Feed or on Twitter. Or you can get the weekly update by subscribing to Internet Duct Tape using RSS or using email.

Read More »

Weekend Reader - programming, lifehacks, code, blogging, funny

Weekly Links

This is my weekly collection of the best stuff I saw on the Internet. You can follow this list of links as I post them on Friend Feed or on Twitter. Or you can get the weekly update by subscribing to Internet Duct Tape using RSS or using email.

Read More »

Become a Greasemonkey Ninja with jQuery

Programming Tips

This is for all the Greasemonkeyers in the house who want to learn how to be much more productive when it comes to hacking together Greasemonkey script by using my favorite Javascript library: jQuery. jQuery will turn a 700 line Greasemonkey script into a 12 line Greasemonkey script. I learned about jQuery through all of the Greasemonkey scripts I created to work with Friend Feed.

This is advanced stuff that is of interest to people writing Javascript. If you’re just a Greasemonkey user then you can safely skip this one.

Read More »

Weekend Reader - twitter, blogging, usability, webdesign, bsg

Weekly Links

This is my weekly collection of the best stuff I saw on the Internet. You can follow this list of links as I post them on Friend Feed or on Twitter. Or you can get the weekly update by subscribing to Internet Duct Tape using RSS or using email.

Read More »

How to Unminify Javascript Code

Programming Tips

As websites have moved away from static pages to interactive updating displays, the modern Greasemonkey hacker has been forced to learn new tricks: namely interacting with the Javascript on a website. Sometimes that’s harder than it looks because the Javascript on the site you want to modify has been minified.

Read More »

Really Simple Syndication

Lifehacks and Productivity

What is RSS and what can it do for you?

Read More »

Competition

Marketing, Branding and Promotion

When we look at technology we use everyday, the great success stories all have one thing in common: competition. They all achieved their success despite healthy competition, or perhaps because of it.

Read More »

Fixing the WordPress.com Possibly Related Feature

WordPress Tips and Tricks

You might want to skip this post if you aren’t hosted on WordPress.com.

You may have heard talks about how “Related Posts” was going to become an integrated feature in the WordPress core. Last friday they released a feature called “Possibly Related”. They use Sphere.com’s technology to analyze what posts are related to the current post and add links to the bottom of it. Doesn’t sound bad, right? Wait for it…

For WordPress Multiuser (like WordPress.com) they’re including links to other “related” posts by other people.

Read More »

Delicious Links - 20 links - blogging, windows, codinghorror, amazon, shopping

Weekly Links

This is my weekly collection of the best stuff I saw on the Internet. You can follow this list of links as I post them on Friend Feed or on Twitter. Or you can get the weekly update by subscribing to Internet Duct Tape using RSS or using email.

Read More »

What Have You Done For You Lately?

Lifehacks and Productivity

For Earth Day this year I decided I was going to try to make a real change by commuting to work under my own power instead of using my car. I’ve been riding a wave of endorphin high as my body goes through the shock of experiencing exercise again for the first time in a long while. I can feel the winter doldrums lifting [1], and I asked myself: when was the last time I did something that makes a positive change in my life?

Read More »

Lifestreaming 101 - Don’t Cross the Streams

Social Software and You

History has a tendency to repeat itself, mostly because the inventors weren’t old enough to have been around the first time. Having a blog is the same as having a BBS twenty years earlier; using Twitter is the same as using IRC. Of course there are differences [1], but progress is built on the shoulders of giants.

Like how 2007 was the year of microblogging, 2008 is the year of lifestreaming. People are becoming more comfortable with the idea after learning to swim in Facebook’s pond [2], and they’re ready to start swimming into the raging rivers of the public Internet. But before these neophyte tadpoles start eating flies, there’s one thing they need to learn:

Don’t cross the streams.

Read More »

How to Import Your Twitter Contacts to Friend Feed

Social Software and You

I’ve commented before that Friend Feed makes for a really sweet Twitter client because of the way it threads replies and how easy it is to reply to another user. The only problem is trying to find all of your Twitter contacts on Friend Feed.

I’ve written a program that uses Google’s social graph to find the links between Twitter users and Friend Feed users. Download the program, run it, enter your passwords and watch it find and subscribe to all of your Tweeps on Friend Feed.

It keeps track of who it has added over time. If you unsubscribe from someone using the web interface, they won’t be added again by the program.

Read More »

Delicious Links - 20 links - blogging, google, webdev, marketing, lifehacks

Weekly Links

This is my weekly collection of the best stuff I saw on the Internet. You can follow this list of links as I post them on Friend Feed or on Twitter. Or you can get the weekly update by subscribing to Internet Duct Tape using RSS or using email.