Quicktime Player - Always Loop


Recommended Posts

Hi,

Does anyone know a way to modify the mac quicktime player so that the "loop" option under the "view" menu will always be checked?

e.g. Every file opened in quicktime will always be set to loop forever.

Thanks,

Kingers

p.s. I know other mac compatible players do this but I want to get this working with quicktime. :)

Link to comment
https://www.neowin.net/forum/topic/579187-quicktime-player-always-loop/
Share on other sites

Solved it myself, I created this script:

on open of target_files

set theMovie to target_files

tell application "QuickTime Player"

activate

open theMovie

set the looping of document 1 to true

play document 1

end tell

end open

Compiled into application and set all movie files to open with.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.