Displaying 1 result from an estimated 1 matches for "originaltitle".
Did you mean:
originalfile
2012 Mar 09
0
Re: WINE fails in directories with Question Marks in name
...s getting the original path with the question 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...