Winamp Remote Android Server is an Android application that allows you to control your winamp from your Android mobile phone.
Categories
MP3License
GNU General Public License version 2.0 (GPLv2)Follow Winamp Remote Android Server
Other Useful Business Software
Demo Series - Small Business Backup By Veeam
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Rate This Project
Login To Rate This Project
User Reviews
-
Winampdroid is wonderful! Thanks.
-
I have a workaround for the Problem with the playlist. The problem is, that the server doesn't seem to take the configured winamp path. Instead it takes "C:\Dokumente und Einstellungen\Moonray\Anwendungsdaten\Winamp\winamp.m3u\winamp.m3u" on a german windows system. As the source of the server is not postet here i had to fix it in another way. I took an autoit script to copy the right file every minute: //////// Do FileCopy("C:\Programme\Winamp\winamp.m3u", "C:\Dokumente und Einstellungen\Moonray\Anwendungsdaten\Winamp\winamp.m3u\winamp.m3u", 9) Sleep(20*1000) Until 1=2 ///////