Displaying 1 result from an estimated 1 matches for "origrecordingid".
2012 Mar 09
0
Re: WINE fails in directories with Question Marks in name
...chain of events as possible. BTW, I was also playing around with symbolic links and Wine somehow was 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 t...