Old 29th March 2006, 20:35   #1
Mr_Sako
Member
 
Join Date: May 2005
Posts: 70
Send a message via AIM to Mr_Sako
looking for a interesting plugin

is there a plugin (that i seem to cant find) out there that will let you press some kind of hotkey type in something and hit the hotkey again and then eqnue it into your palylist

ie usualy when i want to change my playlist i open my media library type in an aritst name and hit play then go back to what i was doing, for all my other winamp functions i have ctrl+alt+something to do things liek change songs, itd be cool to do the same thing or similar to search my media library and play songs that come up in the result
Mr_Sako is offline   Reply With Quote
Old 30th March 2006, 04:39   #2
billyvnilly
Forum King, M.D.
 
billyvnilly's Avatar
 
Join Date: Mar 2004
Location: Detroit burbs
Posts: 3,379
Send a message via ICQ to billyvnilly Send a message via AIM to billyvnilly
seriously? you mean like jtfe that has been packaged with winamp for some time now.... hit J

[edit]sorry, typed before i finished reading.... try quicktracks, but no, there isnt anything like jtfe for media library short of opening up ML itself
billyvnilly is offline   Reply With Quote
Old 30th March 2006, 05:43   #3
Thunder Pussy
Feed me a stray dog
(Major Dude)
 
Join Date: Oct 2004
Posts: 1,122
Sounds like a job for ActiveWinamp.

/edit Yes, found it (the forum turns part of the wiki link into a smiley.

playlist_build_a_new_playlist_based_on_a_medialibrary_query

' created by Hyfen

query = InputBox("Enter a query")

if len(query ) > 0 then
mlq = medialibrary.runqueryarray(query)

for each track in mlq
track.enqueue
next

end if
quit


/edit changed script so it wouldn't clear the current playlist
Wiki

Last edited by Thunder Pussy; 30th March 2006 at 06:13.
Thunder Pussy is offline   Reply With Quote
Old 3rd April 2006, 02:44   #4
Mr_Sako
Member
 
Join Date: May 2005
Posts: 70
Send a message via AIM to Mr_Sako
this looks useful but im confused of how to use it
Mr_Sako is offline   Reply With Quote
Old 3rd April 2006, 03:37   #5
billyvnilly
Forum King, M.D.
 
billyvnilly's Avatar
 
Join Date: Mar 2004
Location: Detroit burbs
Posts: 3,379
Send a message via ICQ to billyvnilly Send a message via AIM to billyvnilly
[edit]I cant get script to work!

install activewinamp, find the CVS(latest build of activewinamp) and save/replace existing file in your program files\winamp\plugins\ folder.

save my attachment (.txt file) and save as a (.vbs file) save it to your program files\winamp\plugins\scripts\ folder. restart winamp and it should be in your right click menu.

and the awesome thing about activewinamp is that shane supports hotkeys for any script.

[edit]i just tested script with WA5.21 and v1.24 of activewinamp, and it doesnt work.
Attached Files
File Type: txt playlist_build_a_new_pl_based_on_ml_query.txt (185 Bytes, 417 views)

Last edited by billyvnilly; 3rd April 2006 at 03:58.
billyvnilly is offline   Reply With Quote
Old 3rd April 2006, 12:08   #6
Thunder Pussy
Feed me a stray dog
(Major Dude)
 
Join Date: Oct 2004
Posts: 1,122
That's weird. It works for me. I'm using AW v1.0 beta with 5.21. Is it displaying the input box at all?

--
Install AW from here.

Replace the .dll from the installation (Program Files\Winamp\Plugins\activewinamp.dll) with this more recent CVS version.

Link

Complicated, but at least it isn't as hard to find the CVS version as it used to be.

/edit p.s. The query as typed in the input box doesn't need to have a question mark at the beginning, ie where in the media library you'd type ?artist has "warmer corners", in the input box just type artist has "warmer corners".

Last edited by Thunder Pussy; 3rd April 2006 at 12:44.
Thunder Pussy is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Winamp > Winamp Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump