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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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 ///////