Skip to content

cknave/nectroid

Repository files navigation

Nectroid

Nectroid provides a way to access Nectarine Demoscene Radio from Android devices. Current feature set:

  • Background music streaming
  • Current song, OneLiner, History and Queue views
  • AudioScrobbler support
  • Support for other Demovibes-powered sites like CVGM
  • Software MP3 player for devices with old/broken versions of Android

Nectroid source code (C) 2010, 2012 Kevin Vance kvance@kvance.com

Distribute under the terms of the GNU GPL v3.

NOTE: ic_menu_refresh.png is Copyright (C) The Android Open Source Project.

NOTE: Nectroid uses libmad Copyright (C) 2000-2004 Underbit Technologies, Inc. distributed under the GNU GPL v2 or higher.

Nectroid requires the Android SDK and the NDK to build.

Build instructions:

$ android update project -n Nectroid -p .

$ cd jni
$ ndk-build
$ cd ..

$ ant debug

Have fun!
-- kvance