Strange photos and short songs

Hi all, I have an Ipod Nano and it is good except recently (I have had it for about a month) it has started to not play the complete songs which it used to (cutting 30seconds off the end) and album art I placed on certain songs has been replaced with photos I have never seen before and when I push the menu button to see the picture enlarged, it is a different one. Please tell me what my nano is doing. Thanks, Chris

Have a look at
http://discussions.info.apple.com/.68bd1adc/15
I was thinking that me and the others who bought Nanos in October and have this problem had got a bad batch of discs from the assembly in China, but if you had your Nano much earlier than this it may be a software problem.
Have you changed software recently (like upgraded to iTunes 6.01)?

Similar Messages

  • Help with turnig off nano and short songs (PLZ HELP!!!)

    i have no idea what any of this stuff is with discussions but i need help.
    1) my iPod won't turn off. I have held down the pause/play buttin and have also left it alone on pause for over an hour and it still wont turn off. all other buttons work just fine. the play/pause button still plays and pauses when i push it but it just wont turn off.
    2)some of my songs are cut short by about 30 seconds at the end. down at the bottom of my iPod, it says the full time, but when it has about 30 seconds left, it goes to the next song
    PLEASE HELP!!!! I HAVE NO IDEA WHAT TO DO!!!!!!!
    MA005LL    

    i have the same problem, i can't turn off my nano, when i trying to turn it off it take no effect(pressing a play\pause button for 10 seconds wont't turn it, when i take off my finger from button it just "pause"). I'm tryed to fix this problem by reinstalling ipod update, reset from ipod menu have no effect, when i go to ipod test menu i reset it... guys plese help me can't stand when something goes wrong. Thank you for replying

  • How do I transfer photos and iTunes songs from my old iMac G5 to my new iMac (Intel)?

    I want to move all of my iphoto library and my iTunes songs from my iMac G5 to my new iMac (Intel)...what is the least expensive and quickest way to do this?

    For iPhoto:
    To move an iPhoto Library to a new machine:
    Link the two Macs together: there are several ways to do this: Wireless Network,Firewire Target Disk Mode, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then launch iPhoto. That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.

  • How many photos and songs do you have on your nano?

    I have 1851 photos and 337 songs so far! Just curious.

    what kind of photos do you put on it?!?! i would like to add pictures, but i dont know of what kind of pictures to add
    2 days old... 118 songs, 13 pictures (haha 2 cartoons images due to boredom, and some of friends)

  • Make 3D Flash wedding photo gallery with songs

    Last week, my dearest sister got married. There were about a gazillion things to love about her wedding day… so many moments all wrapped up into one very totally unforgotten event. I took lots of wedding photos on her wedding day and wanted to give her a surprise of making her a 3D flash wedding photo gallery with wedding songs.
    As I expected, my sister was moved, many thanks she said to me. Now I just want to give my many thanks to Aneesoft 3D Flash Gallery. It is a wedding gallery making software that helped me make so gorgeous flash gallery with my sister's wedding pictures. Knowing nothing about flash making, I never thought making a splendid 3D flash gallery would be so easy. My friend, do you eager to make your own cool, awesome flash gallery now? Do you eager to sharing your wedding photos in a stunning 3D photo gallery? Let me show you the way!
    What you'll need:
    1. Wedding photos and wedding songs for your 3D flash gallery
    2. Aneesoft 3D Flash Gallery
    Step 1: Download & install Aneesoft 3D Flash Gallery
    We'll be using a very nice 3D gallery making software 'Aneesoft 3D Flash Gallery' to making a romantic wedding flash gallery with wedding photos and wedding songs, head over here and download the free trial version. Next step is to install the program.
    Step 2: Import wedding photos and edit
    You can add up to 500 photos that you want to use in your wedding photo gallery, arrange the photos as you like. Aneesoft 3D Flash Gallery supports a wide range of file formats for images, such as .jpg, .bmp, .gif. Click "Add Caption" to add title and description for your wedding photos. And you can also crop and add special effects to them to make your wedding photos more perfect
    Step 3: Choose from a variety of wedding flash gallery templates
    Aneesoft 3D Flash Gallery offer you an easy way to make a stunning wedding photo gallery by choosing from variety of flash gallery templates. A flash gallery template automatically put preset decoration to wedding gallery. When you select a preset flash gallery template, you're able to enhance it by customizing some additional settings, such as background, thumbnail effects, playback options and scrolling actions. For the adventurous users, explore the powerful advanced features and tools that gives you total control over how you compose your wedding flash photo gallery.
    Step 4: Add some wedding songs for your wedding flash gallery
    Wedding songs are a very important factor to consider when making your wedding flash photo gallery. They set the general mood and tone for your gallery, while also allowing you to express your feelings through music. You may find the perfect wedding songs out of hundreds of popular wedding songs and music through Amazon.com or iTunes.
    In this step, you can add some wedding songs as background music to play along with your wedding flash gallery. Click Add Music button to browse and add your wedding songs. You can add, remove and edit the wedding music files. And you may check the option to control the background music looping or not.
    Step 5: Preview and publish your 3D wedding flash gallery
    It is advisable that you preview the wedding flash gallery at least once, before you publish it. Click and drag mouse for scrolling and tilting the 3D flash gallery. Click on the thumbnail to zoom in and out the photos. You have several options to share and publish your 3D wedding photo gallery, such as SWF, EXE and HTML. It depends on your needs.
    OK, now your wedding flash gallery is done. What do you think of the wedding flash gallery that I made for my sister? End with my sister's sentences "Fun is not ending, romantic is not ending, and love is just beginning!" Wish your wedding pictures can also be splendid as my sister's, and your love is just beginning, enjoy!
    know more:
    http://www.aneesoft.com/win-3d-flash-gallery.html
    http://www.aneesoft.com/tutorials/3d-flash-gallery/make-wedding-flash-gallery-with-songs.h tml

    As for AS3 part of it, I am not sure your code really works. There are syntax and logical errors there.
    I think you need to take it step by step and accomplish several task in the following sequences:
    1. Write code that loads XML correctly;
    2. Write code that enables buttons;
    3. Write code that will load images on button clicks.
    The code below shows in principal what needs to be done in order to load XML and make the data in this XML available for further consumption. Also, by accomplishing this step you will iron out all the PHP vs Flash wrinkles including your XML.
    Please note, I don't know your XML structure so all the parsing issues you need to resolve yourself.
    Once you get handle on it - we, hopefully, will talk about steps 2 and 3.
    import flash.display.Loader;
    import flash.events.*;
    import flash.net.*;
    var images:XML;
    var myRequest:URLRequest;
    var myLoader:URLLoader;
    // list of image urls that will come from loaded XML
    var imageList:XMLList;
    myRequest = new URLRequest("Photography.php");
    myLoader = new URLLoader();
    myLoader.addEventListener(Event.COMPLETE, onFileLoaded);
    // suggested handler for unexpected errors - avoids some headaches
    myLoader.addEventListener(IOErrorEvent.IO_ERROR, onLoadError);
    myLoader.load(myRequest);
    // Note: all the listeners are removed
    // it is always wise to remove listeners that are needed any longer
    // to make objects eligible for arbage collection
    function onLoadError(e:IOErrorEvent):void
         trace(e.toString());
         myLoader.removeEventListener(Event.COMPLETE, onFileLoaded);
         myLoader.removeEventListener(IOErrorEvent.IO_ERROR, onLoadError);
    function onFileLoaded(e:Event):void
         myLoader.removeEventListener(Event.COMPLETE, onFileLoaded);
         myLoader.removeEventListener(IOErrorEvent.IO_ERROR, onLoadError);
         images = new XML(myLoader.data);
         // only now xml is ready and you can start loading images
         imageList= images.pic;

  • How can I retrieve my photos and media from icloud backup?

    I bought the new 4s yesterday and restored my phone with backup from the iphone 4. I got everything except the photos and my songs. I know they are in the icloud because I have always backed them up. How can I retreive them?

    If you setup iCloud on the iPhone then tap Settings > iCloud
    Switch Photo Stream on.

  • Still photo fit to song?

    I have put up an still photo and an song. The song is longer than the photo on the timeline. How do I make the photo last till the end so to seaak?
    http://img15.imageshack.us/img15/4423/audioimage.gif

    You can use a nested sequence and Fit to Fill, to fit the multiple pictures to the song length:
    - create a new sequence
    - drag all pictures from the browser to that new sequence
    - go back to the main sequence and insert the song, for example into tracks A1 and A2
    - select the song clip, and press x: this sets its sequence IN and OUT points to the song edges
    - make sure the v1 plug on the left of the timeline is connected to a free video track (say V1), and a1, a2 to some free audio tracks (say A3, A4, since your song is in A1, A2)
    - drag the new sequence with pictures from the browser to the Fit to Fill green area in the canvas: it will fit the song (IN to OUT) duration as required
    - now you can remove the empty audio clip linked to the nested sequence: unlink the nested sequence (cmd-L) and remove just its audio.
    (note that if you add or remove pictures from the new sequence, you have to repeat the fit to fill steps to see them in the main sequence)
    Piero

  • I recently purchased a song and my entire song library was deleted after it downloaded. The photos and aps are still there, but no tunes. Anyone know how to fix this? I have songs loaded on the ipod that I don't want to loose and they are not in MY itunes

    I recently purchased a song from itunes and when the song downloaded, it deleted/removed my entire song library. Only leaving the one song.
    My photos and aps are still there, but no songs. Anyone ever encounter this and how do you fix it? I  don't want to loose my songs as some are not in MY itunes library. Help

    If the songs are still on your ipod, make sure autosync is disabled in iTunes on your computer, connect and right click on it in the device list, then choose "transfer purchases" to copy all bought media and apps from your ipod to your computer.
    If the songs are not on your computer and got deleted from your ipod as well, you can't get them back, unless you have a backup of your iTunes library as part of your computer backup.

  • How can I transfer my photos and songs from my old computer to my ipad? (Old computer running on 10.4 and not compatible with the last itunes needed by ipad)

    Hi guys,
    I got an ipad 2 running on iOS6 and I'ld like to put my photos and songs from my old computer (mac Osx 10.4.11) to my ipad. The trouble is that Ipad needs itunes 10.6.3 at least and that my computer can't receive this version as it is running on 10.4.11.
    Would anyone have a solution to that problem?

    For photos: You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • I SET UP THE HOME SHARING ON MY COMPUTER, AND i CAN STREAM MY PHOTOS AND SEE ALL THE VIDEOS AND LISTEN SONGS IN MY ITUNES, BUT CAN NOT DO HOME SHARING, ON THE TV, ALWAYS SHOWS "TURN ON HOME SHARING ON YOUR OMPUTER WITH YOUR ID WHICH I DID BUT NOTHING HELP

    I just bought my apple tv yesterday and SET UP THE HOME SHARING ON MY COMPUTER, I CAN STREAM MY PHOTOS AND SEE ALL THE VIDEOS AND LISTEN SONGS IN MY ITUNES, BUT CAN NOT DO HOME SHARING, ON THE TV, ALWAYS SHOWS "TURN ON HOME SHARING ON YOUR OMPUTER WITH YOUR ID WHICH I DID BUT NOTHING HAPPEN. WHAT'S WRONG? WHAT SHALL I DO NOW?

    I have found with AppleTV that it is the IPV6 on the computer you want to access is the problem.  The issue is that Homegroup on Win 7 or Win 8 requires IPV6 to work, but AppleTV won't work with IPV6.  (So maybe double check you have IPV6 turned off)
    So you have to make a choice - Homegroup or AppleTV.... but you can't have both, until Apple brings ATV up to date. (crazy that it does not recognise IPV6 - c'mon Apple!)
    You can set up sharing individually in Win 7 or 8 and have the ATV access files that way.
    Having said that, there is always the exception.. I have an old HP home server running Win8 and it services ATV - but is part of the Homegroup... have no idea why it works on both, but no other machine on the home network will talk to both ATV and Homegroup at the same time!

  • I Start a New am so frustrated with problems syncing photos on my iPad. I choose which files to sync but get deleted photos in my albums, my photos are in the wrong albums and the weirdest of all- I now have strange graphics and Facebook photos in albums!

    I have spent several hours trying to find a solution to the following problems. After syncing my IPad with ITunes, I end up with photos that I previously deleted in my albums, duplicate photos, albums that have wrong pictures in them and weirdest of all, strange graphics and Facebook photos that are not even mine. Right now I hate this thing!
    I have scanned the support forums, Googled it, deleted several photo caches, spent days editing my photo files, checked the specific folders I wanted to sync and it seems like it's not syncing, just adding the same photos and strange crap that it already had on it. Oh please help me!
    Thanks!

    OK....I'm stumped.  The message you are seeing is typically there to protect someone from syncing with a different computer/iTunes account.  Is there any way anyone else has used your iPad and possibly connected it to their computer?

  • Hard drive packed up, but had Time Machine backup. I installed new sad and upgraded to Mountain Lion., but I can't find iPhoto library and photos or iTunes songs? Is there an answer to this?  Graham

    Hard drive packed up, but had Time Machine backup. I installed new ssd and upgraded to Mountain Lion, but I can't find iPhoto library and photos or iTunes songs? Is there an answer to this?  A backup run did not install either photos or songs. Graham

    Thanks so much but none of that helped.  It was driving me crazy because it would back up another external drive.  I just changed the name of the drive from iPhoto/iTunes Library to Media Libraries and IT WORKED!! I guess for some reason it didn't like the drive being called iPhoto or iTunes ???? I don't understand but I have tried so many solutions and exchanging things out but the name change did it????!!!
    Thank you for your help and replying to this.  Guess I made my own issue!

  • I use a mac ios and shoot raw in a cannon 5d mark ii and shortly upon import of my images lightroom darkens and changes my images. This has happened before but not every time. The strange part is my last shoot had the same camera setting but this did not

    I use a mac ios and shoot raw in a cannon 5d mark ii and shortly upon import of my images lightroom darkens and changes my images. This has happened before but not every time. The strange part is my last shoot had the same camera setting but this did not happen. The images i have now i can not use after lightroom has automatically altered them even if i try editing back to how they looked upon import

    First thing to do is to change the default camera profile applied in Lightroom to camera standard (assuming that you shoot Canon or Nikon). Also make sure that your camera is NOT set up to use any of the HDR modes. Nikon calls those Active Dynamic Lighting. On Canons you often see things like highlight priority mode or "Auto Lighting Optimizer". Make sure that the picture style is set to standard and that for newer Canons the HDR mode is turned off. Most of the HDR modes simply underexpose the image and then add an instruction in the raw file to compensate for this to prevent highlights from being blown out. This causes more noise in the shadows and if you know what you are doing there is no point to this as you should simply expose correctly and get the highest quality raw.
    Lastly, make sure that in Lightroom you have not checked "Apply Auto Tone Adjustments" in Preferences->Presets. This should make the default rendering of the raw files the same as the in-camera jpeg (what the camera shows on the back even if you shoot raw) but still give you all the latitude of raw files.

  • HT1711 dear sir i made a video to my brother in his wedding day from his photo and i use a song i buy it from itunes as a soundtruk , can i use this video in the facebook

    dear sir i made a video to my brother in his wedding day from his photo and i use a song i buy it from itunes as a soundtruk , can i use this video in the facebook

    No. Tracks you purchase from the iTunes Store are for your personal use only and cannot be posted, either separately or as part of a video or slide show, on any public web site or otherwise distributed to others in any way. You can't even legally give that video to your brother.
    Regards.

  • I want to delete all my photos and songs without reformatting

    I've started a synch with my computer which I had to abort now I want to clear all the partially downloaded songs and photos and start again. Can I delete all these items without performing a total reset or having to delete them individually?

    MJMMMR wrote:
    ... Sholud that delete also the photos that I have in the IPhoto from my IMac?
    No.
    To prepare a Mac for Sale.
    If you have Downloaded and Upgraded to Lion See...
    Here is an excerpt of the SLA; the Lion license (purchased from MAS) is NOT transferable. The SLA is quite clear:
    B. If you obtained your license to the Apple Software from the Mac App Store or on Apple-branded physical media, it is not transferable. If you sell your Apple-branded hardware to athird party, you must remove the Apple Software from the Apple-branded hardware beforedoing so, and you may restore your system to the version of the Apple operating systemsoftware that originally came with your Apple hardware (the “Original Apple OS”) andpermanently transfer the Original Apple OS together with your Apple hardware, provided that:(i) the transfer must include all of the Original Apple OS, including all its component parts,printed materials and its license; (ii) you do not retain any copies of the Original Apple OS, fullor partial, including copies stored on a computer or other storage device; and (iii) the partyreceiving the Original Apple OS reads and agrees to accept the terms and conditions of theOriginal Apple OS license.
    Now Proceed...
    Boot from the original OS installer disk and do an Erase & Install.
    When the Mac reboots into Mac Setup Assistant Quit and shut it down.
    When the New Owner Boots it up it's a brand new Mac... just like when you got it.
    ( The Original Install Disc(s) should also be included with the sale )
    http://www.ehow.com/how_5926047_restore-macbook-factory-setting.html

