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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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 ///////