Please Help!  Disc Size

Could someone please help me out here. I have reset my Nano and have about 10 songs on my iTunes in my library. When I go to sync my device to my computer and update the songs, it says that "my iPod cannot be updated because there is not enough free space to hold all of the songs in the iTunes music library." So I made sure that I don't have any pictures or podcasts on their as well and I don't. How do I fix this problem and clear my Nano so I can start over?
  Windows XP  

Hi webbcoug,
Welcome to Apple Discussions
If you only have 10 songs in your iTunes Library and they will not fit on our nano then it is probably due to the compression used.
If you select Library in the Source pane you can see at the bottom of iTunes how many tracks there are, how long the tracks will play for, and how big the files are in total.
Next, if you select one track and do a Get Info you will be able to find out how big that one is and what Kind it is.
Please post back that information and we'll take it from there.
Regards,
Colin R.

Similar Messages

  • Urgent Please Help::File size reduced after Dom Parsing

    CODE
    public class Domtest {
    public static void main(String[] args) {
         String resDir = "c:\\res\\";
         Document doc = null;
         try{
         File docFileIn =new File("c:\\test\\test3.jdf");
         DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
         dbf.setIgnoringElementContentWhitespace(true);
         DocumentBuilder db = dbf.newDocumentBuilder();
         doc = db.parse(docFileIn);
         TransformerFactory transformerFactory = TransformerFactory.newInstance();
         Transformer transformer = transformerFactory.newTransformer();
         transformer.transform( new DOMSource(doc ),
         new StreamResult( new FileOutputStream(
         resDir+"response123.jdf") ) );
         catch(Exception e){}
    1.file3.jdf is 35 kb
    2.response123.jdf is 32 kb
    File size is reduced .
    thanks in advance.

    Thanks very much
    That was the reason .
    I have noticed many white spaces in the file and ignore white spaces worked.

  • Please help with size of TM drive

    My daughter has posed this problem:
    I just noticed when I plugged the laptop into the external hard drive that the power was off, so I turned it on and then tried to run a "backup" since I didn't know how long it had been off. This is the message I get when I try and run a back up:
    This backup it too large for the backup disk. The backup requires 420.1 MB but only 9.4 MB are available. Time machine needs work space on the backup disk, in addition to the space required to store backups. Open time machine preferences to select a larger backup disk or make the backup smaller by excluding files.
    Does she have an alternative to buying a larger drive? This drive worked before, so why will it simply not now delete older files and thus make room for the new backup? Thank you! PS: I promise to tell my daughter that YOU solved this, not me .

    bobio wrote:
    I just noticed when I plugged the laptop into the external hard drive that the power was off, so I turned it on and then tried to run a "backup" since I didn't know how long it had been off. This is the message I get when I try and run a back up:
    This backup it too large for the backup disk.
    It's possible that Time Machine has been trying to run while that drive was off, but has instead created a "pseudo-volume" for its backups on that Mac's boot drive. Dismount that external drive, invoke the Finder menu option Go -> Go to Folder, type "/Volumes" (without the quotes) into the field, then click on "Go". If you see anything in that folder with a name that resembles the name of the external drive, then that's the problem. Fix it by trashing that "pseudo-volume". See this Web page for a further explanation:
    http://db.tidbits.com/article/9620
    To prevent that problem in the future, don't let Time Machine run unless that drive is mounted.
    If you don't see such a folder in /Volumes, then that Mac has a different problem.

  • Zipping a Folder as same as what winzip do,Please help

    Hi
    I am using java.util.zip ,in order to zip a folder which contains some files.I could able to successfully zip a folder.But it is not same as what winzip does(correctly).Why i am asking is while doing encryption my zipfile size becomes less compare to original zipfile size.But everything works fine when i zip the folder using winzip.It is not working when i zip the folder using the java code .
    If any one have a java code for zipping a folder(which contains files) ,as same as what winzip does(exactly) ,please send to this id : [email protected]
    Please help me,

    Size will be smaller when we do encryption.Right Now we will leave that one.
    Explanation : What i am saying is,consider you have folder with 4 files.When you zip the folder using winzip.You will have central dir size as 5(ie,i think it is including the folder also,(4 files + folder),i not sure.
    Now you do the same process using java code,Now you will have the central dir as 4(ie,it is not including the folder )
    If compare both the details of the zip files,you will get an idea of what i am saying.
    If you check ,you will get the same error.Try this code
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.OutputStream;
    import java.util.zip.*;
    public class Writetozip {
         public static void main(String[] args) {
              String file ="E:\\SampleZip";          
              String destfold ="E:\\SampleZip.zip";                                                            
              Writetozip.zipFolder(file,destfold);                                   
         static public void zipFolder(String file, String destZipFile) {
              ZipOutputStream zip = null;          
              FileOutputStream fileWriter = null;
              try {
              fileWriter = new FileOutputStream(destZipFile);                                        
              zip = new ZipOutputStream(fileWriter);                                                       
              catch (Exception ex){               
              ex.printStackTrace();               
              System.exit(0);               
              addFolderToZip(destZipFile, file, zip);                                                                                                              
              try {          
              zip.flush();
              zip.close();
              catch (Exception ex) {          
              ex.printStackTrace();     
         static private void addFolderToZip(String path, String file, ZipOutputStream zip) {
              File folder = new File(file);                         
              String fileListe[] = folder.list();               
              try {
              for (int i=0; i< fileListe.length; i++){                    
                        addToZip(folder.getName(),file+"/"+fileListe,zip) ;                         
              catch (Exception ex) {                    
                   ex.printStackTrace();          
         static private void addToZip(String path, String srcFile, ZipOutputStream zip) {          
              File folder = new File(srcFile);                    
              if (folder.isDirectory()) {          
              addFolderToZip(path, srcFile, zip);                                                            
              else {
              byte[] buf = new byte[1024];                    
              int len;
              try {
              FileInputStream in = new FileInputStream(srcFile);                                        
              zip.putNextEntry(new ZipEntry(path +"/"+ folder.getName()));               
              while ((len = in.read(buf)) > 0) {          
              zip.write(buf, 0, len);
              catch (Exception ex){
              ex.printStackTrace();

  • I have iphone 4s and just bought an ebook for ibook, trouble is the font is so tiny I can't read it and the font sizer is not working? Please help!

    Hi, I have the  iphone 4s and just bought an ebook for ibook, trouble is the font is so tiny I can't read it and the font sizer is not working? Please help!

    Hello Glittergirl68,
    Thank you for using Apple Support Communities.
    It sounds like the function to reseize the Font in an iBook is not functioning properly.
    I recommend a few things here. First close all the apps that are running in the background:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    From: iOS: Force an app to close
              http://support.apple.com/kb/ht5137
    When you have done that, restart the phone, and try again.
    If the issue persists, I would follow these steps from the article:
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    2. Check for app updates
    You can setup apps to update automatically in Settings > iTunes & App Store, but make sure that your apps are up to date:
    Open the App Store and tap Updates. If updates are available, tap Update All.
    If  prompted, enter your iTunes Store account information. App Store will then download and install the app updates.
    Note: Some apps may require a Wi-Fi connection to update.
    3. Install another app from the App Store
    If none of your user-installed apps will launch, there could be an issue with Apple ID authorization. Download and install an app that isn't already installed on your device to reset this information. You can also remove an app from your iOS device and download it again from the App Store or sync the app from your computer.Note: If you have installed apps using multiple Apple ID accounts, you may need to perform this step for each account.
    4. Restart the app
    If the issue affects only a single app, try closing just that app.
    5. Restart your device
    Turn the device off and on.
    6. Reinstall the affected app
    Remove the app from your device and reinstall it:
    Tap and hold any app icon on the Home Screen until the icons start to wiggle and show a small "x" in the top-right corner of the app.
    Tap the "x" in the corner of the app you want to delete.
    Tap Delete to remove the app and all of its data from your device.
    Press the Home button.
    Go to the App Store.
    Search for the app and then download it again.
    All the very best,
    Sterling

  • ITunes wont open for me. it keeps saying "the Disc "untitled playlist" cannot be read. An unknown error occurred (-69)." don't know how to get it to work. Please help

    iTunes wont open for me. it keeps saying "the Disc "untitled playlist" cannot be read. An unknown error occurred (-69)." don't know how to get it to work. Please help

    It is likely a hardware failure
    http://support.apple.com/kb/TS3694?viewlocale=en_US#error1

  • Please help! How can I change the font / text size for the checkout page? I asked Support and they sent me here- thanks in advance for your response.

    Hello everyone! I build an e-commerce shopping cart via BC and integrated it with a muse website as seen at sarahcosmetics .com
    Everything is great, but my clients clients are complaining they cannot see the text well once they're in the checkout page.
    I was able to enlarge the font in my Registration-Buy form in the Online Shop Layouts / Module Templates under the Site Manager. This helped enlarge the font size in the checkout form however my issue arrises on the next page when they have to enter their details like CC information name, address etc. the font is way too small and I'm not sure where to access the tools to enlarge that.
    If you could PLEASE help I would greatly appreciate it. I told my client I would handle it asap and I have no idea how to fix this.
    Thank you in advance for your help.
    Jessica

    This isn't possible yet in the current version of Fennec, but we are working on it. See https://bugzilla.mozilla.org/show_bug.cgi?id=590817 for details.

  • I ordered the IX500 Scan Snap through Amazon and received the incorrect XI Standard disc in Windows format instead of for my Mac.  I contacted Amazon and they suggested I contact Scan Snap who suggests I contact Adobe for the correct disc.  Please help.

    I ordered the IX500 Scan Snap through Amazon and received the incorrect Adobe Acrobat XI Standard disc in Windows format instead of for my Mac.  I contacted Amazon and they suggested I contact Scan Snap who suggests I contact Adobe for the correct disc.  Please help.

    Fujitsu delivers only Adobe Acrobat for Windows, not Mac.
    http://www.fujitsu.com/global/services/computing/peripheral/scanners/product/ix500/

  • Snow Leopard 10.6.8 does not recognize my windows 7 64-bit .iso disc.  PLEASE HELP!

    Macbook Snow Leopard 10.6.8 with bootcamp 3.0 does not recognize my windows 7 64-bit .iso disc.  I recently used it on my mountain lion macbook pro with no trouble. I partioned the disk and when I insert disc and hit continue, mac says it cannot recognize the windows install disc. What could be the problem? Please help, really stuck!

    I was able to import photos in iPhoto and Image capture when I was running SL 10.6.8 on my older MacBook.
    Did you try quitting everything, restart the Mac and then try again?
    Are there any updates at all for the Mac? I was helping one user not all that long ago and there were updates for her Mac software that had nothing to do with the OS and when she downloaded the updates - the iPad was then recognized in iTunes.

  • ≥≤ Symbols output in different sizes. Please help!

    Working in Quark Xpress 9.5.1, on OS 10.8.4 using Font Agent Pro 5.028...
    I am having difficulty with the the font Helvetica Condensed. Sometimes the greater than/equal (≥) or less than/equal signs (≤) are different sizes. We have three different macs all set up with same software/versions and using the same font library. Each one is outputting differently. We have struggled with this same issue through various OS and various versions of Quark and Font Agent Pro.
    I am not very knowledgeable about all of the things that can go wrong with fonts - and I just don't know how to get to the source of our issue.
    This happens using both Adobe and Allied Fonts.
    Please help!

    The usual problem is that at print time, your printer does not have the exact font available, and substitutes a different font that it thinks should be comparable. The letters sometimes work, but special symbols are rarely the same in all aspects in different fonts.
    If there is a Printer option to do so, tell it not to do any Font substitution.

  • Cd/dvd drive will not receive a disc, can anyone please help?

    cd/dvd drive will not receive a disc, can anyone please help?

     
    Apple Portables: Troubleshooting the slot load optical disc drive  
    Cures for an uncooperative CD/DVD drive

  • I have an emergency- Trying to convert a PSB file to a PDF files size is 3.58 GB - Please help

    I have a few files that I need to make ASAP into banners that are 19ft x 15ft and many other sizes.  I can only change into a RAW photoshop or a tiff.  I tried saving into a tiff then converting but nothing is working.
    I was also going to try to convert into a AI program then into a vector but with no luck.  Anyone can please help Thank you

    I may not quite follow. But then you don’t really provide a lot of onformation about the file in question.
    Even if Photoshop should not allow forsaving a pdf if you can save a tiff you should be able load that into a layout application and export/save a odf from there.

  • Please help me!  Illustrator CS3 can't maintain correct size when saving to PDF!

    Hi - please help me!
    We run a Mac with CS3 Suite to design our signs for print & vinyl cut.
    Most of our files are 50 - 120 cms wide & high, some larger.
    If I create a document in Illustrator for exapmle of 100 cms x 100cms, put some artwork (vector) inside, and save it as a high res PDF, then close the file and open the PDF in illustrator, you can gaurentee that the dimensions will have changed by a fraction of a mm.  If working with bigger artwork it can be out but up to half a mil.  Typically a file could become say 58.687cm instead of 59cm.
    Anyone know why the heck this does that??
    It's the artwork & the artboard.
    Thanks,
    Henoch

    All of AI's math is based on points and inches and depending on DPI settings, there may be rounding errors with otehr unit systems. Perfectly normal. Has been forever that way. you may try to place an empty dummy frame around the entire artwork to enforce a specific artboard/ crop board size. Sometimes helps, but not always...
    Mylenium

  • I have an old version of InDesign CS5, have not used in a while..about a year.  It will not load nor allow me to uninstall and reinstall, please help.  I have original discs and serial number.  How can I fix this?

      I have an old version of InDesign CS5, have not used in a while..about a year.  It will not load nor allow me to uninstall and reinstall, please help.  I have original discs and serial number.  How can I fix this?

    CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3

  • Please Help! I need to have fixed .jpg sizes within scaled .swfs - AS1 - Elearning Flash

    Hello,
    I'm new to this forum by 2 min. and I  have been using Flash for a while, but I'm now working at a place that has brought up issues while using images in our E-learning Flash Projects.
    The Problem:
    1.We have our Flash course open in a new browser window with NO tool bars to optimize size.
    2.The Flash content is scaled to fit the screen - Amlost 97% or more of all graphics are Vector.
    3. We are running into a project that needs to use screenshot .jpgs and we can not get large images from the client.
    4. The .jpgs are being Scaled with the interface and all the FLASH, this is making the client unhappy, and the Jpgs look HORRIBLE, Jaggy.
    Solution: - PLEASE HELP!
    1.  I have searched for days to fix this since we have to keep the whole Flash interface scaling to maximize the Screen area (I don't agree with this but it is the requirements)
    2.  Does anyone KNOW how to make images/jpgs stay a fixed size even while the Flash .swf that the images are in is being scaled?
    3. Any ideas or suggestions are welcome! - I have been searching about HTML and or CSS in Flash and I'm getting lost, not sure if it's possible.  Also I have been exploring dynamically loaded .jpgs in Flash.  Does an FLV scale when using media components?
    Thanks So MUCH!
    Kyle

    you'll need to code that yourself by detecting the scaling used when you go fullscreen (or full browser), and rescale the images (which will need to be converted to movieclips).
    or you could enable the smoothing of your images so their anti-aliased when they're scaled.

Maybe you are looking for

  • Internal error - NUMBER_GET_NEXT call error while craeating new company address

    Dear Team, In solution manager while we going to create company address through tcode SUCOMP and during saving the record error message occur as "Internal error -NUMBER_GET_NEXT call error". Please suggest for solution Regards, Ajay

  • HP ColorLaserJet CP3505X - Relationship between different Color Options

    Hi everybody, I know this is not exactly the right forum to ask this question, but I've put up the question in the HP Laserjet forum as well as in the Photography forum here and have not received any answer to it. Maybe somebody out here can answer i

  • Mini Bridge PS CS6 "Waiting for Bridge"? mac os x 10.8.3

    Mini bridge says "waiting for Bridge" II removed /library/application Support/Adobe/Switchborard folder and alo the switch board preference file in home directory, restarted computer, etc and message changed from "no items found" to "Waiting for Brid

  • Acrobat 9 Pro and Distiller

    All, I have an application use Sybas DataWindow PS as printer to create PDF file that was use acrobat Distiller as driver. It works fine for long time until I updated to Acrobat 9 Pro. How can I set Acrobat Distiller 9.3 as standalone utility for it?

  • Content Server can't find my native document

    I have inserted the default Dyanmic Conversion element into a Secondary Page Region in Site Studio. When I preview the page and try to Check out and Open the page I get this error message from MS Word. Could not open "http://[server name]/idc/idcplg/