debeat / autorate

Automatically exported from code.google.com/p/autorate
0 stars 0 forks source link

No choices in 'Rate tracks in' box & automation issue #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open AutoRate & go to preferences. Different from a similar issue already 
logged (iTunes can't 
get users playlist "Music") as I'm using English.  
2. Automation issue: Rate Now script placed in HD>Library>Scripts. Launch agent 
file placed in 
HD>Library>LaunchAgents.

What is the expected output? What do you see instead?
1. To be able to choose my library/playlist I wish to rate. There are no 
options in 'Rate tracks in' & 
'Analyse statistics from tracks in' boxes. Still rates tracks when Begin is 
pressed with no issues.

2. To automatically rate tracks at specified time during the day. Console info 
below.

What version of the product are you using? On what operating system?
10.5.8, iTunes 9.1 (79). AutoRate 1.5.7.

Please provide any additional information below.
There doesn't seem to be an issue with the rate me script as when it is opened 
AutoRate opens 
and does what it's supposed to.

Note: Rating time set for 13, 1pm, I have just taken the section around this 
time frame.
Console log:
14/04/10 12:50:06 AM AutoRate[33512] Error loading 
/Library/ScriptingAdditions/Adobe Unit 
Types.osax/Contents/MacOS/Adobe Unit Types:  
dlopen(/Library/ScriptingAdditions/Adobe Unit 
Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did 
find:
 /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no 
matching architecture in universal wrapper 
14/04/10 12:50:06 AM [0x0-0x398297f].ca.Brandon.Mol.AutoRate[33512] AutoRate: 
OpenScripting.framework - scripting addition /Library/ScriptingAdditions/Adobe 
Unit Types.osax 
declares no loadable handlers. 
14/04/10 1:00:01 PM au.id.Tyson.AutoRate.LaunchAgent[36453] osascript: 
/Library/Scripts/Rate 
Now.scpt: No such file or directory 
14/04/10 1:00:01 PM com.apple.launchd[206] 
(au.id.Tyson.AutoRate.LaunchAgent[36453]) 
Exited with exit code: 1

Hopefully I'm just being thicker than normal & this is a quick fix.

Original issue reported on code.google.com by nic...@ihug.co.nz on 14 Apr 2010 at 12:16

Attachments:

GoogleCodeExporter commented 9 years ago
hmm...

First, try version 1.6 and post back if you experience the same problem.

Regarding your second issue, I stopped supporting the launch agent process. Its 
probably easier to just run the software yourself, on occasion. There is noway 
anyone listens to enough music ina  day to make a significant impact on their 
library's ratings (only 24 hours in a day!) .

If you insist on fixing it, download and use the ratenow.zip from the dlwnloads 
page.

I had fixed this issue with someone at one point and this was part of the 
solution. Instead of running as a script, it runs as a script-app. Just place 
it in your /Applications folder and point your launch agent at that.

... Let me knwo if that works for you.

Original comment by brandon.mol@gmail.com on 3 Nov 2010 at 7:06

GoogleCodeExporter commented 9 years ago
Hi Brandon - I'm having a similar issue with the Rate Now.app. I think it 
happened in the update to 1.6 since there are renamed buttons in the UI now. Is 
there an updated version of it? Thanks and love the app :)

Original comment by g...@garyh.org on 8 Feb 2011 at 4:28

GoogleCodeExporter commented 9 years ago
The button has been renamed "beginRatingButton" it appears. Changing the 
AppleScript of Rate Now.app to:

    tell button "beginRatingButton" of window "main" to perform action

has resolved this issue for me.

Original comment by charles...@gmail.com on 1 Dec 2012 at 5:47