MaxFour / Music-Player

Lightweight and Material designed Music Player
GNU General Public License v3.0
283 stars 71 forks source link

[OT] How do you differentiate yourself from both Phonograph and Vinyl Music Player? #39

Closed Tom4tot closed 5 years ago

Tom4tot commented 5 years ago

Hi, your app is interesting, however, I was wondering, what are the differences between your app and the two others I mentioned? From what I've seen in the features list and the screenshot, it looks exactly the same...

I'm not trying to deny your work or anything, I'd just like to know what can i get from trying your app?

Thank you in advance. :)

MaxFour commented 5 years ago

Hello @Tom4tot ! Firstly, in my player all plurals in strings are fixed. Secondly, in Phonograph and Vinyl Music Player an equalizer option in the Settings, and I moved equalizer to drawer. Thirdly, in my player there are no dependences of Google Service and other analytical services. In the end, in my player all the icons and images look more modern than in other players.

Good luck

Tom4tot commented 5 years ago

Hello @Tom4tot ! Firstly, in my player all plurals in strings are fixed. Secondly, in Phonograph and Vinyl Music Player an equalizer option in the Settings, and I moved equalizer to drawer. Thirdly, in my player there are no dependences of Google Service and other analytical services. In the end, in my player all the icons and images look more modern than in other players.

Good luck

All right, thank you for your answer. I understand your project better now. I think it would be good if you would add these pieces of information on the readme.md page, as the advantages of your player will interest a lot of people (especially the third one).

I was wondering as well, do you know where the images downloaded are stored? For covers. I never managed to find the folder.

MaxFour commented 5 years ago

I was wondering as well, do you know where the images downloaded are stored?

I didn’t delve into it, but they can be in data/ folder in root of device

moriel5 commented 5 years ago

Hi, I was wondering the same thing when trying out the app. Thanks for the explanation (though personally I prefer the old-school filled icons), this looks great.

Do you think that you could somehow (I realize that I am asking for something extremely hard when considering that the app is already very efficient) get the app's size down to ~2.5MB? This is something I had asked the Phonograph developers, and they only managed to shave ~100KB from the their app.

This is not an all-important request, I simply have an obsession with extremely light-weight apps that sacrifice as little functionality as possible.

MaxFour commented 5 years ago

Hello! In order for the application to weigh less, need to optimize the code (it is very difficult) or remove unnecessary activity (in this app, all activity are important and interrelated).

But you can try Music Player GO

moriel5 commented 5 years ago

Thanks, I had tried Music Player GO, and while I had certainly liked it, some features (like album covers) are not planned to implemented. Currently I use Oddysey, which is my favorite so far, though there are a few (minor) options that I would prefer to be otherwise, and it is not planned to be otherwise.

Currently, your app brings things the closest to my liking, not including file size.

But as I had said, this not the most important request in the world, and I realize that it would be extremely hard to slim this app's weight any further, especially without removing any required functionality.