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
The Most Powerful Software Platform for EHSQ and ESG Management
Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
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 ///////