• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: applescript-users digest, Vol 2 #946 - 18 msgs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: applescript-users digest, Vol 2 #946 - 18 msgs


  • Subject: Re: applescript-users digest, Vol 2 #946 - 18 msgs
  • From: Brennan Young <email@hidden>
  • Date: Sat, 11 Aug 2001 18:22:25 +0200
  • Organization: Magic Lantern

> Message: 6
> Subject: Quicktime Chapters
> Date: Wed, 8 Aug 2001 16:00:59 -0400
> From: "Jeff Handy" <email@hidden>
> To: "AS List" <email@hidden>
>
> I'm back to scripting Quicktime again. It appears that the glitch is
> still there. When you delete a chapter track that was assigned an
> owner, a new chapter track cannot be assigned to the same owner.
> Workaround - manually unset the owner for each chapter track before
> deleting that chapter track. That's a real bummer when you have several
> thousand movies to update. Anyone know if "unset" is possible through
> AS? I've been trying to no avail and can't see anything in the
> dictionary that hints me in the right direction. THX again.

Easy, but I had to 'get' chapterlist of a track without chapters to see what
to use.

tell application "QuickTime Player"
tell movie 1
set chapterlist of track 1 to {}
end tell
end tell



--
_____________

Brennan


  • Prev by Date: Re: apply catalog info
  • Next by Date: Startup Disk control panel
  • Previous by thread: Re: <no subject> [Was Re: Akua Sweets and Writing long version resource?]
  • Next by thread: Startup Disk control panel
  • Index(es):
    • Date
    • Thread