Google Search

Custom Search

Powered by...

Find us on Facebook

Saturday, 8 November 2008

ZuneOriginals Gets New Designs

The Zune customization web site ZuneOriginals.net recently added 46 new designs just in time for the holiday season. The new designs include a Zodiac series featuring both Eastern and Western astrology-related artwork from two different artists.

Full Article


Friday, 7 November 2008

SideShow in Windows 7

I stumbled accross this audio interview with Dan Polivy from Microsoft who talks about some of the new features with SideShow in Windows 7, most notable are TCP/IP support yeah! and Touch support.

"Microsoft has shown off some crazy features in Windows 7 over the past two weeks. Most of these additions are on the user interface level, such as the replacement of the sidebar with simply “desktop gadgets” which can pin to specific locations on the desktop. The evolved taskbar (first time a major usability change was brought to the taskbar since Windows 95 with IE4), the updated Aero features (Aero Peek, Color HotTrack, etc.), as well as Jumplists are also usability and “likeability” features which were added to Windows 7.

Beyond simply the looks, however, there’s also gesture and touch support. These two will have a significant role in Windows 7, as can be seen already via features such as Aero Shake and gesture functionality in common controls (such as scrolling) via the the tablet framework.

Finally, Windows 7 will be much more context-aware than any other operating system thanks to a new sensor framework debuting in Windows 7.

Despite all of thiis, there are still some Windows Vista features which have not been expanded upon during PDC; SideShow, for example, was curiously absent. Will SideShow see more enhancements which will increase adoption? Here’s the quick list:

  • Touch support with SideShow displays
  • TCP/IP support via the updated .net micro framework
  • 100% Backwards Compatibility with all Windows Vista SideShow gadgets

You can hear the full answer in an audio interview I magically recorded with the SideShow lead while at WinHEC"

Wednesday, 5 November 2008

My Sony PSP just got allot more interesting!

I just updated my Sony PSP with firmware update 5.01 and now I have access to the Playstation online store!

It's seems version 5.00 actually gave users access to the online store, I must have missed that update. 5.01 addresses issues with larger memory cards.

It seems quite good, free game demos and you can purchase PSP and PS One classic game titles. Movie and game trailers, wall papers and themes.

I might buy a few new games from the online store, as for someone like me who lives in the middle of nowhere, it's not like I can just pop to the shop and buy new game titles off the shelf.

The sign up process was a bit long winded and required me to submit allot of personal information such as DOB and postal address etc. But the sign up went smoothly and I had no problems accessing the store after the sign up process had completed.

Playstation Store Explained

Details for the 5.01 update

Details for the 5.00 update

Tuesday, 4 November 2008

What’s New In Media Player 12

I found a couple of interesting articles about WMP12...

"Windows 7 is going to ship with an updated version of Windows Media Player, WMP 12, which we’re excited to try out. In keeping with the new look of Microsoft apps, the new Media Player features a brighter, lighter look that reminds me of the new Windows Live betas. However, it’s not just the UI that looks different – the player itself offers some pretty cool new features, too"

Read the full article

And another good one here

This is the thing I am really interested to know more about, I wonder if a multi zoned audio setup with WMP12 / W7MC is now going to be possible?

Remote streaming set-up

"As well as streaming to remote PCs, WMP12 also includes support for controlling Digital Living Network Alliance v1.5 devices. These are networked devices with audio and/or video playback capabilities; so, similar to the scenario of streaming to an HTPC, you might be streaming audio to a Sonos box. Each device being Played To has its own playlist and playback settings and is controlled through its own little window"

Windows 7 Screenshots
The Play To controller for a network device

"If a device can't handle the format being streamed, WMP12 will detect this automatically and transcode it on-the-fly."

Saturday, 1 November 2008

Using ngRC? We need your feedback!

If you are using ngRC we need your input and feedback.

On the last two versions of ngRC, I have seen issues with the Now Playing and the Queue not updating and showing the currently playing track correctly.

They seem to get stuck on a previously played track and do not move on to show the new track that is now playing, even if you refresh the pages.

If you have also seen this happen? Then please head over to this forum and click on the thread that's entitled "RC1 Feedback" and describe what you are seeing?

So hopefully the developer can resolve any issues in this area, the more people that chip in the better the final release will be.

You can also check out the older thread entitled "ngRC queue not updating" which I posted in regard to the last beta version and similar issues.

You will need to sign up to the forum to post, but don't let that put you off submitting your feedback as we need it, even if your feed back is that you are not seeing this same issue and it is working OK for you?

Many Thanks.

Stuart

Friday, 31 October 2008

How to set your default album cover art images in ngRC

One of the things I was looking forward to with the release of ngRC RC1 was the ability to set my default cover art images. As I am using the "URL to Cover Art" program to make Media Center use my downloaded hi-res album covers and not the default low-res 200 x 200 ones that WMP11 creates.

ngRC by default just looks for and displays whatever is the largest image file in the albums folder.

So in ngRC using the previous beta version, it was showing some front covers but also back covers, inlay's and inside images, if they happened to be the largest image in that folder.

Now in ngRC RC1 you can edit the settings.jsp file in notepad to specify what your front covers are called? In my case all my high-res 600 x 600 album cover images are called Folder.jpg

Here is an extract of the original code from the settings.jsp file located in the C:\Program Files\ngrc\tomcat\webapps\ngrc\skins\pspiphone directory,

highlighted in bold is the section we are interested in.


*/
%>
<%@ page import="agorum.mce.ngrc.*"%>

<% //set the name of the default Image to look for (uncomment, if you want to change the default name)
//can be for example: f*.jpg
NgRCCommHelper.coverArtName=null;
//NgRCCommHelper.coverArtName="folder.jpg";


