LUOMAT This is helpful and I use it regularly to export stuff overnight. That said, it could be improved. 1) Let the user decide how many to export at once. The script does 2 at once, which isn't bad but I prefer to do one at a time on my G4. 2) It ought to be possible to either a) set the export format once (the list would also be improved by showing the file extension which will be used, which people might know better than the format names) or b) tell it to use the format that it was recorded in (those which won't require re-encoding). "b" would probably be difficult. 3) it ought to ask for a default folder. $HOME isn't going to work for people who use external hard drives and having to tell it every time to use the same different folder is annoying. 4) It puts too much junk in the exported filename including the date and the export format (which is then repeated in the extension) This works perfectly once you figure out what it's asking. It's free and a great service to EyeTV users (I believe EyeTV ought to include an "Export All" feature but it doesn't yet). I definitely recommend it for EyeTV users and the beauty of AppleScript is that you can probably just read the code and figure out what you need to choose for settings. I have been able to edit the script to do what I want (with some help from the AppleScript list): export 1 at a time, export iPod format, just use the Title for filename (which wouldn't work for everyone but I use unique Titles}, and it also prompts me with the defaults I want for location and export format. (Version 1.3) |