2 Fairly Simple Things!! Help, Pictures & CD

Ok I have quite a bit of music on my Ipod from Cd's. The next Cd I want to add is Madonna "Immaculate Conception" (Greatest Hits)
When I put that in, it goes up ut instead of song titles this one only says or reads like this in ITunes:
Track 1
Track 2
Track 3
ETC.
So I cancelled importing that one for now.
No Title of CD or Track titles? Any Idea?
And I need help with pictures I am clueless on that.
Any help please would be great.
Rob

OPen iTunes prefs -> iPod and select the Photos tab and select the location of the pictures you want on the iPod.
http://www.apple.com/support/ipod/tutorial/ipgettingstartedt9.html

Similar Messages

  • Starting game, debugging simple things: help =]

    Hi, this is my first post here and I've been playing around with Java for a little less than a year now. I'm trying to create a simple 2d game and need some help in the basics, such as the listeners and double-buffering.
    So far I've tried implementing keylistener and using another method but neither are working. When I type space, c = 32 for the scope of keyTyped(), but in the switch of the thread "game," c = 0. So I can't transition form the intro/splash screen into the game.
    Also when I skip to case 0, the double-buffering is horrible, it doesn't seem like there is any. On my computer the fillOval() and drawString() keep flickering.
    Thanks for the help.
    The following is my code in entirety (short but growing):
                TC STUDIOS PRESENTS
    ||_ \  ||- ]  ][  ||\/||   ][  ']['  ][  \\  //  ||--/
    ||__/  || \\    \\    //  //-\\    ||- ]  \\//   ||-
    ||               \\/\//  ADVANCED  || \\         ||__|
    import java.awt.*;
    import java.awt.image.*;
    import java.awt.event.*;
    import java.applet.*;
    <applet code="pwGUI" width = 500 height = 400>
    </applet>
    public class pwGUI extends Applet implements Runnable, MouseMotionListener //,KeyListener
         int gamestate;
         int mouseX, mouseY;
         char c;
         int pressedKey;
         Thread game, ai;
         //boolean splash;
         Image offscreen;
         Graphics buffer;
         public void init(){
              setBackground(Color.black);
              offscreen = createImage(500,400);
              buffer = offscreen.getGraphics();
    //          addKeyListener(this);
              addMouseMotionListener(this);
              //splash = true
              gamestate = -2;
              //load graphics
              resize(500,400);
         public void run(){
              //reset ints
              while(game!=null){
                   switch(gamestate){
                        case -2:
                             showStatus("game menu");
                             buffer.setColor(Color.red);
                             buffer.drawString("PRIMITIVE WARS ADVANCED", 150, 50);
                             buffer.drawString("Press SPACE to start",160,70);
                             //splash == false;
                             gamestate = -1;
                             break;
                        case -1:
    //                         showStatus(String.valueOf((int)c));
    //                         showStatus("start" + (char)0 + "end");
                             if(pressedKey == ' ')
                                  showStatus("c is: start" + (char)c + "end");
                             if(pressedKey == ' '){
                                  gamestate = 0;
                                  showStatus("gamestate");
                             break;
                        case 0: // Prepare for new game
                             //showStatus("Start game");
                             buffer.clearRect(0,0,500,400);
                             buffer.setColor(Color.red);
                             buffer.fillOval(mouseX, mouseY, 20,20);
                             buffer.drawString("Playing game",10,10);
                             break;
                   buffer = offscreen.getGraphics();
                   repaint();
         public void start(){
              showStatus("hello");
              if(game == null){
                   game = new Thread(this, "game");
                   game.start();
                   showStatus("Starting thread");
         public boolean keyDown(java.awt.Event evt, int key)
              pressedKey=key;
              return true;
         public boolean keyUp(java.awt.Event evt, int key)
              pressedKey=0;
              return true;
         /** Handle the key typed event from the text field. */
    /*     public void keyTyped(KeyEvent e) {
              char c = e.getKeyChar();
              showStatus(String.valueOf((int)c));
              //if(c == ' ')
              //     showStatus("typed space2");
         /** Handle the key pressed event from the text field. */
    /*     public void keyPressed(KeyEvent e) {
    //          showStatus(String.valueOf((int)c));
    //          showStatus("pressed");
    //          displayInfo(e, "KEY PRESSED: ");
         /** Handle the key released event from the text field. */
    /*     public void keyReleased(KeyEvent e) {
    //          showStatus(String.valueOf((int)c));
    //          displayInfo(e, "KEY RELEASED: ");
         public void mouseMoved(MouseEvent me){
              mouseX = me.getX();
              mouseY = me.getY();
              showStatus("moved " + mouseX + ", " + mouseY);
         public void mouseDragged(MouseEvent evt){
         public void loadMap(int mapnum){ //maybe instead param (string map)
         public void paint(Graphics g){
               g.drawImage(offscreen,0,0,this);
         public void update(Graphics g){
              paint(g);
    }

    You problem with keyTyped is scope problem.
    Because you declare char c inside keyTyped, it masks the declaration of char c that has class instance scope.
    All you need to do in keyTyped() is remove the char in front of the declaration to unmask the instance variable.
         public void keyTyped(KeyEvent e) {
    // should be          char c = e.getKeyChar();
              c = e.getKeyChar(); // this line uses c declared above
              showStatus(String.valueOf((int)c));
              //if(c == ' ')
              //     showStatus("typed space2");
         }� {�                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • I keep getting graphics errors codes when trying to run simple things

    In a nutshell, I bought a laptop, installed the game "Spore", and played it FLAWLESSLY. A couple hours later the computer started acting up, and turns out the hard drive is bad (a scanned it through a usb device on another computer and it had many
    bad sectors) So I buy a new Hard drive, install Windows 7 Ultimate on it, and updated the graphics drivers and installed the latest version of DirectX on it, but now when I try to play Spore, I keep getting the error "could not create the graphics device.
    Direct X is not available. [1002]" and when I try to use windows movie maker I get the error message: "Windows movie maker cannot start. Make sure your computer meets the minimum system requirements before trying to start Movie Maker again, and then
    try to update the drivers for your video card if Movie Maker still doesn't start."
    I used the DxDiag tool and for some reason the apporox total memory (for my graphics card) read n/a. 
    my standard VGA Graphics Adapter (AMD ATOMBIOS) has up-to-date, Digitally signed drivers
    my hardware acceleration is turned all the way up
    I have the latest version of DirectX installed
    I have an I7, 4GB of RAM, this laptop has incredible modern features.... why can't I get simple things to work when I exceed the system requirements by so far, AND I'VE USED THEM IN THE PAST ON THIS MACHINE???... the
    only reason I bought this laptop was so I can use movie maker faster and play games.... Thank you for your tech knowledge....
    -Lucas

    Windows 7 includes DirectX 11 in its baseline and it is not necessary to install another version of it.  Your problems may be caused by the installation of the version of DirectX you installed.  Uninstall the one you installed and see if you
    still have the errors.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • How to make a fairly simple keyword structure for a amateur shooter?

    Hi,
    I am trying to find a clever way of keywording my images, and have found the hierarchy that comes standard with Aperture to be unsuitable for my needs.
    I was hoping to share some ideas on how to build a suitable general structure for someone (amateur) that may end up shooting pictures of almost anything. Once again - I am looking for a fairly simple structure that I might actually end up using and not the pro huge hierarchies that some pro shooters use.
    So far, I have identified 3 main questions that I think keywords should answer:
    1. What (description of situation)
    2. Where (location, as spesific as possible, even if some off my photos has got gps data in them)
    3. Who (names, but also classified into family, friends, collegues, anonymous)
    Elabourating on this list, the next branch could perhaps be:
    1.What
    1.1
    1.2 ?
    1.3 ?
    1.4 ...
    Some ideas on categories here are: Work/Leisure, arts/crafts,
    2. Where
    2.1 Country
    2.2 County
    2.3 District
    2.4 Place/location
    3. Who
    3.1 Family
    3.2 Friends
    3.3 Collegues
    3.4 Anonymous
    I would love input on this topic and I would also like the hierarchy be expandable.
    Would also love to know where I can find more information on this topic for amateurs like myself.
    Best regards,
    Kjell Are Refsvik

    An intensity graph is just a 2D array. All you need is initialize a 2D integer array of sufficient size and keep it in a shift register. Increment elements based on the xy coordinates.
    For some ideas, have a look at this old example.
    LabVIEW Champion . Do more with less code and in less time .

  • Two simple things could make BBM experience much better

    Hey, there are two things you could do to make BBM experience even better.
    1: you could add the word "menu" under 3 bars in the left side of #BBM main screen. Some peoplw don't know there more options in there. It's incredible, but non BlackBerry users sometimes don't know those options exists.
    2: In bbm groups and channels, when opening a photo, most of people don't know you can open the full picture tapping twice. You could put the text "tap twice to open" for the few seconds while number, title and name who posted appear.
    Simple things, but better experience! Thanks!

    Save As is in Mountain Lion, because you did not complete your profile we have no idea what version of OS X you are using. If you are using ML then run Software Update to get the most up-to-date version (10.8.2 currently).
    In addition label printing in Numbers is simple, to learn how please post in the iWork forum under Numbers. You may find that at:
    https://discussions.apple.com/community/iwork/numbers
    Also you are NOT communicating to Apple on these forums, these forums are user to user, Apple does not read nor participate in them. If you have feedback for Apple please use www.apple.com/feedback.

  • Simple things to add to improve iphone

    I have iphone 4, really a great tech! But there're some simple things I hope apple to add
    - why there's no share contact by sms only there by mms or email. I hope 2 add it in future.
    - we cant send group sms selecting multiple names from contacts to send them sms
    - no editing of the whole contacts eg. Multiple select of contacts to delete them instead of selecting each one and getting into their edit 2 delete
    - no arrows keys in keyboard. Sometimes it helps when try 2 go back & correct a letter instead of deleting the whole!
    - no option in phone tunes to make phone ring once! I prefer it!
    Thanx

    why there's no share contact by sms only there by mms or email. I hope 2 add it in future.
    Because the contact is sent as a vCard attachment, and an attachment sent as a message requires MMS. Are you charged more for MMS than an SMS? If not, not sure what difference it makes. This also provides for an easy import into the iPhone's address book and with any address book application used on your computer.
    we cant send group sms selecting multiple names from contacts to send them sms
    Addressing a message or an email to a group has not been supported since day one over 3 years ago. You can use this link to provide Apple feedback.
    http://www.apple.com/feedback/iphone.html
    no editing of the whole contacts eg. Multiple select of contacts to delete them instead of selecting each one and getting into their edit 2 delete
    You should be syncing contacts with a supported address book application on your computer or via an online address book such as Google or Yahoo where a mass deletion of contacts is easier and faster. Since doing so is not usually required on a regular basis and since contacts are designed to be synced with a supported address book application where doing so is much easier and faster, not sure when or if such an option will be provided with the iPhone, but you can use the iPhone feedback link for this as well.
    no arrows keys in keyboard. Sometimes it helps when try 2 go back & correct a letter instead of deleting the whole!
    And there won't be. The iPhone includes a multitouch screen for this.
    no option in phone tunes to make phone ring once! I prefer it!
    Copied from the iPhone user guide page 63.
    http://manuals.info.apple.com/enUS/iPhone_iOS4_UserGuide.pdf
    +Silence a call: Press the On/Off Sleep/Wake button or either volume button. You can still answer the call after silencing it, until it goes to voicemail.+
    I don't recall using any cell phone that included an option for the number of rings.

  • Any ideas for a (fairly) simple program?

    Does anybody have any ideas for a fairly simple program that I could try to write (I am a fair programmer, but I'm not to creative)?

    You know, Java Game Programming for Dummies is actually a pretty good book (despite the "Dummies" part!) It is written in 1.0, but it has a "ponglet", card games, and several maze games. All the applets I've tried from them actually work (some typos in the book itself, but the CD is ok). Any of these could be "starter" code.
    Yahoo has a whole bunch of Java applet games. You could try to reproduce pieces of the games you see. (These are also interesting in the sense that you can immediately see what works in a game and what doesn't.)
    It is always fun to write little components. Cool buttons (write a nice little non-rectangular button that lights up or something), text boxes that look like digital displays, funny text labels (maybe with a weird font or with letters that jump all over the place when you mouse over them).. These don't take a whole lot of time to write, but write them well and they are very useful for your future games.
    Enjoy!
    :) jen

  • I just loaded the 'lion' now my mail takes a new life....how do i move the reading panel to the bottom / also how do i get rid of the text/content under each mail..two simple things not sure obvious on this version !!!

    i just loaded the 'lion' now my mail takes a new life....how do i move the reading panel to the bottom / also how do i get rid of the text/content under each mail..two simple things not sure obvious on this version !!!

             

  • Did not know simple things such as removing hyphen from phone numbers will be so complicated. How do i remove the hyphen from stored phone numbers since i am not able to make a phone call using VOIP. Everytime i make a phone call i have to type the number

    Did not know simple things such as removing hyphen from phone numbers will be so complicated. How do i remove the hyphen from stored phone numbers since i am not able to make a phone call using MobileVOIP. Everytime i make a phone call i have to type the number.

    Go into your contacts and edit them.

  • I have a unlocked A1530 Iphone 5s that is not in English how do I get it to be ? Also it has a little dot you tap on that brings up 4 things help !

    I have a unlocked A1530 Iphone 5s that is not in English how do I get it to be ? Also it has a little dot you tap on that brings up 4 things help !

    Try this link to get the language changed:
    iOS: How to change the language when it's set to one you don't understand - Apple Support
    Best of luck!
    GB

  • Troubled by few simple things on Tiger (ex Windows user)

    Hey guys, I'm trying to find out how to do few simple things on a Mac
    1. How do you align icons to some grid, whenever I drag and drop items in the Finder they are all out of sync... i like my icons in neat rows, what to do?
    2. Is there some way to get the icons to also re-assemble by type/name/date created etc. ... i know u can do all that in the "list view" but is there a way to organize them as icons?
    I know those tasks are very simple, but i've been trying and i can't find a solution... thanks!

    Hi Sebastian,
    yes, you can do both.
    Switch to icon view. Then select "View Options" from the menu "View". There you can select both align to grid and always sort by ...
    Since I use a german system the name of the option and the menu might be different. It is the menu to the left of the menu "Go To..." and within this menu the last option.
    If this answered your question please consider granting some stars: Why reward points?

  • Entourage 2008 simple things I can't figure out

    I've just got Entourage 2008, an upgrade from the 2004 version and I cant figure out a few simple things. The first being, when I've got an 'identity'open, the old 2004 version used to say at the top of the window which identity that was and the 2008 version just says 'Inbox - Folders on My Computer' on whichever indentity I'm looking at and I have to look closer at the actual emails to know which mail address I'm looking at.
    Does that make sense?
    Anyone know how to fix it??
    Thanks.

    Until you said it, I have never, ever noticed that! Being the only Entourage account on this Mac, I suppose I also never cared.
    Looking through the preferences and menu, I don't see a way to change it.

  • Ok I am ready to throw my S3- it drops calls constantly- sent it back, got a new one, now is doing the same thing- HELP???

    OK ok I am ready to throw my S3- it drops calls constantly- sent it back, got a new one, now is doing the same thing- HELP???- I know others have had this problem , is there a permanent fix or do i switch phones?

        Hi kiz,
    I also have the Galaxy S3 and I have not experienced any issues with calls. I want you to have the same experience! As indicated by Ann154 (thank you!), the coverage in your area may have something to do with the quality of your calls. Please provide us with your ZIP code and we'll check the type of coverage in your area. We can also replace the SIM card to ensure that this issue is not SIM card related. If you have not requested a SIM card replacement yet, please follow me and send me a DM with your account number and I will follow up with you to order a SIM card replacement.
    AntonioC_VZWSupport
    Follow us on Twitter at www.twitter.com/VZWSupport

  • I'm burning dvd's that won't play on a regular dvd player.  What am I doing wrong?  Are there some simple things to check to figure this out?  (Sorry, I know this has been asked many times)

    I'm burning dvd's that won't play on a regular dvd player.  What am I doing wrong?  They play fine on computers but not on dvd players.  Are there some simple things to check to figure this out?  (Sorry, I know this has been asked many times).  Created in DVD studio pro.

    Hi
    Just my thoughts to add to the excellent answers above.
    • BRAND of DVD used - Matters when doing Video-DVDs
    Memorex, NoName etc cheap brands usually do NOT work
    I only Use Verbatim (more organic dye in these)
    • Type of DVD - matters
    - DVD+/RW - usually results in problems
    - DL-DVDs are more problematic than SL-DVDs
    - DVD+R are a more modern sort - BUT PLAYS BADLY or not at all on older DVD-players
    I only use DVD-R
    • BURN SPEED - matters
    - Best in iDVD app - IS NOT BEST at all but results in lot's of Burn Errors = Doesn't play well or at all
    I set this down to x2 or x4 max.
    Yours Bengt W

  • JDeveloper doing simple things - how to

    Just a couple of simple things that I can't seem to do in JDeveloper 11.1.1.6.0
    I have to use that version for OIM so please don't tell me to use 11.1.2.0.0 !!
    How do I simply see my folders? There is no option in View for a simple folder view - I have Application Navigator and that's pretty much it. I just want to see if my project has recognized the folders I am supposed to have in my project, but there is no way to do that. I also tried messing with all of the "Navigator Display Options" and "Working Sets" options. Still nothing. I took a project someone sent me and dropped it into the application folder, and then opened the project. It found the single source file but none of the folders show up anywhere.
    Second thing - if I create a folder external to the project and drop it into the project folder structure - why does "refresh" not pick it up?
    Eclipse Project Explorer == JDeveloper Application Navigator
    Eclipse Navigator == JDeveloper ??

    Eclipse Navigator <> JDeveloper Navigator
    JDev doesn't have a "file" navigator. We figure the OS usually provides a good one of those. :-)
    Here are some tips:
    1) Toggling some options in the Navigator Display Options will get you close (but it's still not a file navigator:
    * Group by Directory (checked)
    * Sort By Type (unchecked)
    * Package Level (unlimited)
    * Web Content Level (unlimited)
    * Show Libraries (unchecked)
    * Group by Categories (unchecked)
    * Group Related Files (unchecked)
    2) By selecting a node in the Application Navigator, you can choose Edit > Copy Path, which puts the os path to the node on your clipboard. You can now paste this into Windows Explorer (or similar for your os) to use the OS navigator. Optionally, you can use "Tools > External tools" to easily add a button or menu item to open a navigator node in the OS navigator.
    3) The main thing to recognize is that the contents of the project as shown in the navigator is governed by the project source paths (in Project Properties). If you added a folder to a project folder and it's not showing up after a refresh, it's probably not under the project source path after all. Or, it's possible that you have added a working set which is hiding the contents.
    -- Brian

Maybe you are looking for

  • Why can't I drag & drop photos to my email anymore?

    The old IPhoto let me just drop and drag a photo onto the bottom part of my e-mail screen (gmail) and it would -boom- just upload as an attachment.  I didn't have to open up the attachments folder finder and waste time.  I updated my MacBook the othe

  • Accessing iTunes Store on MacBook Pro

    Dev 7 MacBook Pro lastest software but its stuck in white loading screen. Cant access anything. Works perfectly on my MacPro. ( Same IPS ) Any ideas what it not load?

  • Mac Pro 2009 or Mac Pro 2010?

    Hi all! My iMac (late 2006) died (logic board, a known problem with that model, except to Apple...) and I now have to buy new. I can't buy an iMac (my preferred choice) because of the glossy screen. I don't want a laptop and a MacMini is too limited

  • More session questions

    Enumeration e = session.getAttributeNames(); String key, value; while( e.hasMoreElements() ) { key = (String) e.nextElement(); value = (String) s.getAttribute( key ); out.print( key + value ); I'm not familiar with (String) usage, lines 3,4. It's obv

  • Spreadsheet date format in lookout

    The spread sheet object automatically logs the date format as mm / dd / yyyy in the first columb, how can I get it to log the date as dd / mm / yyyy