//default settings for filters
//defaultMaxItems (values are: -1 means all, 20, 50, 100)
request.setAttribute("defaultMaxItems", "50");
%>

Simply remove the comment // and specify the file name of your album cover images. So after I edited the file that section for me looks like the below.

//set the name of the default Image to look for (uncomment, if you want to change the default name)
//can be for example: f*.jpg
NgRCCommHelper.coverArtName=null;
NgRCCommHelper.coverArtName="Folder.jpg";

I could not initially save the settings.jsp file in notepad, due to not having the correct permissions on the folder.

So I closed notepad re-opened it with the run as administrator option on the right click menu and then I was able to save the changes to the file without problem.

I also stopped the ngrc.tomcat service at the same time, so that might have helped as well, after restarting that service I was then able to open ngRC in Internet Explorer using the address shown below. Also you need Media Center up and running at this point as well.

http://IP Address of your computer:8080/ngrc/skins/pspiphone/index.jsp

I am very happy to report that all my album's front covers are now being shown correctly in ngRC!

The next thing I need to look at is the defaulMaxItems in the settings.jsp file, as the Sony PSP has problems displaying long lists on one page, if you have a large music library like me, you end up getting memory errors.

Album Details View with Cover Art



Song Details View with Cover Art

next generation Remote Control RC1 now out!

next generation Remote Control (ngRC) Release Candidate 1 is now available for download.

The following is from the Developers site:

"It’s done, the new Version of ngRC 2.0 is available now… Here is a list of improvements towards the beta Version of 2.0:

  • fixed play all Problem (double added)
  • fixed settings page display error
  • implemented amount reduction of lists (let choose amount to display)
  • implemented prefered coverArt Image Filter (e.g. folder.jpg)
  • implemented default setting for maxAmount for lists
  • removed auto-refresh in actual playing, now refresh button instead
  • fixed ch+, ch-, vol-up, vol-down and mute button on extenders
  • made keyboards bit larger for better handling
  • Enhanced XML-Api for better using
  • Implemented Volume Feedback Display on Keyboard
  • Fixed actual playing List problems
  • some clean up and other small things
The new version can be downloaded on Sourceforge: https://sourceforge.net/projects/ngrc
Have a look at the settings.jsp in the folder InstallDir/tomcat/webapps/ngrc/skins/pspiphone. There you can set the coverArtName-Filter and the defaulMaxItems, have a look in the file for a detailed description.
Have fun using ngRC, looking forward for feedback!"

Wednesday, 29 October 2008

Is Microsoft finally coming to terms with the codec issues?

This is the biggest thing that annoys me about Microsoft and their claim about delivering the whole home digital eco-system dream to the masses. Codec support it sucks, it's a problem for most of us in one way or another. There is nothing worse than wanting to play your digital content than having the dreaded Codec message appear that says your device or MCX cannot play your video file.

I'm sorry but like it or not the main stream codecs that are out there are here to stay and Microsoft need to open up and support what at the end of the day their users want to play.

There maybe some light at the end of the very dark tunnel in the form of Windows 7. It's far too early to say but initial readings sound positive.

I stumbled across a few articles about Windows 7 from a media playback perspective some of them are quite intriguing.


"Windows Media Player has the most significant changes, with support for new codecs including AAC, H.264, DivX and Xvid, and support for the Digital Living Network Alliance (DLNA) 1.5 media streaming standard, including transcoding where necessary. Under the covers lie more multimedia features, including a new animation framework and DirectX 11."

Source.

This is good news, you can get AVI and MP4 movies for example now in to your media library with WMP11 via registry hacks but native support is always desired and preferred.

DNLA is also good news, fancy streaming music directly to your Onkyo amp for example? Now you can in Windows 7.

"H.264 playback is now supported out of the box with Windows 7 -- including on Media Center Extenders – both standalone hardware implementations AND on the XBox 360 when in Extender mode. I know a few people on http://www.thegreenbutton.com who will rejoice"

Source.

H.264 in some form was always expected in Media Center due to the fact HD TV really requires it. What is not clear at this stage is what containers we can use such as MKV.

The most intriguing thing I have read about Windows 7 from a media playback perspective is this:

"Multimedia routing. Windows 7 adds features for shuttling media files from PCs on your home network to streaming devices such as the Sonos multi-room music system. Microsoft says the OS will transcode files as necessary to make your entertainment play on gadgets regardless of whether the gadgets support the file format in question. Sounds intriguing; I look forward to trying it out."

Source.

Transcoding files as necessary? Could this be the start of the end of the codec compatibility issues we know of today?

So where's the AVI love?

Microsoft recently announced native H.264 support for Media Center and the XBOX 360 MCX. Well that was a no brainer as HD TV in many countries requires H.264 support.

So my question or half of it anyways still remains, when will we see native support in the XBOX 360 MCX for DIVX / XVID / AVI ?

Your guess is as good as mine but I now feel this won't be happening and I will be ditching my XBOX's in favour of Sony Playstation's for games and V2 extenders for MCX.

Tuesday, 28 October 2008

Windows 7 Media Center Revealed

Another new article revealing a few more details and screen shots on 7WMC via We Got Served

"Over in Los Angeles, attendees of Microsoft’s Professional Developer Conference will today hear about the features planned for Windows 7, and receive a pre-beta version of the software for testing and feedback.

Here at WGS, we’ve had a copy of that build (Build 6801, or Milestone 3 for you build geeks) for a little while - today our NDA is lifted and we can bring you a sneak preview of some of the features planned for Windows Media Center in Windows 7."

Read the article here