Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

18.05.2009 23:27:39
iTunes DJ menu item?
View

This posting is older than 6 months and can contain outdated information.
Is there a way that I can make RB show an "iTunes DJ" menu item at the top of the iTunes behavior? Or, better yet, at the top of the main menu.

It's the thing that I want to do most often, but currently, when I hit menu while iTunes is open, I have to do a lot of scrolling and clicking to get the that playlist and then it doesn't even seem to play half the time when I select something in it.

I just want to play the iTunes DJ playlist right away. 

User

19.05.2009 16:33:11
Re: iTunes DJ menu item?
View

This posting is older than 6 months and can contain outdated information.
Thanks for asking.

Right now, individual playlists, tracks or albums are not available as 
freely placeable menu items.

For what you want to do, you can, however add a custom action (and 
mark it "global", so that it becomes available as a menu item as well) 
with this AppleScript snippet:

tell application "iTunes" 
play (1st playlist whose name is "iTunes DJ") 
end tell

You can add custom actions at Prefs > Mapping > iTunes > Select 
"Custom actions…" from the drop down.

Best regards, 
Felix Schwarz 

User

21.05.2009 20:40:57
Re: iTunes DJ menu item?
View

This posting is older than 6 months and can contain outdated information.
That worked, thank you!

What I had to do (did I do it right?) was pretend that I wanted to change a button behavior to a new custom action. This allowed me to create the actionscript as an item that could then be shown in the menu. Next, I changed the button I'd changed back to it's default.

Is that the only way to do that? It seemed non-intuitive to go to mapping (which is about buttons) in order to create a menu entry.

User

25.05.2009 11:34:12
Re: Re: iTunes DJ menu item?
View

This posting is older than 6 months and can contain outdated information.
You could also have used the Behaviour Construction Kit, but using 
Custom Actions, the integration into the context of the respective 
application is nicer.

Thanks for the feedback!

Best regards, 
Felix Schwarz