|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#76 |
|
How do I uninstall everything and start again?
I have been playing around with trying to get this to work with the 1.0.2 version and installed 1.0.3 over the top. Now nothing happens when I insert a DVD. I would rather revert to a known state than continue to second guess what should be happening... Thanks |
|
|
|
0
|
|
|
#77 | |
|
Quote:
I've uploaded the workflows as a compressed ZIP archive. You can open them in Automator and do a Save As … which will automatically save them to the correct locations. Did the Services install correctly for you? Workflows.zip There isn't an install log that I know of, only a receipt in ~/Library/Receipts and /Library/Receipts/InstallHistory.plist |
||
|
|
0
|
|
|
#78 |
|
Thanks for the Workflows - i can open them and i assume that they now will work
I checked the receipts - there are receipts for the actions but not for the workflows. Kinda strange cause it seems i am the only with this problem. |
|
|
|
0
|
|
|
#79 | |
|
Quote:
I'm sorry you are having problems. If your issue is just with the Folder Action, I'd hold off on trying to uninstall and reinstall as that probably won't solve your problem. Sometimes the system fails to launch folder actions for whatever reason. Unfortunately, folder actions have never been entirely stable, but in Snow Leopard they seem to be much more reliable. If the folder action doesn't seem to trigger, I use the folder actions set up and toggle the actions on and off and try inserting a disc again. If it still fails, try a system restart. Most folder action issues seem to resolve themselves after a restart. I've also tried force quitting Folder Action Dispatcher, AppleScript Runner and Automator Runner in Activity Monitor. This seemed to work as well, but a restart would probably be your best bet. There isn't and uninstaller, yet. Apple doesn't provide an easy way to do it with in the installer, so I have to create a separate app, just for the uninstaller. If you want to uninstall manually, it's pretty simple:
Let me know if you still can't get it working and we'll try something else. Thanks again, mac.jedi |
||
|
|
0
|
|
|
#80 | |
|
Quote:
The Services and Folder Action, are installed to your /tmp folder before being moved to your Home Folder, which is why there is no receipt. The workflow files save your workflow settings (encode settings, folders locations, options, etc.), I need to make sure they don't exist before installing, otherwise they'll overwrite your existing files on updates and you'll have to reenter all your settings. Let me know if you run into anything else. Thanks again, mac.jedi |
||
|
|
0
|
|
|
#81 |
|
okay next problem - the alert window will not come up if i enter a dvd
![]() Checked permissions and settings of the actions / folder / workflow. tried to deactivate the folderactions and reactivet, restarted - nothing helps .. in the console i get: Code:
12.11.09 17:14:23 com.apple.FolderActions.enabled[1783] launchctl: Error unloading: com.apple.FolderActions.folders |
|
|
|
0
|
|
|
#82 | |
|
Quote:
Thanks for doing this. It might help to benefit everyone if we can find a solution to your problem. Thanks again, mac.jedi |
||
|
|
0
|
|
|
#83 |
|
No Problem - i have to thank you for this great job. And i think i got a clue what went wrong. I am using a MacPro and I moved the Users dir to a different location. I just found out that the installer "installed" the files to my users partition but not my Macintosh hd as it should be. There are the workflows too.
Seems you have to check the copy location a bit more. Anyway: Ripping via Service worked like a charm. Renaming did a great job too! I am at encoding at the moment. At the beginning difficulties with not finding mp4libz tools and AtomicParsley but after fixing the problem with the wrong partition and manually installing it to Macintosh hd it works. But i still got one question. Is it possible to change the default audio language? And is it maybe possible to include two soundtracks into the movies? |
|
|
|
0
|
|
|
#84 | |
|
Quote:
I'm glad you got it working. I'm interested in hearing more about your setup so I can plan for it in future releases. For now, the default audio language cannot be changed. I need to write a subroutine to parse all different languages and there abbreviations. Unfortunately, the abbreviations are different in HandBrake, MakeMKV and MKVtoolsnix, so it will be a bit of work. You can however set a custom encode setting, but you'll need to know the audio track number for the language you want to encode. See the HB wiki for more info on custom args. Thanks for posting back your progress! mac.jedi |
||
|
|
0
|
|
|
#85 |
|
Mh maybe i can try and help you with the automatation - i am interested in finding out how everything works under the hood.
my setup is: mac pro with 10.6.2 server disk 1 - partition 1 - Mac Os partition 2 - Users problem was that everything that should go to /usr/ and /tmp ist not copied to / (partition 1) but to /Volumes/Users/ (partition 2) where my current active user "lives". BTW: Folder actions are still not working ... Edit: Folder actions started working out of nothing - Did not change anything - strange. About the Audio: Got an TV Show here with track 1 mono english soundtrack and track 3 mono german soundtrack. If i wanna include both of these tracks and insert custom args in the workflow - do they override the default setting for your preset? do i have to insert the complete args or is it enough to just change the audio args for my needs? Last edited by DevNoull; Nov 13, 2009 at 06:03 AM. |
|
|
|
0
|
|
|
#86 | |||
|
Quote:
If you're pretty comfortable with shell scripting, you can take a look at the scripts and main.command files in the Action bundles using a text editor. The only thing that's not editable is the GUI's as they are compiled during the build. If you're not comfortable with shell scripting, now is great time to start learning since you've got some interest and a goal in mind. That's how I got started doing this whole thing. There are a lot of great resources on the web for Mac as well as Unix/linux shell scripting. Apple has a great tutorial on shell scripting that's a resource I use all the time: http://developer.apple.com/mac/libra...roduction.html Quote:
Quote:
Code:
-e x264 -q 20.0 -a 1,3 -E ca_aac,ca_aac -B 320,320 -R 48,48 -D 0.0,0.0 -f mp4 -4 -X 960 --loose-anamorphic --decomb --detelecine -m -x cabac=0:ref=2:me=umh:b-adapt=2:weightb=0:trellis=0 |
||||
|
|
0
|
|
|
#87 |
|
hi
two things now a) i tried the "rename and tag tv shows" service. I ended up with two files of the episode. one which is correctly named and got a nice poster and one with a random number at the end with the correct tags inside - guess there is a small bug b)encode with custom paramaters works like a charm for me and i started with some simple bash scripting for different audio languages. some small progress is already reached. but it will take some time. |
|
|
|
0
|
|
|
#88 | |
|
Quote:
|
||
|
|
0
|
|
|
#89 |
|
I'm in the middle of the process right now but had a question;
How big are these files supposed to be? In terms of a normal movie like Star Wars: A New Hope, am I looking at like 10GB worth of a movie? |
|
|
|
0
|
|
|
#90 | |
|
Quote:
i would expect one original file which stay like before - no renaming, tagging and posters and one new file - correctly renamed with tags and poster maybe i got one feature request for the future - put computer to sleep when encoding is done
|
||
|
|
0
|
|
|
#91 | |
|
Quote:
I have tried your suggestions, deleted and reinstalled the workflows, but still nothing happens when a DVD is inserted. I watched Activity Monitor when the DVD was loading and neither AppleScript Runner or Automator Runner came up as running processes. |
||
|
|
0
|
|
|
#92 | |
|
Quote:
In Activity Monitor, is Folder Action Dispatcher running? Also, I'm currently testing a custom LaunchAgent for Batch Rip that may help you, but before we go there, I'd like you try creating a new folder action:
There is also a Service named "Batch Rip • Batch Rip (service).workflow". This is a Service you can execute manually when you select a disc in the Finder. I hope this helps. Thanks, mac.jedi |
||
|
|
0
|
|
|
#93 |
|
Superb, but iPhone conversion
Hi,
Superb guide and worked like a dream. One thing though, I was using VisualHub which would convert AVI or MP4 files to M4V files that both iPhone and Apple TV could use, even without iTunes needing to convert the file for the iPhone first (and having two copies of the file one for ATV and another for iPhone) Does anyone know if this can be automated, or if there are settings to reflect this. Thanks J |
|
|
|
0
|
|
|
#94 | |
|
Quote:
Thanks for your post! The default setting for DVD uses a modified version of HandBrake's "Universal" preset that creates one file that should work on all Apple devices. If space is a consideration, creating a smaller iPhone only file is also possible if you create another, separate Service workflow using a custom iPhone encode setting. You can also setup an iCal alarm to execute both Services, though I haven't tested creating two files from the same source, at the same time. It would probably work using folder input, but not optical input. I hope this helps. Thanks, mac.jedi |
||
|
|
0
|
|
|
#95 |
|
Mac.Jedi...
Thank for the great guide and automated way of encoding... I'm having two problems; 1) I believe I'm following your guide correctly but when I think I've encoded at 720p, the HD-SD logo doesn't show up in iTunes 2) My TV shows are showing up in the movies section. Thank you for all your help... William |
|
|
|
0
|
|
|
#96 | |
|
Quote:
It sounds like your files aren't being tagged. First, check the resolution of your file by doing a get info. If it's over ?x720 you can be sure you've got an HD file. Note that your source must be over 720p in pixel height in order for it to encode in HD. If your HD file checks out, then try using the "Add Movie Tags" or "Add TV Tags" Service to add the tags. As for your TV Shows showing up as movies, are you using the "Add TV Tags" Service before adding to iTunes? TV shows need to be tagged after they are encoded. Movies can be tagged during the encode process by checking the "Add iTunes Tags" check-box. I hope this helps. Thanks, mac.jedi |
||
|
|
0
|
|
|
#97 | |
|
Quote:
I notice on the tutorial, when I set up GrowlNotify, I get an extra folder created under /usr/local called 'man'. This folder contains another folder, 'man1', which contains the file growlnotify.1. Not sure if this is correct? Edit: Just run the manual workflow and get this in terminal: Last login: Tue Nov 17 10:31:16 on ttys000 Gandalf:~ Paul$ /Users/Paul/Library/Automator/Batch\ Rip.action/Contents/Resources/batchRip.sh ; exit; ERROR: FairMount.app command tool is not setup to execute ERROR: attempting to use tool at /Applications/FairMount/FairMount.app ERROR: FairMount.app command tool could not be found ERROR: FairMount.app can be installed in ./ /usr/local/bin/ /usr/bin/ ~/ or /Applications/ logout [Process completed] I am using VLC 1.0.3 and Fairmount 1.0.5 (tried the 'normal' and the 64 bit versions). Last edited by PaulCaden; Nov 17, 2009 at 05:07 AM. |
||
|
|
0
|
|
|
#98 | ||
|
Hi PaulCaden,
I'm sorry you are still having trouble. First, make sure you are running Mac OS X v10.6. Regarding the activity log, are you still talking about Folder Actions? Folder Actions are built in to the OS and the Batch Rip workflow is only a file that is launched when the system sees a change in the directory you tell it to watch, in this case /Volumes. Since this seems to be more of a problem with OS X, the best I can do for you at this point, is try to attach a basic folder action to a folder to see if Launchd and Folder Action Dispatch are working at all. Are you still up to giving it a try? Quote:
Quote:
Next, open the workflow in Automator and in the Action setup panel, you need to target the correct version of FairMount (depending on the version of VLC), not the folder, in the pull-down menu. Once all your other settings have been made, Choose Save As… and save your workflow. Then try running the workflow again. Once you get it running we'll see about the folder action. Also, is there anything special about your setup? Please let me know what system and hardware you are running, if I've got a similar system, I may to offer more insight to your problem. Thanks again for posting, mac.jedi. |
|||
|
|
0
|
|
|
#99 | ||||||
|
Absolutely - version 10.6.2
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Bit of a head scratcher this one I think! |
|||||||
|
|
0
|
|
|
#100 |
|
Ok. Some progress...
I re-ran the Batch Rip (Service) workflow manually, and spotted in the terminal window output that it was looking for Fairmount inside a folder in /Applications. I edited the script to point to the correct location of Fairmount and this is the result: Last login: Tue Nov 17 17:34:36 on ttys000 Gandalf:~ Paul$ /Users/Paul/Library/Automator/Batch\ Rip.action/Contents/Resources/batchRip.sh ; exit; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - batchRip.sh v1.0.1 Start: Tue 17 Nov 2009 17:36:47 GMT TV Show Output directory: /Users/Paul/Movies/Batch Rip TV Movie Output directory: /Users/Paul/Movies/Batch Rip Movies Use only MakeMKV: No Encode HD Sources: No Growl me when complete: Yes Eject discs when complete: No Preferred Audio Language: English WILL COPY THE FOLLOWING DISCS: DEJA_VU_GBR - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *Scanning DVD-ROM: DEJA_VU_GBR Copying /Volumes/DEJA_VU_GBR /VIDEO_TS I guess this proves the workflow is working, but still stuck on why it doesn't fire up automatically as a Folder Action
|
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Make Mac OS Forget Server | alexanderl | Mac OS X | 1 | May 3, 2012 03:43 AM |
| Excel 11 for Mac on a 27" iMac | Crotonmark | Mac Applications and Mac App Store | 2 | Sep 12, 2011 02:00 PM |
| Mac OS X 10.8 Nyan Cat | Vasileios | Wasteland | 6 | Jul 22, 2011 08:45 AM |
| Screen recorders for mac like hypercam | Ringo-Chan | MacBook | 2 | May 19, 2011 12:15 AM |
| My mac disconnects the whole network | abdpse | MacBook Pro | 0 | Nov 16, 2010 07:34 AM |
All times are GMT -5. The time now is 05:18 AM.








Linear Mode

