Hi folks,
This iTunes meta tag script (https://forums.macrumors.com/threads/1275897/) was running fine for me the last couple of months. I believe since I ran software updates on my mac, it is not running anymore...
Can someone help me with this error, please?
The lines of the script where the error occurs are the following:
Help is highly appreciated!
Thx & regards,
Ben
This iTunes meta tag script (https://forums.macrumors.com/threads/1275897/) was running fine for me the last couple of months. I believe since I ran software updates on my mac, it is not running anymore...
Can someone help me with this error, please?
Code:
xxxxxxx-xxxxxxx-MacBook-Pro:~ Ben$ ruby meta.rb
/Library/Ruby/Gems/1.8/gems/rb-appscript-0.6.1/lib/appscript.rb:676:in `method_missing': Unknown property, element or command: 'selection' (RuntimeError)
from meta.rb:54
The lines of the script where the error occurs are the following:
Code:
52: app = Appscript.app.by_name("iTunes")
53:
54: iTunes_tracks = app.selection.get
Help is highly appreciated!
Thx & regards,
Ben