How do you return your album artwork to the right album?

ok on my ipod touh i had somehow accidentally rearranged the album artwork from one album to go to another album of a completely different song/album/genre
how can you fix this??

If the artwork is okay on your computer, then I would clear all the music from your iPod by choosing not to sync any music in iTunes to clear all music from the iPod. Once the music is removed from your iPod, sync it back.

Similar Messages

  • How do you get your album's songs to stay together when you put them on your ipod/iphone, when some songs have a ft. artist?

    How do you get your album's songs to stay together when you put them on your ipod/iphone, when some songs have a ft. artist?
    Even when I try to change the featured artist in my I tunes, it won't stay with my other songs, and I want to be able to listen to my album in the order of the songs that the album has it.

    The iTunes/iPod software isn't set up to let you sync songs from more than one libray, but if you manually manage the iPod you can add tracks from multiple computers without removing the existing content. Personnaly I think syncing with a library is a much better way to manage your iPod, so I'd suggest you just copy the stuff you bought at work onto a memory stick, then take it home and import it into your iTunes library there.
    tt2

  • How can you make your persona show on the top and bottom? Also can you make it bigger at the top to show more of the picture?

    How can you make your persona show on the top and bottom?
    Also can you make it bigger at the top to show more of the picture?

    Add extra empty toolbars if you want to see more of the persona.<br />
    You can create extra toolbars to get extra space via View > Toolbars > Customize<br />
    You have to put something on a toolbar (drag a Space item onto it) before closing the Customize window because empty toolbars are automatically removed.<br />
    See http://kb.mozillazine.org/Toolbar_customization

  • How do you change your apple id on the ipod

    how do you change your apple id on the ipod

    Go to Settings>Store and sign out of existing account and sign into the one you wnat.

  • How do you get your iphone out of the connect to itunes screen?

    How do you get your iphone out of the connect to itunes screen?

    What error message is it displaying? Check this Apple support document for information on specific error messages when restoring the iPhone. http://support.apple.com/kb/ts1275

  • HT5312 how do you reset your security questions when the rescue email address no longer exists?

    how do you reset your security questions when the rescue email address no longer exists?

    Didn't the link to contact the iTunes Store staff in the 'Additional Information' section of that article work for you? If you don't already have a valid rescue email address, only Apple itself can reset the questions.
    (90823)

  • How do you backup your iphone 4s to the icloud?

    How do you backup your iphone 4s to the icloud?

    Restore from an iCloud backup
    1. On your iOS device, go to Settings > General > Software Update. If a newer version of iOS is available, follow the onscreen instructions to download and install it.
    2. Make sure you have a recent backup to restore from.
    On your iOS 8 device: Go to Settings > iCloud > Storage > Manage Storage, then tap a device listed under Backups to see the date and size of its latest backup.
    On your iOS 7 device: Go to Settings > iCloud > Storage & Backup > Manage Storage, then tap a device listed under Backups to see the date and size of its latest backup.
    3. Go to Settings > General > Reset, then tap “Erase all content and settings.”
    4. In the Setup Assistant, proceed to “Set up your device,” tap Restore from a Backup, then sign in to iCloud.
    5. Proceed to “Choose backup,” then choose from a list of available backups in iCloud.
    For more information, you can go to http://support.apple.com/kb/ph12521
    Hope it can help you.

  • How do you upgrade your iphone 4 to the ios5?

    how do you upgrade your iphone 4 to the ios5?

    Connect your iPhone to iTunes, do a backup and then highlight your iPhone under devices and check for updates, Once found, update the software and then restore from backup

  • How do you access your itunes library from the icloud on your ipad

    How do you access your itunes library from the icloud on your ipad?

    You have asked two different questions?
    Your account is just a user name and password.  You can access that to buy content from any computer with itunes, just sign it.
    Your library wil only be where your put it. Yo can copy it from one computer to another, or from your backup copy of your computer ot another computer. In some countries you can download some past itunes purchases.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How do you get your albums on iPhone?

    I have started organizing my photos in iPhoto on my computer into albums and folders.  However, I don't see a way to get them onto my phone, which is really where I want to use them.  It seems photos can go from the phone to the computer, but there doesn't seem to be a way for information to go the opposite direction and have it organize my phone photos.  Is there a way?

    Start iTunes on your computer. Then make sure you have the latest version of iTunes. That is presently iTunes 11. You must have OSX 10.6.8 or later on your Mac to run iTunes 11.
    Start iTunes on your computer and use the View menu to Vire Sidebard.
    Then connect your phone to your computer. Your phone should show up in the sidebar. Select your phone.
    To the right in the big window a row of tabs will be presented. Click on Photod.
    Then select iPhoto as the source. You can then select to sync all photos or you can select only those albums that you want on your phone. After making your selection click on Apply or Sync.
    To add albums do the same thing over again. If you want to delete previously sync albums deselect them in that Photod tab. If you want to keep previously selected albums be sure they remain selected before clicking on Apply or Sync.
    Later on if you want to delete any of the albums you synced to your phone go through the same process but deselect tha albums you want to delete. Then click on Apply or Sync.

  • If you have logged in on an iPad with iTunes how do you keep your iPhone separate to the iPad

    How do you separate your iPad and iPhone ?

    Each device should have a unique name and iTunes can tell them apart.

  • How do you get your site to appear the same in all web browsers?

    There are some things that show up differently in Safari than they do in IE and Firefox, how do I get everything to jive the same? I think it is in the code which I am not an expert on.  My website was a template that I purchased online and most of the code was already built in.  I have some of my links in Safari showing white when you rollover them but when I look in IE and Firefox they're not there.  Can anyone offer any suggestions on how to fix this?
    Thanks

    Actually what you are learning here is to create a stylesheet for all of your web pages. Including all of your styles inline in the page's code is very cumbersome.
    Each of your pages needs code that refers to your stylesheet:
    <style type="text/css" media="all">
    @import url("../../css/content.css");
    </style>
    <style type="text/css" media="print">
    @import url("../../css/content_print.css");
    </style>
    This assumes that your stylesheets (in my case, one for print, one for browsers) are located in a folder called /css which is a habit I have for neatness.
    One thing that Dreamweaver does very well is keeps track of your styles and helps you edit styles to suit. I'm using CS3 which doesn't really allow you to look at the result of rollovers from within the application, but I keep Firefox handy for previewing. Problem is, once you create a style for a "visited" link, you can no longer see the result of the style for unvisited links in your browser unless you clear your browsers cache. Dreamweaver CS3 always shows links in their unvisited state.
    There is other code I use to make Microsoft's non-compliant browsers do the right thing, though rollovers, visited, and such all tend to work the same in all browsers, save the most antediluvian.
    <!--[if IE 5]>
    <style type="text/css">
    /* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
    #outerWrapper #contentWrapper #leftColumn1 {
      width: 185px;
    </style>
    <![endif]-->
    <!--[if IE]>
    <style type="text/css">
    /* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
    #outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
      zoom: 1;
    </style>
    <![endif]-->
    The above code handles issues with Microsoft's intransigence pretty well, and my sites tend to look really uniform. But in the case of menus, I often have to write a completely different stylesheet to wrestle with Internet Exploder:
    This is stylesheet reference for my menus:
    <style type="text/css" media="all">
    @import url("../css/menu/menu.css");
    </style>
    <!--[if lte IE 6]>
    <style type="text/css" media="all">
    @import url("../css/menu/menu_ie.css");
    </style>
    <![endif]-->
    Then I craft the changes for Internet Exploiter 6 in a separate stylesheet.
    This should give you an idea of how powerful an external stylesheet can be. You can use "if" statements to handle the differences between the Microsoft non-compliant browsers and the more modern and compliant browsers, like Safari, Firefox and Opera.
    You can see the result in any browser at http://www.readingsbykaren.com

  • How can you turn your computer back to the factory settings?

    I wanted to reboot my laptop but when i didn't backup my files and then i just went and reboot my laptop and then my recovery disc two doesn't work and when i stop the rebooting and try to go back to the startup it said the bootmgr is missing, so i try to go and reboot my computer again but then it said that factory image has a error or something like that, what do i do to return my laptop back to the factory settings?

    Hi,
    It looks like you have to order a Recovery dics set from HP. Please use this:
      http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&cc=us&docname=bph07143
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How can you backup your iPhone without using the front button?

    My front button doesn't work again. Had this fixed a week ago and it stopped working again.
    So how do I backup the iPhone without being able to close the email account it is in now and get to the Settings without using the front button?

    Restart your iphone by using the power button. After the restart you will be able go to the settings and enable assistive touch!

  • How do you remove your FULL name from the SYSTEM COMPLETELY?!?!

    I have added and removed the user thinking that would remove my full name from the system, but when I click on the "About this Mac" and then click on More info, My FULL NAME is still there as the owner of the computer. I am selling it and I do not want my name on the computer at all and do not wish to format the whole drive to do so. Is there another way of removing it? I appreciate anyone that has the correct answer.

    System Preferences>Sharing>Computer Name.
    BTW, unless you know and completely trust the person to whom you are selling, this is not the way to do things. Your sensitive data may still be recoverable.
    http://hivelogic.com/articles/how-to-prepare-a-mac-for-sale
    Choose zero out (one pass is sufficient.)

Maybe you are looking for

  • The Application Solver Doesn't open

    Whenever I try to open the "Solver "application the most unusual thing happens. It opens Microsoft Excel instead. There's this box following with the message that the Solver quit unexpectedly and a huge log is also presented: Process:         Solver

  • Changing the Characteristic Values on the Query

    Hello Masters of the BW Domain Is there a way to display the values of a characteristic in a report based on a condition?  I have a characteristic called Rebates with only 2 valid values (Y and N).  Instead of showing it as Y and N, I want them displ

  • Xml css help!

    This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C6AB1B.755FB0F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Yes I want to use css for this. I have an xml doc being pulled into my

  • Error importing datadump file over 500Gb

    I´m triying to import a datadump file with a filesize of 500Gb into an Oracle Database 11g R2. The datadump was exported from an Oracle Database 10g. I'm having the following error: ORA-39059 - Dumpfile Set is incomplete. Does anyone knows the cause

  • EHP4 : DETERMINE_JAVA_PORTS

    Hello, We are installing the EHP4 upgrade (from EHP3 to EHP4) with the EHPi. One of the checks at the step INIT/PREPARE fails. Its on the JAVA side. The ABAP side succeeded completely. The error indicated says: "DETERMINE_JAVA_PORTS". We already open