Skip to content

jmath222/mbrc

 
 

Repository files navigation

MusicBee Remote - for Android

About

MusicBee is a remote control application that is used to control MusicBee player using a network connected Android device. The application is freely available through Google Play and also requires the associated plugin (dll) for MusicBee to function.

The application consumes an RESTlike HTTP API provided by the plugin. And uses a websocket connection for small push notifications.

MusicBee Remote was presented as part of my thesis on "Android and application development for mobile devices".

You can find help on how to use the application and more info on the dedicated website along with links to the binary version of the plugin.

You can also find information about the plugin and the remote to the dedicated topic in the MusicBee forums.

Building

Clone the repository and import on IntelliJ IDEA or Android Studio.

Credits

Artwork

Many of the icons used are created by Tasos Papazoglou Chalikias and are licenced under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License. some of them where taken by other projects and some awful icons during the earlier development where created by me. The original logo idea belongs to Jordan Georgiades. Any other icons introduced in version 0.9.7 and later was probably my work. Some design ideas are based on mockups by Carlos Parga

Inspiration

A great source of inspiration for this project was the Cyanogen Apollo player along with Google Play Music for Android.

Dependencies

The project also uses Retrolamda

License

The source code of the application is licensed under the GPLv3 license.

MusicBee Remote (for Android)
Copyright (C) 2013  Konstantinos Paparas

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Packages

No packages published

Languages

  • Java 96.1%
  • HTML 2.3%
  • XSLT 1.6%