QuickTime Media Link (qtl) files - update after moving originals?

How do I update a qtl "reference" movie after moving the originals so it points to the new location of the original files? This is all on my local machine.

You can edit .qtl files with any plain text editor.
Right click (Control click) on the .qtl file and choose Text Edit as the open with application.
Take a look at the simple code and you'll see the structure.

Similar Messages

  • QuickTime Media Link (qtl) not passed over to Player

    Safari saves all movies with .qtl to my desktop.
    They only open in QuickTime, if I have checked the option "open save files after downloading" (something like that - I have translated it from German).
    Is this the default setting in Safari? What about the other Browsers?
    I mean, if I export my videos in QuickTime Media Links,
    how many of my website viewers just will have saved a file to their desktop without anything happening after?
    I also wonder, if this saving of the QuickTime Media Link files is normal.
    Thank you for any replays

    I am looking for a way that my podcast-videos can be played fullscreen not only in iTunes but also on my website.
    With a (xml) QuickTime Media Link I can let the videos play in fullscreen and shut down the QuickTime Player at the end.
    A plug-in with optional fullscreen playback would be a much easier solution,
    but Apple possibly won't add this because they want the users download iTunes.

  • [svn:fx-i11] 5489: i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent

    Revision: 5489
    Author: [email protected]
    Date: 2009-03-23 10:04:25 -0700 (Mon, 23 Mar 2009)
    Log Message:
    i11 branch: Fix SDK-20148 Group bounds do not update after moving a child UIComponent
    Fix: add a method in GroupBase that's called whenever child x,y changes in UIComponent. GroupBase invalidates layout when autoLayout is true.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-20148
    Reviewer: Deepa
    tests: checkintests, mustella
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20148
    http://bugs.adobe.com/jira/browse/SDK-20148
    Modified Paths:
    flex/sdk/branches/i11/frameworks/projects/flex4/src/mx/components/baseClasses/GroupBase.a s
    flex/sdk/branches/i11/frameworks/projects/framework/src/mx/core/UIComponent.as

    FYI - This regression has been filed here: http://bugs.adobe.com/jira/browse/SDK-31989

  • Script to search and relink linked image files that were moved?

    Good afternoon
    My indesign product catalog has links with a lot of different folders around in my hard disk, not a single folder. And to keep my catalog up to date I must package it.
    When I move my linked files in my computer because I change the folder structure or do some cleaning, my indd loses track of its linked files. Currently I need to relink one by one.
    Therefore I would like to find a script which would scan the hard disk with the all broken links in mind to detect their new location and relink. Yes I am a lazy person.
    Thanks for any clue,

    Thanks so much! I will try soonest.
    How does your script react in the unlikely case of duplicates?
    Date: Thu, 18 Jun 2009 12:43:47 -0600
    From: [email protected]
    To: [email protected]
    Subject: Script to search and relink linked image files that were moved?
    At least your honest about your laziness.... Here's your reward:
    Just a hint, don't select root of your volume, it will loop through every folder in existence, but key to this script is, if you know the general location, select into that folder hierarchy and the script will test for a relative path, otherwise, come back in a few days, and it will be finished.
    ~mike
    var processed = 0
    var skipped = 0
    var updated = 0
    if (app.documents.length > 0){
        if(app.activeDocument.links.length > 0){
            var mydoc = app.activeDocument;
            var mylinks = mydoc.links;
            var myRoot = Folder.selectDialog("Choose the volume or server where assets are located", undefined, false);
            main();
    else
    { alert("No Links present")
    else{alert("No Documents Open")
    function main(){
        if(myRoot != null){
            for(var i = 0; i < mylinks.length ; i++){
                if(mylinks.item(i).status == LinkStatus.linkMissing){
                        var linkdata= mylinks.item(i).filePath;
                        var my_result = linkRepair(linkdata);
                            if (my_result == false){
                                var filetype = "." + mylinks.item(i).linkType;
                                var mysearch =   search(linkdata, filetype);
                                    if(mysearch != undefined){
    var myswitch = confirm(mylinks.item(i).name + " has been found in a different location, Relink and Update?", "Relinker")
                                            if(myswitch){
                                                mylinks.item(i).relink(File(mysearch));
                                                mylinks.item(i).update();
                                else{
                                    alert("" + mylinks.item(i).name " was not found\nFolders processed: "processed + "\nFiles skipped: "+ skipped)
                            else{ alert( my_result + " has been found");
                                mylinks.item(i).relink(File(my_result));
    function linkRepair(linkdata){
    var mypath = linkdata.split(":")
            my_status = analyzePath(mypath)
            if(my_status == true){alert("UPDATED");
                    updated++       
        return my_status
    function analyzePath(mypath){
    var num = mypath.length ;
    for(var i = 0; i < num-1; i++){
        mypath.shift()
        var newpath = pathRebuild(mypath)
        newpath = (myRoot + newpath)
            if(File(newpath).exists){
                return newpath
        return false
    function pathRebuild(pathArray){
    var solidPath = ""
        for(var i = 0; i < pathArray.length ; i++){
            solidPath +=  "/" + pathArray+ ;
        return solidPath;
    function search(linkdata, filetype){
        var mypath = linkdata.split(":")
        var mylink = mypath.pop();
        var OK = confirm("Relative Path does not exist, search folder hiearchy for file?", true, "File Scanner")
        if(OK){
    var myscanresult = getfiles(mylink, myRoot)
    return myscanresult
    function getfiles(mylink, myBase){
    myBase = Folder(myBase);
    var files = myBase.getFiles("*")
    for(var i = 0; i < files.length; i++){
    try{
    var foldertest = files+.getFiles();
    processed++
    var myfile =     File(files+ + "/" + mylink)
        if(myfile.exists == true){
            return myfile
            break;
        else{
        var myscan = getfiles(mylink, Folder(files+))    
            if(myscan != undefined){
            return myscan
            break;
    catch(myerror){
        skipped++
    >

  • Zoom effect for quicktime media link

    Anybody has tried fancyzoom or any other script with quicktime media links?

    Consideration: all these AJAX effects require javascript and/or CSS to be linked to the page, which mean you can't use HTML Snippet and that means post editing.
    That said, here are some examples:
    http://hdl.50webs.com/FancyZoom/
    http://hdl.50webs.com/Highslide/Highslide.html
    http://hdl.50webs.com/WZTooltip/WZTooltip.html

  • Quicktime Media Link issues

    I've just completed a website for a short film, and have used .qtl files for HD trailer links. However, right now they work fine in opening up quicktime and playing the movie, but I can't get any audio. The audio is definitely there on the source movies, so I'm sort of clueless. Any ideas? The site is:
    http://www.sanejulesblaine.com
    ...if you want to check them out.

    Are you looking at the same version that's posted?
    UPDATE: I Just double-checked your links and now they play audio from the qtl file.
    Your 480 file seems to have some problems, though. When I click the link it tells me it's not a movie file, but if I enter the URL directly into QuickTime, it plays. Do you see that?
    Message was edited by: Kyn Drake

  • Apparent file miscounts after moving itunes library

    prior to moving my itunes library from my Imac to an external - Itunes registered that I had 24,000 music files. After the move it says i have only 16000. When I check properties in the new folder it says I have 24000 files too. The size is off by 12 GB also - itunes says 105 GB. Folder says 116GB

    prior to moving my itunes library from my Imac to an external - Itunes registered that I had 24,000 music files. After the move it says i have only 16000. When I check properties in the new folder it says I have 24000 files too. The size is off by 12 GB also - itunes says 105 GB. Folder says 116GB

  • Files using template not updating after moving

    On this site "C" (see link) site I want to move the Template&Library folder and get them inside the local root folder, which is actually "Os". When  I move it in DW the links are updated nice - but when I change the template, the files using it are not updated. Anyone care to tell me how to move these two folders to Os folder and not experiencing this problem?
    http://302.se/3839

    You should never had a folder named "public_html" in a properly defined site.
    And "Os" is not the root folder of the C site.  You would need a NEW site definition with Os as the root for the Templates to work properly.

  • Available space on MacBook Pro Doesn't Update After Moving Files to iCloud Drive

    I need to free up space on my MacBook Pro and have moved about 10 GB of files from my MacBook Pro to my iCloud Drive; however, the available space on my MacBook Pro doesn't show that 10 GB additional space available. How do I get my MacBook Pro available space to recognize that additional 10 GB as available?

    No. Sorry. You may want to look into something like the WD My Cloud drive. I've seen the 2TB version refurbished on the WD site for as low as $99 recently. I considered one myself, but I'm not pushed for space as I have an iMac at home with a 500 GB internal drive and 4TB of external storage attached. I don't need that much accessible remotely. What I do need I sync with Dropbox or OneDrive (which also behave the same way as iCloud drive in that they sync to local storage and still consume disk space).

  • Outlook 2010 SP1 Profile Does Not Update After Moving Mailbox Between Exchange 2010 SP2 Sites

    I am working on a large mailbox migration from one AD site to another. 
    Exchange version at both sites:Exchange 2010 SP2
    Two Mailbox Servers: MBX01 in site A / MBX02 in site B
    (There is a DAG but keeping this simple)
    Two CAS Arrays: CASA.domain.com / CASB.domain.com
    The RPCClientAccessServer property is set accordingly.  Where MBX01 is set to CASA.domain.com and MBX02 is set to CASB.domain.com
    Clients:Outlook 2010 SP1
    Scenario: I successfully move a mailbox from Site A to Site B.  The Outlook client does not automatically update its server settings to point to the new cas array (CASB.domain.com) and continues to connect to the old CAS server (CASA.domain.com).
    I have seen a few articles regarding this pointing to workarounds such as:
    - repairing the outlook profile on the client
    - delete the existing outlook profile
    - run a script to update the prf file (re-cache's email at the client)
    I am interested in knowing if anyone else has experienced this, what their solution was for a large migration and if any roll-ups or service packs have possibly fixed this problem.
    I would also like to know if you have seen this affect ActiveSync devices.  I am getting mixed results in my tests and thought it may be contributed toward different device types, mobile os versions, etc...
    I have posted this to the Exchange 2010 forum as well, just wasn't sure where to start.
    Thanks.
    Mike

    Hi,
    Seems you got several replies in the thread below that you posted in Exchange forum:
    http://social.technet.microsoft.com/Forums/exchange/en-US/68ae67c1-59f5-44bb-aadc-0aea3f72ad2d/outlook-profile-not-updated-to-new-cas-array-after-mailbox-move-between-sites?forum=exchange2010#68ae67c1-59f5-44bb-aadc-0aea3f72ad2d
    Please come back to the thread above and check if the replies are helpful.
    Since this issue is more related to Exchange, we can provide rarely assistance on this problem. If you need any help on Outlook client side, please don't hesitate to let me know.
    I would appreciate it if you could post the solution here when you found it, so that other community members who have same question in this forum will benefit from it.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • No application updates after moving country

    Hi all,
    I recently moved from Spain to Germany. I changed my account settings to reflect my new address, payment info, etc. However, since I've done that, I can no longer update my iPhone apps. I can see that there are are number of apps with updates in iTunes, but when I click on the respective link iniTunes to see the update details, I get a message telling me that there are no updates for my account.
    Does anyone have an idea what the cause of the problem is and how I can update my (purchased) apps?
    Thanks a lot.
    M.

    I would call Apple, but as a temporary work-around you could try a proxy server that makes it appear as if you are connecting to the internet from somewhere in Spain.
    If you don't know what I mean by proxy server, then you probably don't want to bother because its just a work-around and its not exactly 2 clicks to set up.
    Frankly I am surprised that moving countries within the EU caused you this problem.
    if you are interested in trying a proxy, check out these links:
    http://en.wikipedia.org/wiki/Proxy_server
    http://www.publicproxyservers.com/

  • Issues downloading free app updates after moving country

    Hi,
    I've recently moved from Australia to Germany and (stupidly?) updated my iTunes account to reflect that fact. I now keep being told in iTunes that several of my apps have free updates available but when I try to download them, iTunes store tells me that there are no updates for my account.
    What should I do? I want to keep my apps up-to-date.
    Regards,
    Matina

    I have just done the same thing, moving from Australia to Sweden. I changed my billing info, and can no longer automatically update apps that I downloaded before moving.
    There is a loophole, but Apple may of course close it at any time. The work-around, which is to update the apps from your iPhone, iPod touch or iPad, is explained in this e-mail exchange with Apple's support rep "Brittany":
    http://www.breneman.net/apple_itunes.html
    So far I have not received a reply to my last e-mail, it has been a few days now.

  • HT6012 "no importable files" msg after moving library to new user

    I had to create a new user profile, old one was corrupted. I moved all iMovie files to new user profile's folders. Although I can see all my projects when I iMovie Library package contents, I cannot get them imported into iMovie. I get "no importable files" msg.
    I have:  iMac w/OS X Mavericks (10.9.5), iMovie 10.0.5

    If you're going to move the file to the new location (e.g. shared account called photo), you need to change the permissions on the file. It's not just a simple question of where the file is located -- but also who has read/write rights to the file (which is a folder).
    So if you have it in the /Users/Photo directory, you should do this:
    sudo chown -R photo:photo "Aperture Library.aplibrary"
    You'll need to enter the password of an admin user to do this.
    Assuming your Aperture library is called that (you need to do this from terminal and see what it's called). You could perhaps also do that from finder as well, but the recursive permissions thing, I'm just not as sure what it will let you do.

  • Files Disappear after moving, but still take up space

    Hi,
    I have a folder of about 50gb of files. Using xterm I moved it to a hidden folder: "mv folderName .folderName". Then I tried to move it back by "mv .folderName folderName"
    The folder itself seemed to move fine, however, it now is empty. However, if I click on "get info" in the finder on the folder, then it tells me that it is over 50gb in size, even though no files appear to be inside it. I have tried "ls -a" in the folder, but my files do not show. I have also tried to fix the drive using DiskWarrior, but it has had no effect.
    This is in fact the second time this has happened. Last time I resorted to deleting the folder, and all my files (which freed the disk space fine). However, I would prefer to have the files back.
    Is there a way to get at the files?
    Thanks,
    Michal.
    iMac   Mac OS X (10.4.6)  

    Hi
    Using xterm I moved it to a hidden folder: "mv folderName .folderName". Then I tried to move it back by "mv .folderName folderName"Were these the exact commands you used? If not, please post what they were. In which folder did you start? Please give the full path to where this is.
    Also, did the destination folder exist before you gave the mv command? Likewise, did "folderName" exist before you tried to move it back?
    Last time I resorted to deleting the folder, and all my filesHmm… and this worked even though ls -a showed no files? You might try this, from inside the folder:
    rm -i *and reply "N" or "n" to each prompt (when you're tired of this, press Control-C to stop it).
    Another option would be to download WhatSize and see if this helps you find the 50GB of files.

  • TP4 ADF BC [BUG] view link are not updated after database synchronization

    I have a table with a recursive relationship.
    By mystake, I created a recursive foreign key for the same attribute (deptid->deptid instead of deptid->parentdeptid).
    I generated entity, view and application module from this schema.
    When compiling, errors was produced indicating the problem.
    I corrected the problem in offline database, generate the changes into the database successfully.
    I ask to synchronize the entity with the database, the changes was identified correctly and a new association was created.
    First remark: the old one still there and it was necessary to delete it and rename the new generated one (to be consistent with other name). May be an option to overwriting the old one will be more pleasant, may be asking if the new one has to replace an existing one and show a list of existing ones.
    Regenerating the association was correct and one error was removed when compiling again. The error on the view link still there.
    I would like to delete the assoc and recreate it from the entity assoc but it was not possible easily because the view link is used in the application module !!!!
    It will be nice to permit to regenerate an existing view link from an entity association without deleting it.
    May be it is a better way to synchronize ? I would be very interesting to know how to achieve it as the best !

    Was the inability to have the synchronization remove the key specific to the existing association's being self-referential, or if your initial association was from DeptId to some other attribute (which you then corrected) would the synchronize have fixed the problem?
    The simplest way to achieve what you want given existing features would be to have delete the view link instance, view link, and association, follow by resynchronizing (I believe), then recreating the viewlink and adding back the view link instance.

Maybe you are looking for

  • Help with OIE - Default Project Expenditure Organization based on Task

    Hi, I am extending OAF page in OIE and based on Task selected by user, Project Expenditure Organization has to be defaulted.. Page uses OAHGridBean, I tried to use OAHGridQueriedRowEnumerator, but OAHGridBean is always null.. OAHGridBean localOAHGrid

  • Wrv210 intermittent wifi on mac's

    i recently purchased a wrv210 router. it's got the latest (2.0.0.11) firmware. my windows based computers seem to work off the wifi without problem but my two mac's (an imac and a macbook pro) have intermittent wifi connection. they connect for some

  • How to get name of FM at runtime?

    Hi folks, does anyone know where I can get the name of a function module at runtime? I've checked structure "sy", but couldn't find anything... Tnx a lot!

  • RD Session Host lock down best practice document

      Hello, I am currently working on deploying an RDS Farm. My farm has several RD Session host servers. Today I learned that you can do some bad things to the RD Session hosts, if a user presses CTRL + Alt + End when having a open session. I locked al

  • Can i get intel put on my power mac 10.4.11

    Can I get my non-intel power mac 10.4.11 upgraded to intel? I am running into lots of problems because of it being an older system (although it works great) it is not compatible with iphone and even itunes cannot take new upgrade download.