Files
winamp-mpris/gen_httpSrv_systray/WawiTray Readme.txt
ergosteur 22492dbee9 Implement XDG compliance, logging, and improved 401 error handling
- Install to ~/.local/bin/winamp-mpris
- Use ~/.local/state/winamp-mpris/bridge.log for logging
- Use $XDG_RUNTIME_DIR/winamp-mpris.pid for PID management
- Add detailed user notification for 401 Unauthorized errors
- Add install.sh for automated, standard-compliant setup
- Include Winamp Web Interface source code and installer in repository
2026-04-08 18:29:40 -04:00

64 lines
2.3 KiB
Plaintext

A Really Quick Readme For The WawiTray Thingy
-------------------------------------------------------
(Because I'm hungry and I want to go make dinner!)
Based on a suggestion from Bill Kearney, it's a really teeny HTTP client which will send the right commands to the Winamp HTTP Server plugin to make it do stuff. This way you can control your winamp from another computer without using the big browser window if all you want it to do is control playback.
Stick the right host (in IPv4 dotted format only, for example your local machine is always 127.0.0.1) and port number in (so it matches the value in the HTTP Server config window, 80 by default); stick a username and password in if required and click away. It'll either make winamp do stuff, or (hopefully) tell you why it can't.
This is something I've only worked on for an hour or two, and as such probably has a few teething problems. If you do find anything, please drop me a mail (contact@flippet.net) to tell me what, and I'll see what I can do. Or feel free to send suggestions, jokes, cash et cetera...
Disclaimer
----------
While I've gone to every effort to make sure this doesn't cause harmful effects - I don't want to fry my own computer! - I cannot say for sure that it will not fry yours. I will not be responsible for any damage or loss of anything even slightly relating to this program. You use it ENTIRELY AT YOUR OWN RISK. Don't run to me if things break. I'll fix bits of the program if you spot bugs if I want to, but I'm under no obligation to do so at all. And don't you forget it.
Besides that, I hope it's useful. Have fun!
Version History
---------------
2.1
* Made it work with recent versions of Wawi
* Added a prettier config window
* A few little tweaks here and there...
1.5
* Tooltip of systray icon tells the song title. Set how often it updates in the Config window.
1.4
* Fancy-pants little icons for the play options in the menu
1.3
* The default action when left clicking on the icon can now be changed
1.2
* Added shortcuts to the Browse and Playlist pages
1.1
* Added a volume slider
* Added better error messages if it gets HTTP responses that it shouldn't
1.0
* Initial release
Me
--
Phil Himsworth, UK
web: http://www.flippet.org
email: contact@flippet.net
September, 2002