Displaying 1 result from an estimated 1 matches for "originalepisode".
2012 Mar 09
0
Re: WINE fails in directories with Question Marks in name
...n marks.
Hope this helps some folks out there. With my luck, someone will write back with a much easier solution.:)
RecordingStarted snippet
Code:
set origRecordingID to recordingID
set recordingID to recording id (recordingID as integer)
set originalTitle to title of recordingID
set originalEpisode to episode of recordingID
set title of recordingID to unique ID of recordingID
set episode of recordingID to ""
set theFile to (path to temporary items from user domain as string) & origRecordingID & "- Title"
open for access file theFile with write permission...