DWM86 / transcoding-machine

Automatically exported from code.google.com/p/transcoding-machine
0 stars 0 forks source link

Cannot monitor folders on external drives #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I can specify local folders for monitoring just fine, but when I specify a 
folder on a mounted external drive and click the "enable" button, nothing 
happens.

Original issue reported on code.google.com by mike.lw...@gmail.com on 29 Jun 2010 at 11:28

GoogleCodeExporter commented 8 years ago
What filesystem is the external drive formatted as?

Can you provide the output from the system logs when you press the enable 
button, you should have a bunch of entries from the TranscodingMachine process. 
You can use the Console app to view the system logs.

Original comment by cory.powers@gmail.com on 29 Jun 2010 at 11:42

GoogleCodeExporter commented 8 years ago
It's a RAID-1 array formatted with Mac OS Extended (Journaled)

Original comment by mike.lw...@gmail.com on 30 Jun 2010 at 12:06

GoogleCodeExporter commented 8 years ago
Hm, it seems now that the app crashes whenever I click the "enable" button, and 
no matter where I tell it to monitor. Here is an archive of the crash log, 
console report about the crash, and the transcoder log.

Original comment by mike.lw...@gmail.com on 30 Jun 2010 at 12:26

Attachments:

GoogleCodeExporter commented 8 years ago
I think the crash was caused by the fact that the folder actions plist file was 
a mess, in turn possibly because I tried a number of different watch folders. I 
cleaned up the plist file with a plist editor and the crashes have stopped, but 
trasncodingmachine doesn't seem to be watching the folder properly either, as 
no conversion starts when files are added to the folder. I used the "Folder 
Actions Setup" app to check that a folder action related to transcodingmachine 
was indeed present, and it is. As a test, I removed the transcodingmachine 
action and set up Breakfast (aka videoengine) to watch that folder and it works 
perfectly. Strange.

Original comment by mike.lw...@gmail.com on 30 Jun 2010 at 4:50

GoogleCodeExporter commented 8 years ago
Have a look at this issue

http://code.google.com/p/transcoding-machine/issues/detail?id=2&can=1

That user was having a similar problem and it turned out to be applescript 
related

Original comment by cory.powers@gmail.com on 30 Jun 2010 at 4:53

GoogleCodeExporter commented 8 years ago
Ah, opening the "/Library/Scripts/Folder\ Action\ Scripts/add to transcoding 
machine.scpt" script in the AppleScript Editor, clicking "compile" and 
re-saving seems to have done the trick! Thanks!

Original comment by mike.lw...@gmail.com on 30 Jun 2010 at 5:15

GoogleCodeExporter commented 8 years ago

Original comment by cory.powers@gmail.com on 10 Jul 2010 at 6:30