Winamp is a media player for both Windows PCs and Android devices. It's noted for graphical, sound visualization, playlist, and media library features.
Questions tagged [winamp]
41 questions
0
votes
1 answer
Winamp Main Window just a small badge in modern skin
I came to have the main window of Winamp in modern skin just as a small badge (about 30px height) with no possibility to resize. Functionality fine - appearance broken.
Changing the skin restored the main window, but back to modern skin it was a…

Amanahumpa
- 55
- 12
0
votes
1 answer
is there a way to run nsis code as user with regular privileges and a third party exe (within) as an administrator
Is there a way to run "nsis" code as user with regular privileges and a third party exe (within) as an administrator ?

yRapa
- 3
- 3
0
votes
3 answers
enqueue files to playlist in winamp with python
I am trying to get python to enqueue music files into Winamp.
I have tried the following:
pywinamp
some functions work, but add to playlist doesn't
WACommand
Again some command line switches work, but load file doesn't
Does anyone know some way to…

thekindlyone
- 509
- 1
- 6
- 21
0
votes
1 answer
Find out what file does a program attempt to read
I've got third party Winamp plug-in in windows, that should be able to load its datafile.
The datafile is located in same folder as the plug-in, but can not be found. My idea is that plug-in searches in some pre-defined path. So I need somehow to…

sukhmel
- 1,402
- 16
- 29
0
votes
1 answer
Winamp with gen_scripting in Jscript
Using the gen_scripting plugin for Winamp you must instantiate the object. In VBS this is
Set winamp = CreateObject("gen_scripting.WinAmp")
However, I'm pretty sure that the same plug-in can be used to script Winamp using Jscript (or possibly even…

Ghoul Fool
- 6,249
- 10
- 67
- 125
0
votes
2 answers
Android ListView scrolling to position
private void setListviewSelection(final ListView list, final int pos) {
list.post(new Runnable() {
@Override
public void run() {
list.setSelection(pos);
for (int i = 0; i < list.getChildCount(); i++) {
…

tvoloshyn
- 407
- 8
- 22
0
votes
2 answers
music player using java's properties
I want to do that there will be a music playback program and there will be a list.

zenx
- 291
- 1
- 2
- 9
0
votes
1 answer
add tracks to "jump to file" queue winamp - vb.net
Is it possible from withing a vb.net application to add a list of songs into the jump to file box in winamp? I've tried several ways but always came up short, any help would be greatly appreciated.

Guernica
- 246
- 5
- 21
0
votes
1 answer
How can I get the path of currently playing media in kmplayer and winamp?
I want to write an application (in c#) that will begin when the kmplayer or winamp starts playing a video, and that needs to know the path of the video file, how can I do that?
Edit:
After some searching, coding and testing now I can do this using…

Mahdi7s
- 813
- 1
- 9
- 14
0
votes
3 answers
send mouse click to winamp
I'm trying to learn mouse/keyboard emulation using win api.
I found out that it is possible to emulate button click using sendmessage() function.
Well, I get coordinates of "play" button (it is (60;100)) and trying to push this button using the…

mr.nothing
- 5,141
- 10
- 53
- 77
-1
votes
1 answer
Winamp can't be closed with my plugin written in C++/WinApi
I have written a Winamp plugin with WinApi.
When I'm closing Winamp, GUI (both Winamp's and my plugin's windows) is disappearing... but I can still see Winamp.exe in Windows TaskManager.
After deleting gen_mood.dll (my plug-in file) from Winamp's…

Piotr Aleksander Chmielowski
- 5,640
- 7
- 29
- 45