-
When the user modifies his playlist (with add, remove, change titles order etc) it would be nice to have an event triggered or at least a "dirty" flag, so that a client application that makes a remote copy of the playlist (example a mobile remote controller) can track changes.
2009-04-01 13:52:19 UTC by nobody
-
Whenever I use "playlist(x).comment", I am only able to successfully read the comment when the file resides in a directory that DOES NOT end in with a number.
ex:
C:\MP3\Artist Name\Greatest Hits Volume 1\01-file.mp3
- will not work
C:\MP3\Artist Name\Greatest Hits Volume 1`\01-file.mp3
- will work
The issue ONLY occurs when Winamp has stored tag information in the Media Library...
2008-03-03 15:37:33 UTC by nobody
-
this can be closed/resolved as invalid.
2007-10-24 08:16:44 UTC by nobody
-
due to regsvr32 "c:\program files\winamp\plugins\gen_activewa.dll" not having been run.
2007-10-24 08:16:01 UTC by nobody
-
AppName: winamp.exe AppVer: 5.5.0.1640 ModName: gen_activewa.dll
ModVer: 1.0.0.1 Offset: 000169d9
AppName: explorer.exe AppVer: 6.0.2900.3156 ModName: unknown
ModVer: 0.0.0.0 Offset: 01801a4e\
EventType : BEX P1 : drwtsn32.exe P2 : 5.1.2600.0 P3 : 3b7d84a2
P4 : dbghelp.dll P5 : 5.1.2600.2180 P6 : 4110969a P7 : 0001295d
P8 : c0000409 P9 : 00000000...
2007-10-17 22:05:31 UTC by nobody
-
Is there any chance of implementing a method of retrieving Album art that is embedded in the ID3 tag / mp3 file rather than using folder.jpg. It seems that the toaster plugin is able to do it, but I haven't seen this implemented in ActiveWinamp last time I tried.
2007-04-10 09:07:32 UTC by nobody
-
You can never idiot-proof a program, but this enhancement would make script-writing slightly more intuitive. Then the only use for Quit would be when writing an event-based script that decides to stop handling events when a desired end-state is reached. This is consistent with how scripts work in other applications.
2007-01-13 02:28:43 UTC by jmoon5ftm
-
You can get/set year meta data of a media item as stored in the media library or read in by winamp in the latest cvs build. It is by design that you cannot access ID3 information directly. AW is not designed for reading/writing ID3 tags, its for winamp manipulation.
ATFSTring can be used to read any other meta data not natively supported by AW. Other requests to update for the newer SDK...
2007-01-09 11:30:15 UTC by shaneh
-
A menu item to invoke the main activewinamp config panel should be made available without having to go through the winamp preferences.
A logging window should be available to scripts, possibly a seperate window. possibly opened or docked from the config panel.
A tab should be available on the config panel with configurable buttons. button_My_script.vbs type scripts could be used to...
2007-01-09 11:17:28 UTC by shaneh
-
A variety of additions to the new SDK for Winamp 5.3+ should be supported. eg
#define IPC_REGISTER_LOWORD_COMMAND 3019
For adding menu items without conflict.
#define IPC_ADD_DISPATCH_OBJECT 3022
For making AW available to embedded web pages in winamp. (potential security risk)
#define IPC_PLAYLIST_GET_SELECTED_COUNT 3030
#define IPC_FORMAT_TITLE_EXTENDED 298
#define...
2007-01-09 06:20:08 UTC by shaneh