Movie file in my song list?

I have a problem with a movie file i have that shows up in my song list. Also when i shuffle my songs and it comes out i have to restart my ipod. How do I get it off my song list but still leave it on my ipod?

Change the format from Music Video to Movies. That should remove it from any music folders you have including artists, playlists, and song lists. You can do that by right-clicking the file, clicking get info, and changing the video kind on the options tab from "music video" to "movie". Hope that works...

Similar Messages

  • I CAN'T MOVE A SELECTED FILE FROM THE SONGS LIST

    I often used to transfer songs from iTunis to my iPhone.
    But since last week, I didn't get to move selected song to any place because as soon as I select a song, it' appears a sign forbidding any movement.
    Even if there isn't any device conected to the PC.
    I didn't realize what has changed and what to do to return to the usual setting.
    Please help me !!!

    try this:
    ImageIcon image = getImageIcon(imagePath, altText);
    private ImageIcon getImageIcon (String path, String desc)
        int MAX_IMAGE_SIZE = 2400; //Change this to the size of
        //your biggest image, in bytes.
        int count = 0;
        BufferedInputStream imgStream = new BufferedInputStream(
         this.getClass().getResourceAsStream(path));
        if (imgStream != null) {
          byte buf[] = new byte[MAX_IMAGE_SIZE];
          try {
         count = imgStream.read(buf);
         imgStream.close();
          catch (java.io.IOException ioe) {
         Debug.print("ERROR: Couldn't read stream from file: " + path, Debug.ERROR);
         return null;
          if (count <= 0) {
         Debug.print("ERROR:  Empty file.", Debug.ERROR);
         return null;
          return new ImageIcon(Toolkit.getDefaultToolkit().createImage(buf));
        else {
          Debug.print("ERROR:  File not found [" + path + "]", Debug.ERROR);
          return null;
      }and open up your jar file and make sure the jpg is in the right location. Good luck.

  • Movies only show up under Songs LIst

    On my iPod Classic 80GB, movies (purchased and manually added) only show up under the songs list. I cannot change the info (movie, tv show) in iTunes because that is not an option for files in the songs list. I have been able to re-add a couple of the manually added movies and they show up in the right place, but the purchased movies I cannot do this with. This only became a problem today and has not been a problem in the past. They show up under the songs list only and not in the movies even though the info shows them as mp4. Any help is appreciated.

    I would say that is a good indication that the movies are not actually synced. Check your sync settings in iTunes and also make sure that there is actually enough disk space available on the ATV for the movies that have yet to sync.

  • I run JMStudio.java and i want to play a mov file but an error happen

    this time i run JMStudio.java on eclipse and when i want to play a mov file but an error happen:
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x033b2890, pid=2652, tid=3096
    # Java VM: Java HotSpot(TM) Client VM (1.6.0-rc-b104 mixed mode, sharing)
    # Problematic frame:
    # C [jmjpeg.dll+0x12890]
    # An error report file with more information is saved as hs_err_pid2652.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    i always obtain the result when i use AVReceive3.java to receive mov files transmitted by RTP,and the mov files converted from a list of JPEG image files (JpegImagesToMovie.java) .
    could anyone please give me a help? many thanks

    Did you export the iMovie project to a movie file i.e. .MOV file?
    You said you burned the project to a DVD.  A PC will not be able to open an iMovie project.

  • Exporting song list?

    A friend of mine has asked if it's possible to see a list of all my tracks in iTunes. A Word doc or something?
    Is this possible in any way?

    click on music (or any playlist), them CMD-P (or choose print from the file menu). select +song listing+ or +album listing+
    JGG

  • How do I move audio files from song list?

    I have some audio MP3 files in iTunes, but they show up under the Songs List. Can I move them so they don't show up in the Music songs list, e.g. move them to podcasts?

    No. In order to show up under Podcasts, they need to be dopwnloaded via an RSS feed which tells iTunes it is apodcast.

  • I am trying to delete songs from itune 11 library and i want it to delete the song from my hard drive as well.  All my songs are in the music folder but not in the itunes folder??  itunes did not prompt me to move file to trash nor is there an option??

    I am trying to delete songs from itune 11 library and i want it to delete the song from my hard drive as well.  All my songs are in the music folder but not in the itunes folder.  itunes did not prompt me to move file to trash nor is there an option to remove file to trash bin.  How can i  delete songs from both the itunes and hard drive at the same time?

    aespinoza2210 wrote:
    could it be in the itunes folder or does it have to be in the itunes media folder, which is within the itunes folder??
    A Espinoza,
    The iTunes Media folder is set in Preferences > Advanced, and is the key to most iTunes folder organizational activities.  So I doubt that the automatic deletion will work for files that are somewhere else within the folder structure.
    However, I have not experimented with that issue in quite a while, so you are welcome to give it a try in iTunes 11. 

  • TS1717 I just downloaded a song and it only plays the first 50 seconds and then moves to the next song in the list. How can I get it to play the rest of the song?

    I just downloaded a song and it only plays the first 50 seconds and then moves to the next song in the list. How can I get it to play the rest of the song?

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copy of the track and try redownloading a fresh one. See the following document for instructions:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the item that is not playing properly. If you can't see "Report a Problem" next to the item, click the "Report a problem" button. Now click the "Report a Problem" link next to the item.

  • Generating a Movie File from a List of (JPEG) Images

    Hi All!
    I was trying this example:
    Generating a Movie File from a List of (JPEG) Images
    http://java.sun.com/products/java-media/jmf/2.1.1/solutions/JpegImagesToMovie.java
    I was using the following command line with the following output:
    root - /home/robertmarkbram/java/jmf/classes
    $java JpegImagesToMovie -w 320 -h 240 -f 1\
    -o file:///home/robertmarkbram/CoolCampus/media/jpgOut.mov\
    file:///BigBrain3/pics/breakfast.jpg\
    file:///BigBrain3/pics/eating.jpg\
    file:///BigBrain3/pics/howto.jpg\
    file:///BigBrain3/pics/jupiterp_cassini_full.jpg\
    file:///BigBrain3/pics/jupiterp_cassini.jpg\
    file:///BigBrain3/pics/spocamok.jpg- create processor for the image datasource ...
    Setting the track format to: JPEG
    - create DataSink for: file:///home/robertmarkbram/CoolCampus/media/jpgOut.mov
    start processing...
    - reading image file: file:///BigBrain3/pics/breakfast.jpg
    - reading image file: file:///BigBrain3/pics/eating.jpg
    - reading image file: file:///BigBrain3/pics/howto.jpg
    - reading image file: file:///BigBrain3/pics/jupiterp_cassini_full.jpg
    - reading image file: file:///BigBrain3/pics/jupiterp_cassini.jpg
    - reading image file: file:///BigBrain3/pics/spocamok.jpg
    Done reading all images.
    java.lang.NullPointerException
    at com.sun.media.multiplexer.video.QuicktimeMux.writeVideoSampleDescription(QuicktimeMux.java:936)
    at com.sun.media.multiplexer.video.QuicktimeMux.writeSTSD(QuicktimeMux.java:925)
    at com.sun.media.multiplexer.video.QuicktimeMux.writeSTBL(QuicktimeMux.java:905)
    at com.sun.media.multiplexer.video.QuicktimeMux.writeMINF(QuicktimeMux.java:806)
    at com.sun.media.multiplexer.video.QuicktimeMux.writeMDIA(QuicktimeMux.java:727)
    at com.sun.media.multiplexer.video.QuicktimeMux.writeTRAK(QuicktimeMux.java:644)
    at com.sun.media.multiplexer.video.QuicktimeMux.writeMOOV(QuicktimeMux.java:582)
    at com.sun.media.multiplexer.video.QuicktimeMux.writeFooter(QuicktimeMux.java:519)
    at com.sun.media.multiplexer.BasicMux.close(BasicMux.java:142)
    at com.sun.media.BasicMuxModule.doClose(BasicMuxModule.java:172)
    at com.sun.media.PlaybackEngine.doClose(PlaybackEngine.java:872)
    at com.sun.media.BasicController.close(BasicController.java:261)
    at com.sun.media.BasicPlayer.doClose(BasicPlayer.java:229)
    at com.sun.media.BasicController.close(BasicController.java:261)
    at JpegImagesToMovie.controllerUpdate(JpegImagesToMovie.java:215)
    at com.sun.media.BasicController.dispatchEvent(BasicController.java:1254)
    at com.sun.media.SendEventQueue.processEvent(BasicController.java:1286)
    at com.sun.media.util.ThreadedEventQueue.dispatchEvents(ThreadedEventQueue.java:65)
    at com.sun.media.util.ThreadedEventQueue.run(ThreadedEventQueue.java:92)
    Can anyone tell me what this error message means?
    Thanks for any advice!
    Rob
    :)

    I think it does that for QuickTime if you don't define the lineStride value in the VideoFormat (lineStride = pixelStride * width).

  • Songs show up as "QuickTime movie file" and won't share or sync

    I have a few mp3 audio files in iTunes that aren't being transferred to my iPod (3G) and aren't showing up when I share my iTunes library to another computer, and I can't figure out why.
    The filenames have ".mp3" extensions. When I do a 'Get Info' on them in the Finder, they're identified as "MP3 Audio File". Running 'file' on them from a Terminal window says "MP3 file with ID3 version 2.2.0 tag". They play just fine in iTunes as well as in QuickTime Player.
    But when I do a 'Get Info' on them from within iTunes, iTunes says each one is a "QuickTime movie file". And when I access this computer's shared music from iTunes on another computer on my network, everything shows up except these tracks; and when I sync my iPod, everything shows up except these tracks. I don't get any error messages.
    Why does iTunes think these songs are movie files, and how do I correct it?
    G5/1.8 Single   Mac OS X (10.4.8)  

    These files have the wrong creator.
    You can correct this by running the script on this web page.
    The page also contains information about avoiding this in the future.
    Hope this helps.
    M
    17' iMac 800 MHz, 768 MB RAM, 200 GB HD, DL burner   Mac OS X (10.4.8)   iTunes 7.0.1

  • Seamlessly Concatenate (Stream) a list of MOV files

    I have three questions:
    1) Is there a way to seamlessly play a list of MOV files? For example, input would be a list of URLs for MOV files, and the output would be the MOV files displayed sequentially without any pauses or blips. The MOV files would be streamed to the screen and concatenated on the fly.
    I have tried this:
    1) Set the setMediaLocation to a MOV location
    2) start the mediaPlayer
    3) wait until the getState of the mediaPlayer is no longer playing
    4) reset the setMediaLocation and play the next file.
    This way has annoying pause in between each MOV video clip. This is probably because the movies are not prefetched beforehand.
    2) Is there a way to seamlessly stream a MOV files when they become available? For example, if I have a list of 5 MOV files and only the first one is created, when the URL for the next MOV file becomes available, is there a way to play the next file without a pause or blip?
    3) Is there any way to get rid of the pink background that occurs when you move the frame that contains an MOV file? A windowListener maybe?
    Thanks! Any help in answering these three questions would be VERY MUCH appreciated!
    ~Joe

    http://forum.java.sun.com/thread.jspa?threadID=568154&tstart=0
    this might help me, but if anyone has a better solution for this problem I would be very grateful!

  • How to list RAW movie files?

    Currently iPhoto is not listing on my Movies smart album all my .mov files. If I click in one .mov, iPhoto shows as RAW. How can I create a Smart album to see all my movies?
    Still, how can I create a Smart Folder on finder that shows my .MOV files that are in iPhoto? I've tried to create one, but even the files are there, they are not listed in the createria.

    Where did the xmp files come from, ie. what app have they already been in?
    What is the file extension?
    Can the files be recognised in preview or any other program.
    Should not make a difference but have your tried moving the folder to anther location other than the desktop, I have imported many images from the desktop so would doubt this, but need to cover all bases.
    Can you drag the folder from the desktop into Aperture?
    Have fiels been renamed since coming from the camera?
    Can you rename a single file and see if AP sees it?
    Took me a few lines but I think I have the answer, given they are from a 20D and 40D are the files Canon sRAW? If so they are not compatible with Aperture!
    Tony

  • Entire song list showin up under movies

    when i go into my videos an movie folders it doesnt show any movies or vidoes because i dont have any on my ipod but what it does show is my entire song list....how do i get my songs out of the movie folder/section

    Is it shown like this in iTunes?
    Have you tried the 5Rs;
    iPod Issues?
    These five steps (known as the five Rs) will conquer most iPod issues.
    1. Reset your iPod.
    2. Retry with a different USB port.
    3. Restart your computer.
    4. Reinstall iPod and iTunes software.
    5. Restore your iPod.
    As on http://www.apple.com/support/ipod/

  • Is it possible to move itunes song list?

      Windows XP Pro  
    I am trying to move an itunes song list to either windows doc or photo studio 2000 so I can edit list by adding extra songs that there is not room for on reg itunes print out. I would also like to edit color print out in one of those programs. Is it possible to move? I am using windows xp pro. Any help would be appreciated. Thanks, ibark
    micron millennia   Windows XP Pro   pent lll
      Windows XP Pro  

    I figured out that I can copy and paste the album covers that appear in the "now showing" window and place on desktop.I then go into my label maker and get new image from desktop. I use them on my cd's..as far as copying list to another program I haven't figured that one out yet!!

  • Associate songs listed in my iTunes to the files on my hard drive??

    Hey,
    thanks for taking the time to look!
    Basically this prob stems from moving my music from one laptop to another. I now have hundreds of songs listed in iTunes that wont play because the file it wants to play isnt in the right file path.
    If I click on an individual song with an exclamation mark in the left hand column, it gives me an option to "locate orignal file". Obviously if I do this, iTunes can then play the song.
    Is there a way of associating a number of songs in one go?
    Alternatively, whats the least labour intensive way of getting all these songs to play in iTunes again?!
    Many Thanks
    Russ

    rubberwarrior
    It was for Windows, but I didn't specify exactly what to do as I thought you were using a Mac.
    In Windows, did any of your drive letters change and if so can you change them back? iTunes is very fussy about exact paths to files.
    this article about something else contains instructions for changing drive letters:
    http://support.apple.com/kb/TS1493
    Otherwise inspect iTunes Muisc library.xml using wordPad.
    Lines starting <key>Location</key> contain paths, use search to find some problem file names. Is there a simple correction that could be made with search/replace/
    If so with iTunes closed, drag iTunes Library.itl and iTunes Music Library.xml to the desktop and do the edit on the xml file, then use this method to rebuild the library file:
    http://support.apple.com/kb/HT1451
    If you can't get it to work, you cjust do my original suggestion.
    Or if you prefere you can put iTunes Library.itl back, open aiTunes and add you music folders with File Add folder to library. This will add your files, but leave you with many dead tracks. Thes can be removed with one of Robert jacobson's scripts - itunesremovenotfound:
    http://home.comcast.net/~teridon73/itunesscripts/
    If you don't want to use a script, you can remove dead tracks by a nifty use of playlists whci I can give you.

Maybe you are looking for

  • My contacts do not seem to be working correctly since upgrading to Maverick

    I can't even add contacts.  I add them and they aren't there.  My cloud with my iphone is working fine.  Just contacts on my macbook pro?

  • XI 3.0 Adapter questions...

    We're currently running some test in XI 3.0 and we get into some problems: - The connection with the adapter via the JCO Server (for the LCRSAPRFC destination) seems to be unstable; when the system try to get the parameters(via SAP) through the funct

  • N96 hardware????? where can i get it need help!!!

    My very very new phone just got water damage with sea water .... I hope someone knows how i can get the motherboard.. i love this phone.. Even Nokia service centre cant help me !!!!

  • How to use japanese data in BO 6.5

    Post Author: sinha_ips CA Forum: Desktop Intelligence Reporting hi,I am using BO 6.5 trying to use japanese data in my report. The database i m querying supports japanese and the oracle client at my machine also supports japanese.I have installed the

  • Role Assignment changes Duration

    I must be going nuts. I need to assign a role to a task with a duration of 90 days, and have him only devote a total of 90 hours to that task over the <br />entire 90 days' duration. <br />When I assign the role, and change the BLU to 90, it changes