Originally posted by Mitch72 Yeah I know, that's what i've been doing. I'd just prefer to use autohotkey- specifically becuase I want to use more than one hotkey (i.e. Ctrl+Shift+W+L, with the two letters). Winamp won't let me do this, and I'd prefer to have 'em all in the same place. I know I'm overcomplicating things here, just something I was thinking about. Thanks for the suggestion though .
I'd be interested in this as well. It'd be nice to be able to call these scripts from outside of Winamp. Right now I have half of my scripts in Winamp Hotkeys and the other half in AHK.
Does anyone know how to use RunScript? It seems to work if I use the full path to the file "C:\Documents and Settings\X\Application Data\Winamp\Plugins\Scripts\playlist_z_Ratings_0_to_2.vbs", but if I just use the filename "playlist_z_Ratings_0_to_2.vbs" it doesn't.
Also anyone know how to use any of these in a AW script?
I use ActiveWinamp successfully to edit the tags on a track, like title, album, artist etc. The changes however appear only to e made to the winamp database not written to the MP3 file itself.
In Winamp when I edit tags (press CTRL+E with a track selected in the media library) there is a checkbox labelled "Update file tag(s) if supported". This is perennially checked on my winamp. It remembers it and I like it checked. I want my file metadata kept up to date.
Is there a way with Active Winamp to cause the same effect, for the tags to be written to file, not just the media library?
I've disassembled the code and tracked the crash on close issue down to a missing CoInitialize() call in the CScriptManager destructor (CoCreateInstance() returned a - surprisingly - helpful error code). Recompiled with the attached patch applied and everything seems to work again.
Sorry, I should have clearly stated which issue has been fixed: it's the crash on closing bug. I'm running XP. What do you exactly mean with "unregisterable"?
Aha! Stupid of me to not think of it! Brilliant. You've done an amazing thing shaking some of the dust off of this plugin. So many thanks for that!
I'm also happy to report Winamp Party Shuffle now works again using vect's tweak (with the exception of song history due to DBIndex still being broken as mentioned by DrO here)
DrO: Is there any unique way to identify a song from the ML now (since that's what DBIndex was really) or have you looked into making DBIndex available again somehow like you mentioned?
Comment