MusicBrainz for Android: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
(Update)
 
(15 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<small>[[Products]] > MusicBrainz for Android </small>
<small>[[Products]] > MusicBrainz for Android </small>


'''MusicBrainz for Android''' is a mobile app for viewing MusicBrainz data on the Android platform. It allows you to:
{| class="wikitable" style="float: right; margin: 0 0 10px 10px"
| [[Image:MBforAndroid2.png]]
|}

'''MusicBrainz for Android''' is a mobile app for viewing MusicBrainz data on the Android platform. It provides the following functionality:


* View release information by scanning a barcode
* View release information by scanning a barcode
* Search for information about artists and releases
* Search for information about artists, releases, release groups,labels, recordings, instruments, and events
* View collections
* Submit tags, ratings and barcodes
* Send Releases to your Picard
* Add and remove releases from collections

* Donate to the MetaBrainz Foundation via PayPal

'''Note''': The app is not under active development and is currently in maintenance mode only.


== Download ==
== Download ==


The app is available to download through [https://play.google.com/store/apps/details?id=org.musicbrainz.mobile Google Play]. It was first published on 1st August 2011.
The app is available to download on:


[https://play.google.com/store/apps/details?id=org.metabrainz.android Google Play]
== Issues ==
[https://f-droid.org/en/packages/org.metabrainz.android F-Droid]


== Issues ==
If you think you have found a bug, please report it on the [http://tickets.musicbrainz.org/browse/MOBILE issue tracker]. The app is still developed and some new features are planned. You can suggest and vote for new features in the same location.
If you think you have found a bug, please report it on the [http://tickets.musicbrainz.org/browse/MOBILE issue tracker].


== Development ==
== Development ==


The source code for the app is [https://github.com/metabrainz/musicbrainz-android maintained on GitHub] and you can get it with all its history using:
Android app development has been led by Jamie McDonald. It began as a Google Summer of Code project in 2010. The app communicates with MusicBrainz servers through the [[XML Web Service/Version 2|XML Web Service/Version 2]].


The source code for the app is [https://github.com/jdamcd/musicbrainz-android maintained on GitHub] and you can get it with all its history using:
<nowiki>git clone git://github.com/metabrainz/musicbrainz-android.git</nowiki>


* Prerequisite: Latest version of the Android Studio and SDKs on your pc.
git clone git://github.com/jdamcd/musicbrainz-android.git
* Clone this repository.
* Use the gradlew build command to build the project directly or use the IDE to run the project to your phone or the emulator.


If you are interested in providing development assistance, contact us by posting on the [[Developers Mailing List|developers mailing list]], join the #musicbrainz-devel IRC channel on irc.freenode.net or simply fork the project and make pull requests on GitHub.
If you are interested in providing development assistance, join the #metabrainz IRC channel on libera.chat or simply fork the project and make pull requests on GitHub.


== License ==
== License ==


'''MusicBrainz for Android''' is licensed under the [http://www.gnu.org/copyleft/gpl.html GPL version 3 or later] with sections under the [http://www.apache.org/licenses/LICENSE-2.0.html Apache License version 2].
'''MusicBrainz for Android''' is licensed under the [https://www.gnu.org/copyleft/gpl.html GPL version 3 or later] with sections under the [https://www.apache.org/licenses/LICENSE-2.0.html Apache License version 2].


__NOTOC__
__NOTOC__

Latest revision as of 06:33, 14 September 2023

Products > MusicBrainz for Android

MusicBrainz for Android is a mobile app for viewing MusicBrainz data on the Android platform. It allows you to:

  • View release information by scanning a barcode
  • Search for information about artists, releases, release groups,labels, recordings, instruments, and events
  • View collections
  • Send Releases to your Picard


Note: The app is not under active development and is currently in maintenance mode only.

Download

The app is available to download on:

Google Play F-Droid

Issues

If you think you have found a bug, please report it on the issue tracker.

Development

The source code for the app is maintained on GitHub and you can get it with all its history using:

git clone git://github.com/metabrainz/musicbrainz-android.git
  • Prerequisite: Latest version of the Android Studio and SDKs on your pc.
  • Clone this repository.
  • Use the gradlew build command to build the project directly or use the IDE to run the project to your phone or the emulator.

If you are interested in providing development assistance, join the #metabrainz IRC channel on libera.chat or simply fork the project and make pull requests on GitHub.

License

MusicBrainz for Android is licensed under the GPL version 3 or later with sections under the Apache License version 2.