Closed zo-shin closed 4 years ago
does anybody now why it has been added there?
It's there because I didn't specifically remove it when settings fragment is visible.
And the this button itself triggers new MPD dialog.
should we:
I don't think there is an icon which will clearly tell user that it is MPD.\ It's an mpd preference in settings which could be removed because it does the same as MPD button.
I think the icon should be removed. 1 - It's a little bit weird to single out one option out of others. 2 - Users can fully understand the usage of MPD by the current option, so the extra icon is not very necessary.
@segler-alex The icon should be there, you removed it for all screens.
sorry, then i did not understand what the consensus was. please explain it.
oh, there was no consensus...
one said, remove icon, the other said, remove setting
Without the button the only way to summon the mpd dialog is via settings which is several clicks away however it is meant to be quickly accessible (user shouldn't go to settings to pause playback in mpd or change volume on server).
However I could agree that this button dangling for every user isn't great. I think the best solution will be displaying it only if there is at least one mpd server added by user.
good, i have to check how to do this.
@segler-alex Better put Closes: into body of the commit for reverts not to cause issue to close. And make commit header meaningful.
ok, it is fixed with the next commit
i just clicked revert commit in my git frontend :)
I meant when you are creating commit place "Closes:" into body.
And instead of creating new MPDServersRepository
in onCreateOptionsMenu
it's better to get MPDClient
from the app and ask it if there are servers.
@segler-alex Could you create pull requests instead of committing directly into master? This would allow me to give feedback if I see something wrong.
The MPD icon at the top right of settings should be removed because there is music player daemon option there.