Olcay Buyan’s Blog

Entries tagged as ‘Brasov’

moreTV: remote recording – all facts

October 2, 2008 · 3 Comments

In August, I was in Brasov (Romania) to held a two day session on Windows Media Center development at the moreTV office. moreTV was developing a Windows Media Center client for their remote record service that already was available for STBs at that time. A few weeks later, moreTV presented their solution at the IFA consumer trade show in Berlin (Germany). So whoever didn’t have the chance to take a look at this at the IFA, here are the facts.


Scope of functionality

moreTV application for Microsoft Vista Media Center offers TV-centric services for Media Center users, who use their PC as TV or PVR device. moreTV offers a number of services that enhance the TV experience using the MS Vista Media Center.


The main services that are offered are


Electronic Program Guide (EPG)

  • 14-day EPG using Premium Data featuring genre filter, list view, etc
  • Personalized and Editorial Recommendations moreTV recommends for each user the highlights of the day and personalized recommendations
  • Search Buddy
  • All shows related to a user-defined keyword are automatically recorded.
  • Remote Recording: Schedule recordings from anywhere in the world using an Internet-PC or an iPhone
    2 Electronic Program Guide (EPG)
  • 14-day Premium EPG for all german channels
  • Advanced filter and search options
  • Series recording assistants
  • Advanced overview screen
  • including thumbnail
  • Rich metadata information, like genre and description
  • Detail screen


Recommendations


moreTV is the navigator through the jungle of hundreds of TV stations. To give the user the overview over the TV shows that might be interesting for him, moreTV features a multi-level recommendation engine, that includes Editorial, User-based and personalized recommendations. 

Editorial Tipps

Based on Editorial Tipps from one of Germanys best TV-listings publisher, moreTV offers the TV Highlights of the day for a variety of genres. The user is informed about the highlights of the day, 14 days in advance.

Personal Recommendations

moreTV offers the user TV shows that match his viewing preferences. Based on his viewing habits, moreTV records automatically what the user likes to watch.

Top 10

For each day, moreTV shows the user, the 10 most popular TV shows amongst all moreTV users, based on the number of sche Search Buddy.


Search Buddy

Whatever the user likes, a certain actor, or director or a specific topic, with moreTV search buddy he can define a keyword-based search buddy, which will automatically record all matching TV shows.


Remote Recording

Users can schedule recordings for the MS Vista Media Center remotely from anywhere in the world. moreTV remote recording supports mainly german channels with some additional channels from neighbouring countries. moreTV remote recording can be used via browser-based moreTV webEPG and via iPhone.


Web EPG

Web-optimized version of Premium EPG data featuring:

  • 14 days of data
  • Editorial Tipps
  • Complete Set of German channels including Premiere PayTV + most important channels from neighbouring countries.

Url: http://epg.more.tv


iPhone mobileEPG

  • mobile Edition of moreTV EPG
  • optimised for mobile news
  • Editorial Tipps of the Day
  • Direct link to “now on TV” and prime-time shows
  • Recording options for all shows

As far as I know, there will be a public version available “soon” – details on possible fees and terms of use in general will follow as soon as I get more details.

Categories: Uncategorized
Tagged: , , , , , , , ,

Windows Media Center development in Brasov (Romania)

August 17, 2008 · Leave a Comment

A few weeks ago Johannes Jauch (one of the CEOs of Axinom – the leading .NET solution provider in Germany) asked me if I would like to do a workshop on Windows Media Center development in Romania. Nothing special, since this is what I do mostly – supporting corporations as well as individuals – I aggreed and started to prepare for the workshop – actually I did need to check whether I need a visa for Romania… sounds easy right? But I tell you, if somebody is complaining about the opening hours of german departments, take a look at the opening hours of the romanian consulates! They open at 9.00AM and close the doors at 12AM – how nice is that?

However, their email responses are pretty good – so I after days of trying to reach somebody at the consulate, I dropped an email and surprisingly I received and very informative response – telling me that I don’t need a visa – woohoo! :) I informed the necessary people and booked my flight – a few days later I was on the road to Brasov (Romania).

Arriving in Bukarest after a short flight (2:20hrs), I thought I could pass the passport check quickly – but unfortunately the federal police had a few questions.

However, I was still good in time – of course I had only hand baggage.

But because I could pass through so quickly, I couldn’t find the ordered driver (Victor) - however he arrived at the airport a few minutes later and we started our trip to Brasov. Victor picked me up with a nice car - a ~2007 Mercedes Benz E-Class. On the road we talked about politics, cars, women, the industry in Romania, the second world war and corruption - of course a wide range of topics but if you sit in the car for more than 2 hours, you need something to talk about.

After arriving in Brasov and checking in at the hotel, I visited the company and met the developers – a group of smart guys with a lot of vitamin C#. We talked about Windows Media Center in general and their current project for the IFA trade show in Berlin (Germany). The IFA trade show is important – it’s the worlds leading trade show for the general public – major consumer electronics brands present themselves at this unique event. A showcase for innovation and the technology of tomorrow – coupled with a spectacular programme of entertainment events. I was however, suprised how much they already got up and running – which in fact was good, because we could than move to specific questions and try to solve those or find the right direction to go.

There were some questions or topics that I face very often when talking with developers… let’s list a few of them:

  • Light samples - Z and Q applications are nice but in addition of complete samples, customers want encapsulated samples to learn one specific feature (like the Repeater or the VirtualList).  One solution per sample/feature would be nice.
  • Model/View seperation - Projects have proven that it makes sense to have a ViewModel between your View (MCML) and Model (.NET/Data your application will “use”). Why? -> encapsulated responsibilities, ability to test UI behavior (unit testing), clean code structure, etc. Inside the ViewModel you can prepare your data from the Model for easy access from the UI (MCML), keep UI related states and more.
  • UI design guides – customers want samples to learn how to implement an UI concept they have received from a Designer.
  • Promote exisitng UI classes (Choice, ArrayListDataSet, etc)  - This is what I see very often… developers don’t notice these great exisiting classes, like the Choice or VirtualList class – instead they use generic lists or even worst they start writing own classes because generic lists don’t cover their needs (ChosenIndex, …). Those classes are very handy (even more if used in the ViewModel).
  • Place your “prepared” data in your (View)Model and try to handle everything inside your .NET code… especially state related data - Having helper classes for UI related things in your ViewModel instead pumping up the <Locals> section in MCML documents is much cleaner and of course accessable for unit testing.  Also you can handle specific events already in your ViewModel instead of taking an extra round (.NET -> MCML -> .NET).

Overall, regarding the project, I am happy that we could get trough a lot of things or found the direction to go on topics that did need further investigation – hope to see the solution at the IFA when I attend - end of august this year.

Thanks!
Olcay

Categories: Uncategorized
Tagged: , , , , ,