The Past

About a year ago I decided its time to say goodbye to my xbox media center. It served me really well, it played most of the videos I had, it had a really nice and simple interface and was pretty stable. But… it was far from perfect, the xbox is really noisy and it did not play quite a few of the formats I had cause it did not have the power. It had no support for TV recording and would occasionally hang.

So, I thought, Ill buy a Mac mini and try it out, its pretty quiet, has the grunt to play almost any video format, has fast networking and you can plug a USB tuner in to it. It took me a few months to give up on OSX as my media center. Front row is nice, it has movie preview support, you can get it to play almost any format but it had quite a few issues which I just could not sort out. Apple made too many really annoying decisions for me.
Can I sort my videos by date? Apple says no.
Can I have integrated TV tuner support? Apple says no.
Can I extend and develop on top of the “front row” platform? Apple says no.
And on top of all of these issues I was having codec problems, stuff would work great on VLC and far from great on front row.

I did not give up that easily though:
I tried Center Stage which did not work.
I tried iTheater which was way too alpha
I bought MediaCentral which I gave up on quite quickly, I remember trying to explain to their support staff that you should be able to fast forward through AVIs (at least in 30 second skips), I lost that battle.

Vista Media Center

So… I went back to the drawing board. I installed bootcamp and then installed Vista and got Vista Media Center going. My Terratec USB tuner that worked fine in OSX kept on crashing Vista. I bought a new USB TV tuner: and it seemed I was back in business.

Some people think Vista MCE is the best product ever. I think its the crack talking. When I first used Vista Media Center I was shocked. Why the hell do you need such a complex initial menu. What is the logical relationship between pictures and videos: , isn’t a movie a video? I think Microsoft did a good job with the TV recording piece, I also think they did a good job with the configuration screens. The initial layout is all wrong and the weakest piece they released was the “Browse Videos” piece. I just couldn’t believe it, It seemed it was constantly trying to cache thumbnails, why, I don’t know. No metadata, no dvd support “without a hack”:Redirecting, no advanced sorting options, no way to view your items as a list.

But VMC did one thing much better than Apple. It allowed developers to write plugins for it. Now, the VMC platform is ghetto. But at least it exists. My first shot at video browser was in XAML, this version was very short lived, cause Microsoft decided that to “deprecate”:http://discuss.mediacentersandbox.com/forums/thread/6623.aspx XAML development on Media Center.

So, I downloaded the Vista MCE SDK and started playing around. When I mention this is ghetto, I mean it. You have no drag and drop GUI designer. The APIs are complicated, and do get some things to happen you have to revert to nasty “reflection hacks”:http://discuss.mediacentersandbox.com/forums/thread/6011.aspx . On top of that you never know when some big shot in Microsoft is going to decide to kill off MCML and build it on top of WPF. I think its bound to happen one day.

Digression aside, I got my plugin out and a few iterations later I was getting 100 downloads a day.

Can I make money out of this?

My current day to day work is on a fantastic ArchLinux machine, I write Ruby and Ruby on Rails code in Vim and it keeps me happy. Video Browser has always been a hobby not an income stream. So I thought, what the hell, I’ll just open source this thing and see what happens. I don’t need to make money out of this project. I can just wack this on my resume and if someone asks for some example code, I can show them Video Browser.

GPL

I decided to open source Video Browser under the GPL. I was thinking about an BSD style license and still in some way would prefer it, it fits much better with all my Ruby work. But no devs stepped up and asked for it. The biggest reason for going with GPL was that the “other”:Google Code Archive - Long-term storage for Google Code Project Hosting. open source VMC project was GPL and I wanted to be able to share code with them.

I have been really lucky with this whole open source experience. From go “Jas”:http://blog.manghera.com/ decided to join the efforts and gave us a whole new look and feel. The “community”:http://videobrowser.ch that has formed around this product has been really great and there has been a lot of positive feedback. We have also made a huge amount of progress in a really short amount of time.

The Future

I use Video Browser every day, I’m very happy with it, but there still is ton of stuff left to do.
I wish we had auto update functionality and you didn’t have to use the keyboard every time you want to get the latest version. I think navigation between the content area and the sort options area can be improved and made more intuitive. I think it would be awesome to support online content and movie trailers. Maybe a video browser like application for music would also make sense.

One of the biggest areas which would make it much more compelling for first time users would be an integrated metadata story. At the moment there is very clear distinction between metadata and browsing, you collect all your metadata for movies using windows apps and collect all your metadata for tv shows using a ruby script. This is really complicated for many users. Personally, I love the underlying architecture where the metadata is stored as close as possible to the videos, that has to stay. But I think that if somehow a complementing MCML app with some internal hooks could gather the metadata without having to use ruby or a windows app it would make Video Browser much more appealing for first time users. Imagine and “Add DVD” menu strip that will rip the movie and add metadata for it at the same time. It would be pretty cool.

