Music Meal

Minimalistic audio player for Spotify/SoundCloud and YouTube

Visit Website
May 3, 2020 Having more than 1000 listens per day!

Doubling the amount of songs listened to per day through the platform in half a month makes happy and proud. On the other hand those listens are done in less than 100 users, while the chrome webstore states that there are over 4K active users.
Good thing that one of the next set up milestones is to implement better statistics handling and a simplistic back office to see how long the users are being active and using the platform.

Comment

April 23, 2020 Added a blog section

Added a simple WordPress instance in order to publish support articles on how things are done and eventually start adding blog posts. I haven't used WP in a few years and am super glad it has become easy to use and customize. You can checkout the start of the blog/support here http://blog.musicmeal.io

7 Comments

  1. 2

    Cool site... But about the blog section: a subfolder is better than a subdomain. Better SEO practice.

    1. 2

      I second that! We switched our blog and now docs to subdomain recently - I actually posted a milestone about it just Today as well. It might not be easy to achieve that with WordPress, though.

      1. 1

        Yes, It is possible with WordPress. @k_ivanow created his blog with WordPress. He can transfer his install just like normal Wordpress migration. It is very easy with Wordpress, it only takes a few minutes. You just need to create a subfolder and migrate your subdomain Wordpress to it.

        1. 2

          That's great! Thanks for letting me know. Then it's settled, subfolder wins :)

    2. 1

      Hi @BikramDBZ and thanks for the feedback! Just to clarify what do you mean by subfolder vs subdomain - http://blog.musicmeal.io/ vs http://musicmeal.io/blog/ or something else?

      P.S. Apologies in advance if the question is stupid, but its the first time I am giving the blog/support articles a shot, so I am a total newbie when it comes to organizing them

      1. 2

        Dude, I see http://blog.musicmeal-io/ and http://musicmeal-io/blog/ both are active, one is titled blog and the other is docs. That is not good. And about subfolder vs subdomain: subfolder domain/blog/ is right and subdomain is wrong when it comes to SEO. If you want both docs and the blog, the best practice would be a blog and docs subfolder.

        1. 1

          Thank you! The subfolder URL is probably a mistake when setting up the wordpress. It wasn't intentional and I'll for sure add another subfolder when it comes to a separation of docs and blog.
          Switched the WP to be pointing to the sub folder and added a redirect from the sub domain to the sub folder, so now only https://musicmeal.io/blog exists

          Thank you so much for the feedback and the tip!

April 22, 2020 Added a sync service

Last night I finished and added a sync service to Music Meal. It is the first thing on the platform that actually requires you to register and sign in. It is still the initial version and it only takes care of syncing playlists and songs as a content. However it will soon sync your last selected playlist and song, and settings, and depending on how many users are using different devices, I'd like to add the ability to control other sign in devices in the same way Spotify does.
The major part is that I didn't post anywhere that there is a sync service now, and people already started using it. Over 10 people registered in the span of 20(ish) hours without any nudging them to do so.
You can see it in action here - https://www.youtube.com/watch?v=dS6uBCpJMHQ

Comment

April 17, 2020 Consistently having more than 500 listens a day

I have been spending more and more time and focus on Music Meal in the last month and it started showing consistent results. Everything was refactored and cleaned up, so I could do a small release with new functionalities or quality of life improvements every couple of days and tweet about it. After a week or so, I started getting some retweets and some ex-coworkers started having interest in it as well, which brought a bit more users.

Both the google playstore and the chrome webstore show usage statistics on how many active users you currently have, but this considers only the people that have the app/extension installed and doesn't care if they actually use it. Because of this I've added an anonymous submission everytime somebody plays something - the url of the song, the name and the platform that was played from. This allows me to not only keep track of how used Music Meal actually is on a day to day basis, but also - where do people play music from (YouTube vs Spotify vs SoundCloud for now) and what device they are mainly using (mobile vs chrome extension vs web player). The former shows me if I am doing things properly as a whole and given the there are more and more daily listens and now they are consistently above 500 a day and some times over 1K I think its going well. The latter shows me where to focus my main efforts. For instance until recently Music Meal also supported listening to direct audio urls. People could use any link to any .mp3, wav, ogg, etc. file and add it to a playlist. However this brought problems with the chrome webstore because I had to request broad host permissions for this to work. After analyzing the statistics it turned out that this was used less than hundred times in total, so I dropped this functionality, which in turn reduced the time between releasing the chrome extension and it going live from over a week to 20-30 minutes. This in turn allowed me to keep a more frequent release schedule to benefit all users

Comment

April 12, 2020 The Web Version came out

Music Meal now can be used directly in your browser without having to install anything! All of the functionalities are supported in the web player (except for sharing into in on mobile, since it isn't an application and controlling it more easily on desktop, compared to the chrome extension).
The web version came along because a few of my ex coworkers wanted to give it a spin on mobile devices, but they were all on iOS for which I don't have an official version yet. So I decided to make a web player version of it so both they and new users can try it out without having to install anything. You can test it out here -> https://musicmeal.io/player
The UI for desktop is ugly(ish) since it is primarily targeting mobile. It will be improved soon ;)

Comment

February 12, 2020 Android version came out

Converting the chrome extension to an Android version was surprisingly easy and took less than a day, thanks to JS. Later in that month the whole codebase was completely refactored to make it more maintainable and easier to add new functionalities.
The differences between platforms are slight, but the most important thing is, you can now use Music Meal to listen to YouTube with your mobile screen locked!

Comment

About

There is always something missing in any music platform. Either a podcast, a remix, or something else. Music Meal allows you to find and listen to audio from all major platforms in the same place.