Maybe you are looking for

  • Threads does not work correctly

    The follow program working with threads. We have two classses : Producer and Customer which working with the same object (which type is class Q). Producer produces data. Customer should capture the data. The Q class must be synchronized. But code doe

  • Make to Order flow

    Hi, Please give me transaction codes for the MTO. I created one sales order and converted into production order and settled also. After that what i have to do, shall i issue the goods to customer right way. Please guide me with step by step srinivas

  • Where has my disc space gone?  ...is my Mail inbox really 25 GB?

    It seemed to me that my disc was a bit full so I deleted a couple of movies and freed up 9 GB. A couple of days later, after doing a bit of word processing, I got a disc full message. Impossible, I thought. I did an audit of my space. Visible folders

  • Peronal Oracle8 loading error message

    Can somebody please tell me how to fix this error message. I am unable to complete laoding Oracle8 personal edition Release 8.0.4.0.0 The message said that the program has performed an illegal operation and will be shut down. Contact the program vend

  • Thumbnails in Elements 6 - OS Vista Home Premium

    Just bought a new machine.  Previously using XP on a 1.6Ghz machine with 1Gb memory.  The new machine has faster processor (2.2Ghz), 4GB DDR2  and operates on vista.  Photos are stored on an external hard drive.  When I open Elements the thumbnails d