Greetings, Everyone!
I am Ashutosh Aswal (IRC nick yellowhatpro), pursuing my bachelor’s from Punjab Engineering College Chandigarh, India. As a Google Summer of Code’22 contributor, I worked for MetaBrainz, on the MusicBrainz Android app and added a music playback feature to the app, which we call BrainzPlayer.
During the GSoC period, I was mentored by Akshat Tiwari (akshaaatt). Through this post, I will be summarizing my journey throughout the summer with MetaBrainz.
Let’s begin!! ( •̀ ω •́ )✧
Project Description
The project’s target was to introduce BrainzPlayer, a local music playback feature, into the MusicBrainz Android app. After this feature integration, users can play locally saved music directly from the app.
Coding Journey
We started with setting up the Music Service, Exoplayer, and the related Media APIs, which allow playback to be possible on the device, even when the app is in the background.
After this, we defined the Media Source, which accesses our local storage to search the media items and make them accessible within the app.
After accomplishing this, we worked on the notifications feature, which shows the metadata of the currently playing media item, and lets us control the playback, like seek, play, pause, etc., directly from the notification panel without opening the app.

Now we worked on a service connector class that contains the functions to deal with the playback commands within the app.
After this, our app was ready to play songs. Now was the time to add some cool UI.
The UI is written in Jetpack Compose, Android’s latest toolkit for building awesome UI. Using Compose we worked on the Player Screen, which contains the playback features.
Now that we have the music playback feature, we worked on different entities: song, album, artist, and playlist.
To achieve this, we introduced a local database within the app. We introduced the various entities, including the required data and logic layer.
We wrote multiple database queries and added repositories for the entities in the data layer. Then we worked on the logic part and created functions that took in account the data layer and would show the result in the UI.
After working on the data and logic layer, we focused on creating the UI for the different entities. Each entity has its screen, from where the user can play songs. For this, we coordinated with aerozol, and I would thank him for coming up with beautiful designs and our BrainzPlayer logo. Then finally, with the designs in hand, we could execute them in compose.
By the end of the program, we were able to add some animations, and find out bugs and fix them.
Finally, the BrainzPlayer feature is merged with the master branch, so we can expect it to go into production soon. \^o^/
Preview of the upcoming feature:





Acknowledgement:
I want to thank my mentor, akshaaatt, for his immense support and guidance. Under his mentorship, I could learn, experiment, and improve my code quality over the time.
I am also indebted to the MetaBrainz team for their kind and supportive behavior, which made the journey incredible and unforgettable, and makes me motivated to work with them even beyond.
That’s it from my side.
Thank you for having me !! ヾ(≧▽≦*)o