Funkytunes is a BitTorrent-based music app for Android, like Spotify or Pandora. You can stream any music for free. The app is completely open-source.
The initial album list is simply fetched from the iTunes Album Charts.
The search functionality uses the Discogs SearchAPI.
After clicking an album, the app searches for artist album
on
ThePirateProxy (limited to music). It then takes
the magnet link from the first search result, and downloads the torrent file.
Finally, the first mp3 file in the torrent is downloaded and played as soon
as its ready. Additional songs are downloaded on demand.
Funkytunes uses a standard Android build. Just install Android Studio and Android SDK, import the project, and that's it!
Funkytunes is licensed under GPLv3