In no way do I mean to knock the existing metadata tools that we have, I think they are awesome, its just that they are targeted at hackers. (Especially the ruby script I wrote)

In future, I hope we can make Video Browser faster and keep the bug count really low, I hope it can stay simple and provide a really compelling story for first time users. When people come over to your place and have a look at Video Browser I want them to say “Wow … that looks so easy, I wish I had something like that”

Comments

Justchill almost 16 years ago
Justchill

Great to read this. I'm also a very happy user of your video browser plugin. It works great. The TV-series metadata grabbing is a little too complicated yes, but Salami's movie browser is great for collecting movie-metadata.

<p>However I'm sad to say I will probably not use video browser anymore and just for the reasons you write. Vista <span class='caps'>MCE</span> is just too little customizable; no skins, no menu editing, too little customisation. And that's the reason I'm going to try MediaPortal. 

I was thinking why couldn’t you become a MediaPortal developer? That is something for you imo…

<p>Well, just keep up the good work anyway!</p>


<p>best wishes</p>
Sam Saffron almost 16 years ago
Sam Saffron

Justchill,

<p>I tried MediaPortal, <span class='caps'>GBPVR</span> and Meedios before settling for Vista <span class='caps'>MCE</span>, when I tried them (which was about a year ago) they all had issues with stability.</p>


<p>Perhaps its time to give MediaPortal another shot. Who knows, but it really concerns me that the MediaPortal guys have decided to implement <span class='caps'>WPF</span> from scratch. Thats crazy imho.</p>


<p>I do think there is room for a better <span class='caps'>DSL</span> for media center but I do not think that <span class='caps'>DSL</span> is <span class='caps'>WPF</span>.</p>


<p>I would prefer to be developing a media center app in something that looked more like <a href='http://code.whytheluckystiff.net/shoes/'>Shoes</a> but its going to be a while if/before something like that exists.</p>


<p>I do not think I will be abandoning my Vista Media Center in the near future …</p>
Mic almost 16 years ago
Mic

I agree, that vista lacks some features, other products offer, but there are people like sam who make vista a really great product.

<p>I second the stability issues sam described, I had the too. No product came even near to vistas stability.</p>


<p>The missing features you address:</p>


<p><em>no skins</em>

Skinning is possible, there is a great second party product for free.

<p><em>no menu editing</em>

Have a look at MC Menu Mender

<p><em>too little customisation</em>

So what’s missing

Paul Ceccato almost 16 years ago
Paul Ceccato

Hmmn, isn't XAML supposed to be MS new latest and greatest technology for builing UI's? And VMC deprecates support for it? The left and right hands of MS really don't know what the other is up to…

Garrett almost 16 years ago
Garrett

The one thing I think this plugin could really use is the vista DVD Library look. I would use the vista library but I encode my moves to xvid and the only reason I don't use your plugin is because it doesn't have the dvd cover view.

Sam Saffron almost 16 years ago
Sam Saffron

Garrett,

<p>Have a look at the latest builds, we do have a poster view which is very similar to a cover view.</p>


<p>Cheers

Sam

Lee almost 16 years ago
Lee

Hey Sam, Been using your movie browser add-in & ruby script for a while now, wanted to say thanks for your efforts, both work great :) Just one question though – The rubyscript grabs ‘Series' info, but this isn't displayed in the latest version (think it was before?)... Perhaps I need to move that xml file elsewhere for it to display now?

<p>Anyway, thanks mate,

Lee

Sam Saffron almost 16 years ago
Sam Saffron

Thanks Lee, The forums are probably a better place for this kind of question.

<p>We have never displayed series info but I would be more than happy to see a patch.</p>
Sebati_N over 15 years ago
Sebati_N

I can not see the my video files in the video brownser. What can I do? Thanks

Pecinko about 15 years ago
Pecinko

Have you looked at XBMC? I think that VB and XBMC have a quite some things in common. No TV support yet, though..

Bigp about 15 years ago
Bigp

i have just installed it, love it….much thanks

Rstevenp about 15 years ago
Rstevenp

Sam,
I am able to use Video Browser with my current My Movies VIDEO_TS File structure on several 1GB external drives, but the latest version of Media Browser will not show my movies, no matter what I do. I have tried shortcuts placed in the MyVideos folder, virtual files, still not movies will show up
Help Please

Sam about 15 years ago
Sam

better post on the forums at www.mediabrowser.tv or better still just run the configurator


comments powered by Discourse