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
Full-stack observability with actually useful AI | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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 ///////