Sorry it's been a while; I haven't had much time to work on this. I upgraded a test machine, but haven't had a chance to test everything yet.
If you've already upgraded to Lion, you can make the following changes to get the rename/tag Services working again.
You'll need to change the lines that read
Code:
copy the result as list to {button_pressed, text_returned}
to
Code:
copy the result as list to {text_returned, button_pressed}
This line appears in the following files:
Rename Movie Items.action
main.command
Line-32
Rename TV Source Folders.action
main.command
Line-31 & Line-47
Batch Rip.action
main.command
Line-62 & Line-144
Add Movie Tags.action
main.command
Line-139
Add Movie Poster.action
main.command
Line-35
Batch Rip Rename & Add Custom Title Tag.workflow
(This file is located in ~/Services, open with Automator)
Line-10
To edit these files, you'll need to navigate to your ~/Library folder which has been hidden in Lion.
In Finder, Choose Go > Go to Folder (Cmd+Shift+G)
When prompted, Type: ~/Library/Automator
Press Return
Select and Right-Click on the Action you wish to edit and Choose "Show Package Contents"
Navigate to Contents > Resources
Right-Click on the main.command file and Choose "Open With"; Choose TextEdit.
Make your changes and Save the Document.
NOTE: In TextEdit, you can use Find & Replace (Option+Command+f)
Find: {button_pressed, text_returned}
Replace: {text_returned, button_pressed}
I hope this helps!
Thanks,
mac.jedi