Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

Adding XM Satellite Radio to Start menu

Last post 05-19-2007, 9:33 PM by Drew. 38 replies.
Page 3 of 3 (39 items)   < Previous 1 2 3
Sort Posts: Previous Next
  •  11-23-2006, 4:04 AM 150792 in reply to 148031

    Re: RE: Adding XM Satellite Radio to Start menu

    I finally gave up, as the entire process of accessing XM via the MCE interface along with XM's clunky software was completely and totally annoying.  These days, I access XM via my own rewritten version of the Yahoo! Widget Engine's XM Tuner Widget.  It's driven completely by my remote control, does not require having MCE's interface running in the background (yet has the same look and feel as MCE) and -- more importantly -- WORKS.
  •  04-09-2007, 4:54 PM 181186 in reply to 150792

    Re: RE: Adding XM Satellite Radio to Start menu

    sds910:
    I finally gave up, as the entire process of accessing XM via the MCE interface along with XM's clunky software was completely and totally annoying.  These days, I access XM via my own rewritten version of the Yahoo! Widget Engine's XM Tuner Widget.  It's driven completely by my remote control, does not require having MCE's interface running in the background (yet has the same look and feel as MCE) and -- more importantly -- WORKS.


    How about sharing your code?  I'm sure others would like to use it.

    Vista Ultimate with TV Pack
    Core 2 Duo E4500 @ 2.2GHz (OC'd to 2.9) / 4 Gigs Ram
    c: 80 Gig d: 500 Gig SATA
    Tuners: PVR-500 / HDHomeRun x 2 / WinTV 1600
    Extenders: DMA-2200 / DMA-2100 x 2

    Linksys V1 extender (for sale..anyone interested?)
  •  04-09-2007, 6:56 PM 181217 in reply to 149779

    Re: RE: Adding XM Satellite Radio to Start menu

    wassup:
    Hi, I'm new to the GB but have been using MCE and XM for a little while...

    I too got tired of the login process everytime I wanted to access XM.  So, I automated the process with some javascript and this combined with the start-menu hack I found in this thread, I now have a one-click access to XM.  So here is a link to the script for those who might find it useful:

    http://www.siana-systems.com/xmradio.dat

    Save it on your machine and change the extension from .dat to .html.  Also, you'll need to edit the file and enter your login/password (top of file).

    Last, update the XM registry (see earlier posts) to have the start-menu XM point to this file.  Here is my registry entry:

    url: file:///C:/Program%20Files/XMRadio/xmradio.html

    Et Voila!

    I'm using Vista/IE7 and I'm hitting a Javascript "access denied" error on line 37 of the page. I'm wondering if it's due to some kind of cross-scripting blocking going on in IE7 or something goofy like that.  Anyone know of a workaround to get this to work properly?

    Thanks!


    -NizZ8
  •  04-09-2007, 9:23 PM 181232 in reply to 181217

    Re: RE: Adding XM Satellite Radio to Start menu

    Sorry I'm not using Vista so I can only guess at your problem...

    It looks like a cross-site security restriction (ie: the local script fetches data from the foreign xm site). 
    You may try the following in IE7:

    tools->config->security->internet->custom->miscellaneous->Access Data sources across domain(Enable)


  •  04-10-2007, 12:05 AM 181252 in reply to 181232

    Re: RE: Adding XM Satellite Radio to Start menu

    Gave it a run.. trying to essentially disable all security stuff for a 'trusted site' and still not getting anywhere yet.  Tried it on an XP machine and it worked just fine.  I'll post back if i find the solution.


    -NizZ8
  •  04-10-2007, 12:52 AM 181256 in reply to 181252

    Re: RE: Adding XM Satellite Radio to Start menu

    I found a way to get this partially working (works on the vista MCE box, but not on the 360 extender).  All i'm doing is forcing IE to use the older ActiveX object that you had in the 2nd else if clause.

        if ( window.XMLHttpRequest ) {
            xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
            // xmlhttp = new XMLHttpRequest();

    ... not sure why the 360 isn't liking it, but works like a charm on the vista MCE.

    -NizZ8
  •  04-16-2007, 6:25 PM 182246 in reply to 181232

    Re: RE: Adding XM Satellite Radio to Start menu

    wassup:
    Sorry I'm not using Vista so I can only guess at your problem...

    It looks like a cross-site security restriction (ie: the local script fetches data from the foreign xm site). 
    You may try the following in IE7:

    tools->config->security->internet->custom->miscellaneous->Access Data sources across domain(Enable)


    I was able to get this to work on my MCE 2005 computer until I did the above. Then I figured out where these settings were kept in the registry and thought I could apply the same settings to my extender profiles to make the autologin for XMRadio to work on my extenders but it still does not work.

    Has anyone been able to get the xmradio autologin work on their extenders?

  •  04-19-2007, 4:32 AM 182624 in reply to 182246

    Re: RE: Adding XM Satellite Radio to Start menu

    bump

    Has anyone been able to get this to work on extenders or know of an alternative way to automatically pass in the user name and password for XM Online via the extender?

    For some reason the Remember me option does not work on the extenders and it is a pain in the butt to enter this information via the remote.

  •  05-19-2007, 9:33 PM 188349 in reply to 82613

    Re: RE: Adding XM Satellite Radio to Start menu

    Hi,

    I used your fix but it still doesn't show up in MCE.  The only thing I don't know how to do is generate a reg key.  How do I do that.  Here is what I put in.

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Categories\Start Menu\{ABEDF8D5-1939-4518-A576-30E612340600}]
    "AddIn"My Home""
    "BackgroundColor"="RGB(42,90,174)"
    "CapabilitiesRequired"My Home""
    "Context"="start=1"
    "Description"="My Home"
    "ThumbnailUrl"="C:\\Program Files\HAI\web-link\MCE\HAIHome.png"
    "Run"=""
    "Subtitle"="whatever"
    "AppId"="{ABEDF8D5-1939-4518-A576-30E612340600}"
    "ImageUrl"="C:\\Program Files\HAI\web-link\MCE\HAIHome.png"
    "Title"="My Home "
    "Url"=""C:\\Program Files\\HAI\Web-link\MCE\main.htm "

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center\Extensibility\Applications\{ABEDF8D5-1939-4518-A576-30E612340600}]
    "CompanyLogo"="C:\\Program Files\HAI\web-link\MCE\HAIHome.png"
    "CompanyName"="My Home"
    "Description"="My Home"
    "Title"="My Home"

Page 3 of 3 (39 items)   < Previous 1 2 3
View as RSS news feed in XML
About TGB | Advertise | Link To Us | Donate | Terms Of Use | Privacy Policy
© 2003-2007 The Green Button, Inc. - All Rights Reserved