What Happened to the Radio

Help! I just downloaded iTunes 11 and can't find the Radio category in the sidebar. How do I get that back? I enjoy listenting to streaming radio while working and it seems to have disappeared with the upgrade. I've enlcosed a screenshot to show that it is missing.
Cheers

Similar Messages

  • What happened to the radio stream "Hits of the 50's and 60's" ???

    Occasionally I like to listen to hits from the 50's and 60's on the iTunes radio. But a couple of months ago, that choice vanished from my list of streams. Does anyone know what happened to it, or could I somehow have deleted it by accident?

    They were removed several weeks ago. No explanation was given.

  • What happened to the radio stations in iTunes 11????

    I used to listen to the radio stations that were in iTunes; I just upgraded and i'll be damned if I can find them.  This is supremely irritating.  Please, someone tell me I've just overlooked them somehow.  Thanks.

    I had the same issue, and didn't have to reboot to get it to reappear. I couldn't find it either, and knew i had used it before on my ipad mini. I closed my podcast app (Which was paused on a podcast) and closed the itunes store app, and the itunes radio tab reappeared. it must have something to do with the other apps that are open...that's why turning your ipad off and then back on fixes it. It closes whatever app is preventing the radio tab from showing up.

  • What happened to the radio charts?

    I went to find the top play charts for local radio stations today, and couldn't find it anywhere. Is this feature no longer available on the store?
    It was very handy for finding a song I didn't know the name of.
    Mac Mini 1.25 PPC   Mac OS X (10.4.8)  

    They were removed several weeks ago. No explanation was given.

  • HT4623 What happened to the itunes radio tab? It was there yesterday and this morning Genius has replaced it's position.

    What happened to the itunes radio tab? It was working yesterday and this morning it has disappeared.

    JimHdk wrote:
    The bookshelf is history. Skeuomorphism is dead.
    Thank the stars! I'd really had enough of it.

  • TS5181 what happened to the list of channel on i radio and had a few comedy channel i liked n now cant find

    what happen to the list of channels i use to go to the comedy channels / mainly broardband comedy and comedy 104 and a bunch of others / what happend

    Gary,
    Go to iTunes>Preferences...>General> ✓ "Internet Radio." Internet will then appear below the Apple Logo in the sources bar.

  • What happened to the Latin Music category?

    What happened to the latin stations category? Is there any way to add more stations to radio that include latin and Mexican music stations? Or is iTunes limited to what shows up? Any information on how to re-add this category and how I might be able to add stations (and where to find them) would be awesome!

    Anyone?.....Buehler....?

  • What happened to the sidebar in 12 ? Can I get it back

    what happened to the sidebar in ITunes 12 ? Can I get it back ?

    Go through each of the sources Music, Movies etc. and select Playlists. Use the elipsis ... to enable sources.  Apps, Tones, and Internet Radio don't have a Playlists button, the others do and remember your selection. Not exactly the same as the old sidebar, but not too different.
    tt2

  • What happens to the open item in bsid table when it is cleared

    hi experts,
                   i have a doubt about open and cleared items of accounting documents. as we know open items of customers are stored in bsid and cleared ones in bsad. For suupose, an open item is closed ina particular period then what happened to the entry in bsid and bsad table. an entry regarding is stored in bsad (cleared),and what happens to the entry in bsid, still it will be there or removed from it.

    Hi,
    When ever we clear the document(Complete payment) that document will be moved to BSAD table. Other wise it will remain in BSID.
    If u are making partial payment then all the partial payment documents along with original document will be stored in BSID till u made the complete payment for that invoice.
    Assumption is u have to give all partial payment documents made for particular invoice item while u are making complete payment in F-28 transaction. So that these partail payment documents will also be cleared while making complete payment and moved to BSAD table.
    This trasaction can be used for both partial and complete payments.
    Irrespective of complete or partial payments made all the documents will remain stored in BKPF and BSEG tables.
    BSID and BSAD are index tables to address performance issues with BKPF and BSEG tables.
    So all open and cleared documents will be there in BKPF and BSEG tables.
    All cleared documents will be there in BSAD table.
    Alll open documents will be there in BSID table.
    Hope it is clear.
    Thanks,
    Vinod.

  • What happens to the mail in my iMac after I delete it from my iPhone? Will it be deleted from my computer as well?

    What happens to the mail in my iMac after I delete it from my iPhone? Will it be deleted from my computer as well?

    If they are both using the same iCloud ID (assuming you are running your mail from iCloud), then yes, the email will disappear from your Mac after you delete it from your phone and after your phone sycs with iCloud and your Mac syncs with iCloud.
    I use a windows phone, but it works the same.

  • Just upgraded to 5 from 3 - what happened to the page select icon? Can't find it in customize toolbars.

    Used to be you could select which page you wished to go back or forward to from the arrow icons on the navigation toolbar. The history menu item only shows 10 sites without having to open history for today. What happened? Is there another icon or a new plug in for this functionality? I used it all the time.

    ''what happened to the page select icon (Back/Forward)''
    The back/forward buttons have been moved to right-hand side of the navigation bar and the drop-down was removed. User right-click or hold click for one second to see the tab history. This is item #5 in my list.
    The History menu also has "Open Previous session" and "Open closed windows",
    to see more history use the History sidebar ("Ctrl+H") or the History Library List ("Ctrl+Shift+H") and sort or view by "Last visited".
    You can make '''Firefox 5.0.1''' look like Firefox 3.6.19, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 5.0.1, or 4.0.1, look like 3.6.*)]. ''Whether or not you make changes, you should be aware of what has changed and what you have to do to use changed or missing features.''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface

  • E4X: What happens to the root element?

    I'm working with XML using the E4X notation. I'm used to the "old school" XML APIs that use DOM and I'm a bit confused.
    For example, let's consider the following XML
    <mx:XML id="myXML" >
      <top>
        <sub1 id="uno">
          <sub2>hello</sub2>
          <sub3>world</sub3>
        </sub1>
        <sub1 id="duo">
          <sub2>ok</sub2>
          <sub3>ko</sub3>
        </sub1>
      </top>
    </mx:XML>
    In my code I use the following traces. This is done with the De MonsterDebugger, but all others should work the same way. I have casted the traces to String only to make it easier to ask this question (no need post images)
    MonsterDebugger.trace(this, "myXML:" + myXML);
    MonsterDebugger.trace(this, "myXML.sub1: " + myXML.sub1);
    MonsterDebugger.trace(this, "myXML.sub1.sub2: " + myXML.sub1.sub2);
    What I get as output is
    (String) = myXML:<top>
      <sub1 id="uno">
        <sub2>hello</sub2>
        <sub3>world</sub3>
      </sub1>
      <sub1 id="duo">
        <sub2>ok</sub2>
        <sub3>ko</sub3>
      </sub1>
    </top>
    (String) = myXML.sub1: <sub1 id="uno">
      <sub2>hello</sub2>
      <sub3>world</sub3>
    </sub1>
    <sub1 id="duo">
      <sub2>ok</sub2>
      <sub3>ko</sub3>
    </sub1>
    (String) = myXML.sub1.sub2: <sub2>hello</sub2>
    <sub2>ok</sub2>
    All is fine above and this was a bit long abstract for my question. The question is what happens to the root element, in this case <top>? I was trying to access the data with the following notation
    myXML.top.sub1; // etc
    I spent quite a lot of time trying to get it to work, until I discovered that the root element is not used. Can anyone explain this?
    Or, I guess the simple explanation is that the root node is ignored and the sub nodes are created as properties of the object. The question also could be stated as: Why isn't this documented in the Flex API Reference?
    Thanks.
    P.S. I found this article on common E4X pitfalls which also has other interesting topics when working with E4X.

    its gone
    downgrading would kill the phone..

  • What happens to the original photo after editing?  Does it get replaced by the edited photo?

    I just bought my first iPhone(5).  On Android, when editing a photo, the original stays in your gallery and the edited photo gets placed right next to it.  So what I want to know is, When editing a photo in the photo app, what happens to the original since it would be nice to be able to make different edits of it.

    That is an excellent question. This is definitely not the programmed behavior of Photoshop Elements. Normally, when you edit a file, a new copy of the file is created (the original is simply left alone). This new copy of the file will have "_edited-1" added to the end of the name. It should definitely not be adding $ to the name at all.
    Just as a test, create a new user account on your computer, and try editing another image to see if does the same thing there. However, I suspect there is another application on your computer that is modifying how files are saved, deleted, and renamed.

  • What happens to the while loop iteration counter if it runs unchecked?

    I want to use the iteration counter to initialise a value on the first loop of a while statement. ie i = 0, x = 100. Fine. The application I am building will be left to run for weeks or months on end without stopping (hopefully :¬)). What happens to the iteration counter in this situation? Does it reset to 0 or what? I don't want it reinitialising any values while the loop is running other than when it starts.
    I set up a while loop to try to figure out what happens and the iteration counter stops at 2147483648 which is 2^31 - 1.
    Any help would be appreciated,
    Thanks,
    Niel.

    It might be something you already looked at, but perhaps it's an option to perform the initialization outside (before) the while loop. That way it will be initialized correctly only once, no matter what the iteration counter does.
    Of course if you need the counter for other purposes than initialization you might have the same problem...
    Note that a lot of the timer functions also overflow after a certain time (I believe 24 or 48 days?) so be careful running very long loops (but you already knew that probably).

  • TS2972 I just updated all of our computers to itunes 11 and now when we try to use our home sharing, we can't import songs.  What happened to the easily located "import song" feature?  I wish now that I wouldn't have updated to the new itunes 11.

    I recently updated all of the computers in the house to itunes 11.  Now when we try to import songs from homesharing, we are unable to.  What happened to the conveniently located "import song" button on the old version of itunes.  Please help an old mother out please!

    diesel vdub, i use 11.1.1
    solved the issue today. first sync with itunes, so all the stiff you bought on the mobile will be backuped.
    1. uncheck sync music in itunes and sync. all the music will be erased from mobile device
    2. check music player on the mobile device. just the unwanted songs will still be there
    3. go on the iphone to settings, general, usage, music player. there is just a few mb from the remaining unwanted songs. swipeleft and erase the content. switch iphone off and on again
    4. repeat step 2. there will be no data. otherwise repeat step 3
    5. check sync music in itunes and sync. all the music will be back again but not the unwanted songs.

Maybe you are looking for

  • Re: Lumia 520 - Opening a video sent from WhatsApp...

    My Lumia 520 takes at least 10 mnts to open up a video sent via WhatsApp. It is too long. I got dis phone via flipkart. Photo uploading to my profile in many sites wil not happen. Occasionally it uploads. What is the solution? (Someone said me phone

  • Down payment condition type (azwr)

    Hi guys, Can you please help me how to configure AZWR (down payment) condition types. how we can raise milestone billing. please let me know.

  • One SQL Statement

    I have a text column with values like listed below: rec_num text_column 10001 'Today_is__my_birthday.' 10002 'I have__a___dog_and_a____cat.' where '_' indicates space. How can I use one SQL 'select ....' statement to get rid of the multiple spaces an

  • Sap Abap Upgrade

    hi all i am working on SAP ABAP Upgrade and facing problem with a data type RAW which is incompatible in ECC6.0. Can anyone suggest a replacement for this data type. Thanks a lot.

  • Is the .sh install facility going to be added to Solaris 11 since the IPS i

    Is the .sh install facility going to be added to Solaris 11 since the IPS is not ready?