Videos will not repeat

Hi,
I have all of my music videos on a playlist called Videos. With previous versions of iTunes, while playing in full screen or just in the now playing box, when one video would end, another one would begin playing. Now when I play videos in my playlist or Apples video list, when one ends, it just ends and nothing plays after it. I have shuffle and repeat all enabled. This is annoying because I cannot just relax and play a bunch of videos - now I have to manually begin them one at a time. Also, if I don't play a video all the way to the end, the next time it starts up it begins where I left off the time before. Any ideas on how to fix this?
Thanks.

How did you do this? I have a separate video playlist - not repeating, made another - not repeating either, removed all my videos from library and then re-added them, still won't repeat. I have repeat all and shuffle enabled. I cannot even use the next song arrow to move to another video - it just pauses the one I was playing. I have to manually click on another selection to make it play and then it stops and nothing plays when it is over, This is driving me crazy. If I play a video in the main library, an audio song will play after a video. Any ideas on how to fix this?

Similar Messages

  • Responsive videos will not work

    In Captivate 8 I have inserted two video files both mp4 format.  It is a responsive format and the videos will not load on iPad.  What am I doing wrong????

    This is a copy of the code in Dream Weaver... I feel like it should show the video file name somewhere.... Captivate changed the file names to Vi2.mp4 and Vi4.mp4.  Any thought on this being the problem?
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta
    name='viewport' content='initial-scale = 1, minimum-scale = 1, maximum-scale =
    1'/>
    <meta
    http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <meta
    http-equiv="x-ua-compatible" content="IE=10">
    <title></title>
    <style
    type="text/css">#initialLoading{background:url(assets/htmlimages/loader.gif)
    no-repeat center
    center;background-color:#ffffff;position:absolute;margin:auto;top:0;left:0;right:0;bottom: 0;z-index:10010;}</style>
    <script>
    function
    initializeCP()
    function cpInit()
    document.body.innerHTML = " <div class='cpMainContainer'
    id='cpDocument' style='left: 0px; top:0px;' >       
    <div id='main_container'
    style='top:0px;position:absolute;width:100%;height:100%;'>          
    <div id='projectBorder'
    style='top:0px;left:0px;width:100%;height:100%;position:absolute;display:block'></div>
    <div class='shadow' id='project_container' style='left: 0px;
    top:0px;width:100%;height:100%;position:absolute;overflow:hidden;' >     
    <div id='project' class='cp-movie' style='width:100%
    ;height:100%;overflow:hidden;'>               
    <div id='project_main' class='cp-timeline
    cp-main'>                         
    <div id='div_Slide' onclick='cp.handleClick(event)' style='top:0px; width:100%
    ;height:100% ;position:absolute;-webkit-tap-highlight-color:
    rgba(0,0,0,0);'></div> 
    </div>                      
    <div id='autoplayDiv'
    style='display:block;text-align:center;position:absolute;left:0px;top:0px;'>                                 
    <img id='autoplayImage' src=''
    style='position:absolute;display:block;vertical-align:middle;'/>                                 
    <div id='playImage' tabindex='9999' role='button' aria-label='play'
    onkeydown='cp.CPPlayButtonHandle(event)' onClick='cp.movie.play()'
    style='position:absolute;display:block;vertical-align:middle;'></div>          
    </div>          
    </div>          
    <div id='toc' style='left:0px;position:absolute;-webkit-tap-highlight-color:
    rgba(0,0,0,0);'>        
    </div>          
    <div id='playbar' style='bottom:0px;
    position:fixed'>   
    </div>          
    <div id='cc' style='left:0px;
    position:fixed;visibility:hidden;pointer-events:none;'
    onclick='cp.handleCCClick(event)'>                
    <div id='ccText' style='left:0px;float:left;position:absolute;width:100%;height:100%;'>           
    <p
    style='margin-left:8px;margin-right:8px;margin-top:2px;'>                  
    </p>             
    </div>                      
    <div id='ccClose' style='background-image:url(./assets/htmlimages/ccClose.png);right:10px;
    position:absolute;cursor:pointer;width:13px;height:11px;'
    onclick='cp.showHideCC()'>             
    </div>          
    </div>          
    <div id='gestureIcon'
    class='gestureIcon'>       
    </div>          
    <div id='gestureHint'
    class='gestureHintDiv'>                 
    <div id='gImage'
    class='gesturesHint'></div>   
    </div>          
    <div id='pwdv'
    style='display:block;text-align:center;position:absolute;width:100%;height:100%;left:0px;t op:0px'></div>   
    <div id='exdv' style='display:block;text-align:center;position:absolute;width:100%;height:100%;left:0px; top:0px'></div>  
    </div>          
    </div></div><div id='blockUserInteraction' class='blocker'
    style='width:100%;height:100%;'>          
    <table style='width:100%;height:100%;text-align:center;vertical-align:middle'
    id='loading'
    class='loadingBackground'>                   
    <tr style='width:100%;height:100%;text-align:center;vertical-align:middle'>                                  
    <td style='width:100%;height:100%;text-align:center;vertical-align:middle'>                                              
    <image
    id='preloaderImage'></image>                                  
                <div
    id='loadingString'
    class='loadingString'>Loading...</div>                                  
    </td>
    </tr>   </table></div> <div
    id='initialLoading'></div>";
    cp.DoCPInit();
    if((typeof InitAppPackager !== "undefined") && (typeof
    InitAppPackager === "function"))
    InitAppPackager(cpInit);
    else
    cpInit();
    </script>
    </head>
    <body>
    <div id='initialLoading'></div>
    <script>
                           (function()
    if(document.documentMode < 9)
    document.body.innerHTML = "";
                                                   document.write("The
    content you are trying to view is not supported in the current Document Mode of
    Internet Explorer. Change the Document Mode to Internet Explorer 9 Standards
    and try to view the content again.<br>To change the Document Mode, press
    F12, click Document Mode: <current mode>, and then select Internet
    Explorer 9 Standards.");
    return;
    window.addEventListener("load",function()
    setTimeout(function()
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'assets/js/CPXHRLoader.js';
    script.defer = 'defer';
    script.onload = function()
    var lCSSLoaded = false;
    var lJSLoaded = false;
    function constructDIVs()
    if(lCSSLoaded && lJSLoaded)
    initializeCP();
    cpXHRJSLoader.css('assets/css/CPLibraryAll.css',function() {
    lCSSLoaded = true;
    constructDIVs();
    var lJSFiles = [  'assets/js/jquery-1.6.1.min.js','assets/js/CPM.js','assets/playbar/playbarScript.js'
    cpXHRJSLoader.js(lJSFiles,function()
    //console.log("js loaded");
    lJSLoaded = true;
    constructDIVs();
    document.getElementsByTagName('head')[0].appendChild(script);
    },1);
    },false);
    </script>
    <noscript
    style="text-align:center;font-size:24px;">Enable Javascript
    support in the browser.</noscript>
    </body>
    </html>

  • Videos will not sync to iPhone from iTunes

    Movies (Videos) will not sync to an iPhone 4S from iTunes Mac. They can be downloaded and played from iCloud. They sync to other iOS devices, just not this one.
    Music does sync as do other media. When I try Movies (Video) I spend long minutes watching "Waiting for changes to be applied". I suspect it's timing out.
    I don't see anything in Console. It doesn't matter whether Movie is DRMd or home.
    I've restared phone and desktop. I wiped the phone and restored from Backup. I suspect if I wiped phone and treated at as NEW phone it would work, but I'd lose game settings, some data, etc. I haven't tried 'manual' management of music and video, I really dislike that. I did try dragging a movie to the iPhone manually, that behaved like sync.
    I've used PhoneView, an OS X utility for browing phone to look for stuck or unexpect media. There are no Voice Memos and no Voicemail messages.
    In iTunes, if I expand the Devices tree for the phone, and inspect Movies, I see the movies that have downloaded via iCloud. Movies that are supposed to sync from iTunes show with a grayed out font and dotted viewing status circle.
    Any ideas? Any references to a technical description of the iTunes sync process?

    A colleague on App.net (@gaelicwizard) came up with the fix for being unable to sync video to the iPhone. It suggests the bug is on the iPhone, and since a wipe/restore didn't fix it the bug is transmitted with the backup.
    The fix was to setup iTunes on another account on the same machine, then sync the iPhone to THAT account. This wipes out all media and photos. When I did that I could sync a video to the iPhone.
    I then synced the iPhone BACK to the original iTunes account -- this wiped all media again. This time though I could sync video from the original iTunes. I restored all of the media and was good to go again.
    I still wonder if this bug is related to the fix for the 7.0 CloudAssets bug that was fixed in 7.1. There was also something odd about the movie 'Frozen' where the Cloud version and local iTunes version seemed somehow different...

  • .FLV Video will not work when linked to on intranet (Captivate 5)

    I have a project with video (.FLV).
    1. Project was developed and published to a folder on the local hard drive of a PC.
    2. Project was copied to my company's intranet server.
    3. If I click on "My computer" and navigate to the network folder where the project is, the project and video work fine.
    4. If I LINK to the project (say to send the location to someone in an Outlook message) the project WILL open, but the video will not (reads "Connection Error").
    I did add the video to the library of the project.  The video file is in the same folder as the published project.
    I have worked with support over the phone and wanted to try something different before calling back.  The solution they gave me was to zip the project.  I haven't tried that because it will not be practical for my small hospital.  My users will need to be able to click on something and make it work, they may not have admin rights to the pc or the knowledge/desire to unzip a file.
    Thanks for reading.

    I thought I'd add a few comments in addition to Rod's good suggestions. For the benefit of others who may follow this thread in the future where their .flv is stored on a web server or MS SharePoint. I'd suggest checking with the web server administrator to assure that the server accommodates the .flv "mime type". This is often the problem when you see the "Connection Error" statement.
    This Adobe Knowledge Base article gives details to fix it.
    http://kb2.adobe.com/cps/194/tn_19439.html
    This can also be the case if the .flv is being delivered from SharePoint.
    http://social.technet.microsoft.com/Forums/da-DK/sharepointcollaboration/thread/af003e0e-8 c87-47fe-91d3-47e36ffddec3
    Of course these might not be where your .flvs are stored, but just in case...
    Thanks
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • In OSX 10.8.2 with Safari 6.0.2.  Many videos will not open in Safari

    I am running OSX 10.8.2 with Safari 6.0.2.  Many videos will not open on Safari but open on Chrome. I have enabled javascript in Safari Preferences. I get a javascript void message when copying the link of the non-working videos. In one discussion about javascript problems in Mountain Lion a Java Preferences Ap in Utilities was used to fix the problem.  I do not have a Java Preferences Ap in Applications\Utilities. I am stuck.

    I am having a similar issue, except mine is with a military site. The military sites use java althroughout for downloading files/image. The problem is that it never gives me the notice to enable java for these sites.
    I would like to have the ability to manually tell safari to allow java on a particular site so this isn't an issue.
    This would solve my issue and allow a way to activate java on sites that don't give you the option to allow it.

  • Hi, I uploaded some flv videos to my blog and can see it fine on my G5, my the videos will not play in Safari on my iPhone iOS4. Anyone know how to fix this?

    Hi, I uploaded some flv videos to my blog and can see it fine on my G5, my the videos will not play in Safari on my iPhone iOS4. Anyone know how to fix this?

    I've also tried m4v and avi files. Is there another file format that will work?

  • Some videos will not play (blank screen).

    Some of my videos will not play. I select the video and a "Play" arrow shows in the upper left portion of the screen, but the screen is dark (blank). I can press Menu and return.
    I don't believe it's a size issue because certain other larger videos do play. Nor do I think it's a format issue because all of the videos are the same format (*.m4v). It also doesn't appear to be a time/sync issue because some videos added after others do play and some don't.
    I really don't have a problem reformatting and starting over if that is the best or only solution as I only use iTunes and don't have calendar, notes, etc.
    Thanks in advance.
    iTunes Ver 10.5.1.42
    iPod Classic 30Gb Ver 1.3
    O/S Windows XP SP3

    Where are these from? Are they from the iTunes Store or where they downloaded elsewhere and then added to your library?  Perhaps you can try restoring your iPod to factory settings and then resyncing the videos back over to it.
    If the videos are not from iTunes, perhaps you can try and re-convert them using a third party utility such as Handbrake or MPEG Streamclip.
    http://www.squared5.com/
    http://handbrake.fr/
    B-rock

  • Videos will not work!

    I'm having 2 problems with videos:
    1. About fifteen of my videos will not transfer to my ipod, when I try to drag and drop them nothing happens at all. They are in the correct format (mp4) and ten other videos had transferred without a problem, just for some reason those fifteen will not. How do I get them on my ipod?
    2. I downloaded a movie from itunes and it transferred to my ipod fine, but when I try to play it on my ipod all it does is shows a loading screen, then turns black and freezes my ipod. What's wrong here, and how do I fix this? This one should definately fit the specifications required for ipods because it was purchased from the itunes store.
    How do I fix this?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • HT201210 Please help - error message saying 'filmware file is not compatable', and videos will not transfer from phone to computor.  what can i do?

    As title says, I keep having this error message 'filmware not compatable' and my videos will not load. 
    Can someone please help this very non-tech-savy lady???!!
    Cheers in advance

    Bad news: It sounds as if you were sold a jailbroken iPhone.
    Good news: File a SNAD with eBay. Make sure all your correspondence has been through eBay Messaging. The fact that the seller has been ignoring you will not sit well with them.
    You will get 100% of your money back, including shipping. Paypal will simply seize his funds and return what is yours.
    Lesson: Don't buy a used iPhone.
    It's much worse for the seller. His PayPal and eBay accounts will be frozen. Until he squares up with both you and eBay, he's out of money and out of business.

  • Updated 5s to ios8.  Video will not airplay

    I updated my 5s to ios 8 and updated appletv.  My iphone 5s photos show on appletv  Mirror shows on appletv.  Videos will not play or show.  Turn off air play and the video works again.  Any ideas?

    Hello, olemike.  
    Thank you for visiting Apple Support Communities. 
    I would recommend going through the steps in the troubleshooting article below.
    iOS: If you can't back up or restore from a backup in iTunes
    http://support.apple.com/kb/ts2529
    Cheers,
    Jason H.

  • My iPod turns off automaticly. And videos will not play.

    My iPod turns off automaticly. It is not just locking it fully shuts down. And videos will not play.

    Try Hard Reset > Restore > Contact Apple for service.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • Videos will not load in USA Today webpage in safari

    I have fod this to be the case in several website...in Safari the video will not load...if I switch to Chrome....the vieos load with out any issues...

    Select Help > "Installed Plug-ins" from the Safari menu bar. Besides the following, what plugins are listed?
    iPhotoPhotocast
    Java Applet Plug-in
    QuickTime Plug-in
    WebKit built-in PDF

  • Video will not play, yet audio does.

    Like the header says, all of a sudden I go to work on a project I've never had trouble with and the video will not play; it is frozen wherever the cursor is. Yet the audio does play. I've tried clearing cache, clearing premiere cache, gone all over the internet to try and find an answer, of course India is closed right now, so no help there, not that they really give it anyway. So I'm asking if anyone might have experienced this one and figured it out despite Adobe. I'm on a PC with Windows 8 and terabytes and terabytes of storage; plenty of space left on disc, too. As I said; this has never been even a hint of a problem Just started up today. This even beats most Adobe "beta testing" problems they heap on us unsuspecting sheep. So I'm completely flummoxed. A prize to whoever knows what's up with this! It's a new one on me... Thanks in advance to whichever genius knows the answer! :-)
    [Please choose only a short description for the thread title.]
    Message was edited by: Jim Simon

    OK, I found the answer by myself and wish to share it with those having the same issue. It turns out that the saved workspace can corrupt allowing audio to play, while video remains frozen. The fix is to change the workspace. Go to WINDOW, after creating a new style workspace and save the new workspace. Problem fixed. Also, if there are already a number of other saved workspaces that involve video you can simply change to that one and it will be fixed. Delete the corrupt workspace. That's it! This was discovered through a simple process of elimination which proves that bugs really can surface anywhere for no intuitive reason. Hope this helps you!

  • I noticed after switching from IE9 to Firefox that some website videos will not play. How is this corrected?

    I sometimes want to look at how-to videos. Some play and some do not in Firefox. When a message does come up on the screen it says someting like 'sorry, but the video will not play...do you wish to download the plugin?'. Because I am very catious about what I download, I am not confident about downloading a plugin. Does anyone know what I need for Firefox to play all website videos?
    +++++++++++++++++++++++++++++++++++++++++++++++
    I am adding this to my original question:
    I see that quick-time is an available plugin...Is this soething that will work?
    ++++++++++++++++++++++++++++++++++++++++++++++++
    Thank you

    You're welcome. Glad I was able to help you.

  • Video will not open OS 10.6.8 Safari 5.1.10, youtube page freezes the system. Activity moniy=tor shows all memory being used up, but processor use is very low

    Video will not open. OS 10.6.8, safari 5.1.10. problem is very noticeable when opening youtube main page. stalls complete system. tried reloading most recent version of flash. Activity monitor identifies all memory is being used to open page, no processor usage and transfer rate does not look out of line. 4 GB memory. Macbookpro6.2, i5, 2.4 GHz. Individual Video will open in facebook. Some video will not open in Yahoo.

    Video will not open. OS 10.6.8, safari 5.1.10. problem is very noticeable when opening youtube main page. stalls complete system. tried reloading most recent version of flash. Activity monitor identifies all memory is being used to open page, no processor usage and transfer rate does not look out of line. 4 GB memory. Macbookpro6.2, i5, 2.4 GHz. Individual Video will open in facebook. Some video will not open in Yahoo.

Maybe you are looking for

  • How can i add an image into the header

    When printing a webpage i would like to ad an image into the header? Is this possible?

  • Wireless print routing

    I have a network running a 2000 Advanced server with a 10.0.0.1 IP. The server provides print sharing for the network. I recently added a Linksys WRT54G Wireless router after the server to connect my new laptop. How do I get the laptop to connect to

  • After updating to 10.6.8 Iphoto no longer recognizes my Kodak z740 pictures when I try to load them to Iphoto

    I get a message that Iphoto does not recognize the photos

  • MIRO enhancement

    vendor have two partner function VA and VB, for VA, vendor number is 1001. for VB, vendor number is 2001. when we do MIRO, the invoiced party field in the accounting document header is populated with 1001, if we want the  invoiced party field to be u

  • 0CALDAY with offset -1 question

    Hello SDN, I am using BW3.5 query designer.  In my rows, I have 0CALDAY.  In my columns, I have Volume, and Prior Day's Volume. I am trying to calculate the Prior Day's volume. Example dataset: 2008.01.01     10     0 2008.01.02     7      10 2008.01