How can i make itunes look like the new version?

I downloaded the new Itunes 11.4 and it's opening as the old version of Itunes, how do i open itunes to the updated version on my mac?

Turnb off the left sidebar.
iTunes menu Viiew > Hide Sidebar

Similar Messages

  • How can I make Firefox look like the new updated toolbar?

    I installed Firefox 4 on a new computer running Windows XP, but I still have the old look and layout of Firefox. I want to use the new look with the all in one drop down menu bar.
    This is a fresh install of Firefox 4 with no previous version installed. Below is what mine looks like.
    See image: http://i52.tinypic.com/1532y4h.jpg

    Right-click the Menu bar and click to de-select the Menu bar.

  • How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?

    How can I make iTunes sort on the first word by default, even though that word is "The" or "A"?
    I myself think that (for instance) "A tribe called Quest" should be sorted under "A", not "T".
    Now I can edit the sort options manually per track and/or per selection, but I would really like to just kill this "iTunes-knows-how-you-should-sort"-feature in iTunes.
    Anyone any suggestion on how to do that?
    Thanks

    Here is a modified version of one of Doug's Scripts. My modification was to add Sort Name to the list of tags that could be changed. I tried it on a single track and it worked. I recommend backing up your library first. Select the tracks you want to change (or all tracks) and run the script from the Applescript Editor.  If it works as intended, save it so you can apply it to newly imported tracks.  And, yes, I know this isn't the exact answer to your question, you want to change a preference setting in iTunes (if there is such a setting).
    Original script can be forund at http://dougscripts.com/itunes/scripts/ss.php?sp=thistagthattag
    Modified script is below. Start up Applescript Editor, paste it into a new window.  Start up iTunes and select the tracks to modify.  Click Run in the Applescript Editor.  Follow the instructions.
    (* Put This In That
    v2.0 april 22 2008
    - runs as universal binary
    - adds "Show" tag
    - consolidated code
    - saved as script bundle
    v1.7 October 3, 2006
    - adds "Album Artist" as option
    v1.6 October 28, 2004
    - works around iTunes 4.7 selection bug
    v1.5 ('04/1)-- adds "grouping" tag
    Get more free AppleScripts and info on writing your own
    at Doug's AppleScripts for iTunes
    http://dougscripts.com/itunes/
    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
    Get a copy of the GNU General Public License by writing to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    or visit http://www.gnu.org/copyleft/gpl.html
    -- CONSTANTS
    property allOptions : {"Song Name", "Artist", "Album", "Album Artist", "Composer", "Genre", "Comments", "Show", "Grouping", "Sort Name"}
    property my_title : "Put This In That"
    global thisTag, thatTag, theNewTags, theOriginalTags, yn
    tell application "iTunes"
              if selection is not {} then -- if tracks are selected...
                        set sel to selection
                        set numTracks to (length of sel)
                        set s to "s"
                        if numTracks is 1 then set s to ""
                        display dialog "The data from one tag REPLACES the data in another tag in all the selected tracks, with option to delete data in first tag." & return & return & (numTracks & " track" & s & " selected.") buttons {"Cancel", "Continue"} default button 2 with title my_title giving up after 30
                        if gave up of result is true then return
                        my choose_this_tag()
                        my choose_that_tag()
                        set yn to (button returned of (display dialog "Delete data in " & thisTag & " afterwards?" buttons {"Yes", "No"} default button 2 with title my_title giving up after 45) is "Yes")
                        set oldfi to fixed indexing
                        set fixed indexing to true
                        repeat with t from 1 to numTracks
                                  tell contents of item t of sel
                                            set theOriginalTags to {get name, get artist, get album, get album artist, get composer, get genre, get comment, get show, get grouping, get sort name}
                                            set theNewTags to theOriginalTags
                                            my do_put()
                                            set {name, artist, album, album artist, composer, genre, comment, show, grouping, sort name} to theNewTags
                                  end tell
                        end repeat
                        set fixed indexing to oldfi
              else
      display dialog "No tracks have been selected." buttons {"Cancel"} default button 1 with icon 0 giving up after 30
              end if -- no selection
    end tell
    to choose_this_tag()
              tell application "iTunes"
                        set n to (choose from list allOptions with prompt ("Select a tag to get data from:") with title my_title)
                        if n is false then error number -128
                        set thisTag to (n as text)
              end tell
    end choose_this_tag
    to choose_that_tag()
              set o to {}
              repeat with t in allOptions
                        if (t as text) is not thisTag then copy t to end of o
              end repeat
              tell application "iTunes"
                        set n to choose from list o with prompt ("Use data from the " & thisTag & " tag to REPLACE data in...") with title my_title
                        if n is false then error number -128
                        set thatTag to n as text
              end tell
    end choose_that_tag
    to do_put()
              try
                        repeat with i from 1 to (length of allOptions)
                                  if thisTag is (item i of allOptions) then
                                            set thisTag_sto to (item i of theOriginalTags)
                                            exit repeat
                                  end if
                        end repeat
                        repeat with i from 1 to (length of allOptions)
                                  if thatTag is (item i of allOptions) then
                                            set (item i of theNewTags) to thisTag_sto
                                            exit repeat
                                  end if
                        end repeat
                        if yn then
                                  repeat with i from 1 to (length of allOptions)
                                            if thisTag is (item i of allOptions) then
                                                      set (item i of theNewTags) to ""
                                                      exit repeat
                                            end if
                                  end repeat
                        end if
              end try
    end do_put

  • HT201303 I reset my iTunes Security Questions and when I go into the Apple Store to buy a TV Show it is still asking me the old security questions, not the new ones... How do I make iTunes ask me the new security questions?

    I reset my iTunes Security Questions and when I go into the Apple Store to buy a TV Show it is still asking me the old security questions, not the new ones... How do I make iTunes ask me the new security questions?

    Get prepared for some bad news, then contact iTS.
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • HT201263 How Can I Update My Iphone To The New Version Of IOS

    How Can I Update My Iphone To The New Version Of IOS

    Allan Eckert wrote:
    Connect to a Mac
    Or a Windows PC with iTunes installed.

  • My firefox does not look like the new version, why?

    I have downloaded the new Firefox but it looks like the old version. Why?

    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden, so you need to hide the Menu bar via View > Toolbars, also accessible via Firefox > Options.<br />
    If you need to access the hidden Menu bar then press F10 or hold down the Alt key to make the Menu Bar appear temporarily.<br />
    You can place the Tab Bar on top.
    * View > Toolbars : [ ] Menu Bar
    * View > Toolbars : [X] Tabs on Top
    *http://www.mozilla.com/firefox/features.html

  • Is it possible to make the new iTunes look like the older version, which actually worked?, Is it possible to make the new iTunes look like the older version, which actually worked?

    The current version of iTunes is rubbish. Half the time when I try to drag and drop new items to my iPod I get an error message. Why? It is not obvious how to create playlists, then when you finally manage do so using the top menu, you click 'Done' and it disappears. ***? This is a dog's breakfast and the developer should be sacked.
    Apparently it is possible to set it up so that it looks and behaves like the earlier version, which worked fine--devices and playlists all appeared in fixed position o the left-hand-side men (why mess with this tried-and-true formula?). But I can't work out how to do this. Would appreciate some guidance.

    It is very similar to the old version.
    Just select the sidebar to be visible and it is mostly like the old version.

  • Can anyone make dreamweaver compatible with the new version of chrome and how much it would cost?

    Need to have someone update my site to make it visible online - it's not showing properly in the new version of chrome --- and how much it would cost.

    In addition to the numerous code errors mentioned by Jim, you're making a huge mistake with Flash navigation.  It's deadly for site visitors who don't have Flash supporting devices.  How will people navigate your site?  I would rebuild your 5-page site from the ground up with HTML5, CSS and ditch all those old school tables. 
    If you're interested in a quote, you can contact me through my web site.
    Alt-Web Design & Publishing Contact Form
    Nancy O.

  • I don't like the new layout. How can I make it look like it did before this unwanted update?

    I don't want to just reinstall the older version, since I'll be constantly refusing update requests and will lose any new security updates. I just want to have the layout I had before FF changed it without informing me in advance. Otherwise I will switch to a different browser. I'm a patient man, so I will give FF 24 hours to correct this unwanted annoyance before switching over to the competition.

    You can make Firefox 4 look and behave more like Firefox 3.6, for details see http://www.computertechtips.net/64/make-firefox-4-look-like-ff-3-6

  • During installation of the NI-VISA 2.01 driver I get an error that tells me that my file (NICVISA.DPT) doesnt look like a tar archive. How can I make it look like a tar archive or is that not the solution to the problem?

    I am trying to install the NI-VISA 2.01 driver I downloaded from the NI website on a HP-UX 10.2 platform, but it keeps giving me the following error:
    tar: /var/spool/sw/NICVISA.DPT: This doesnt look like a tar archive.
    I also get errors telling me that files can't be loaded because their missing from source media. What could be causing this? Some of the files are msgrt4.txt,ni7seg24.bdf,ni7seg26, etc... Can these needed files be downloaded anywhere or is the problem linked to the tar archive scenario..

    The files were corrupt. Originally I had downloaded the driver files to my PC and used FTP to transfer them to my UNIX machine.
    Your tech support rep. suggested I download the driver files via ftp.ni.com to my UNIX machine vs. the PC...this worked great. I am now communicating with my instrument

  • How can i make firefox look like windows explorer?

    i'm using a custom explorerframe.dll in windows explorer. Now I want the firefox navigation bar(back and forward buttons; address bar) to look exactly the same. Is there a script(userchrome.css) that can do this automatically or do i have to port the style and make my own theme?

    Right-click the Menu bar and click to de-select the Menu bar.

  • How can I cancel itunes match without the latest version of itunes? I can't get the drop down menu from the store

    I have a mac which doesn't support the new itunes. The instructions I have from apple say that I have to use a pull down store menu from the itunes store and then I should be able to view my account and cancel by turning off the auto renew button next to itune match, The only trouble is I can't see the itune match at all.

    Turning off the auto-renew does not cancel the service. To actually cancel, or turn off the service, you need to contact iTunes Store support. What the instructions are are getting is telling you to do is to cancel the auto-renew. You can accomplish that by, in iTunes:
    1. Pull down the Store menu and select "view account."
    2. Enter your credentials when prompted.
    3. In the middle of the page click the hightlight button:

  • How can i record a song on the new version of garageband

    I just bought everything to record myself on the latest version of garageband. I can hear myself talking through the microphone and I can also hear my piano but when I press the red button "record" it doesn't record anything ! How can I do to make this work ??

    Have you set the input source as described here?
    http://help.apple.com/garageband/mac/10.0/#gbnd4c2cc43e
    And enabled the track for recording as described here?
    http://help.apple.com/garageband/mac/10.0/#gbnd9e804dab

  • New User Question: Make iTunes look like the My Music folder on my PC

    Hello
    I newbie question. I just bought a 60g with Video.
    I use Winamp for my PC, and use a Plug-in called "Dynamic Library". This allows me to see directly into my "My Music" folder while using Winamp.
    Is there something similar to this that I have missed? Or, to put it another way...is there a way to have a folder created for each artist rather than a list of each song and each artist? This would enable me to scroll by artist then click that artist to see song lists (hopefully)
    iTunes has a list of 5000 songs making it difficult to scroll efficiently. I really hope I don't have to manually create hundreds of playlists (one for each artist) so that I can find a song quickly.
    As always, I apologize in advance if this is incredibly obvious and I have had a brain **** and missed it.
    Thanks for any feedback.
    sony viao   Windows XP Pro   866mhz, P3, 140G, 512 RAM.

    Thanks Dave
    I see that. Here's an example of what I'm trying to do. In my My Music folder, I had a folder called "one hit wonders," iTunes has divided this into each artist or its album. My original folder was a mix of several one hit wonder albums. Then I find out that you have to manually add album art to each artist. There was a appropriate album art in each folder. I am just surprised that iTunes couldn't automatically recognize this when it originally downloaded each folder.
    I have just spent so much time organizing my "My Music" folder...untold hours. Now I'm basically looking to go through that all over again.
    I wonder if I had selected "manually label each folder" or whatever the choice was when iTunes started if this would be different?
    sony viao   Windows XP Pro   866mhz, P3, 140G, 512 RAM.

  • How can i make something look like it was embossed in PS?

    I have a simple shape...a rectangle filled with a solid color. It is a separator bar on a poster. I want the top of the bar to have highlight and the bottom of the bar to be darkened. (As if I brought it into PS and applied an emboss filter)
    I tried using a gradient and got ok results. Is there a better way to do this?
    TIA
    Dean

    If you count me, now two people want to know how to emboss a simple shape or path in Ai. I already know how to do it in both Photoshop and Fireworks, both a piece of pie, but I (we) must be overlooking something astonishingly obvious in Illustrator.
    Why not do it in Photoshop? Because the background from Ps comes along for the ride - even if it's transparent in Ps. And, unless I flatten the embossed path in Fw (converting it to bitmap from vector), the emboss doesn't paste into Ai, and then the background comes along...
    regards, su

Maybe you are looking for

  • Missing part check functionaliy at the time of GR when using IDOCS

    Hi All, We are using IDOCs to record the the Good Receipt for the Purchase Orders. Then a BAPI is called to post the GR. There is a functionality for missing parts checks which can be activated at the time of GR which checks the ATP & sends mail to M

  • Sub Column to be displayed in ALV

    Hi All,   The requirement is to display an ALV report with sub columns under a column.   Can anyone guide me on how to display the sub columns under a particular column using ALV?   Appreciate your help. Thanks and Regards Krunal Raichura

  • How rac instance start

    Hello everybody, I have a question. With database instance spfile in asm, when database instance start, it will need asm extend map file to read the spfile. After the instance start, extend map file will locate in share pool. But before instance star

  • WEBUTIL_C_API.REBIND_PARAMETER will not work

    hi, getting an error oracle.forms.webutil.cApiFunctions bean not found WEBUTIL_C_APIREBIND_PARAMETER WILL NOT WORK please can anyone fix this error thanks in advance pa1

  • Broadband usage monitor

    I have also experienced the excessive BT broadband usage. I opted for option 1 because I have no interest in downloading Video's/music, apart from reading both BBC and Sky news the only other use is my wife using the online facebook game. I received