android-squeezer icon indicating copy to clipboard operation
android-squeezer copied to clipboard

Feature request - swipe between players

Open eremem opened this issue 3 years ago • 5 comments

When in player view you can switch to the other players by using the combo box in the upper left corner. It seems to me that it would improve the UX and the ease of switching between players if we could also swipe left/right to the previous/next available player. It would be useful not only in the "main" player's view but also in the detail and playlist views.

eremem avatar May 27 '21 20:05 eremem

This view displays a list of single menu items. Implementing it for a single item would be an unintuitive behaviour, because the items are small and because such a swipe should swipe just one item, not the whole screen.

However, if the list of items is short enough to leave some space at the bottom there would be an area available for such a listener.

viertelb avatar May 28 '21 19:05 viertelb

Maybe I made myself not clear enough. I'm not suggesting adding swiping to the items' list in the combo box. I meant the whole actual player views I mentioned.

eremem avatar May 28 '21 19:05 eremem

Yes. With single items I meant the menus (myMusic, Radio, Search, Extras, Applications, Power off, Favorites, Settings) in the basic menu you get for one certain player when you start the app (after connecting).

viertelb avatar May 28 '21 20:05 viertelb

I'm still not sure if we are on the same page though:D. Just to be sure, let's assume we have 3 players. You choose player 2 from the combo box and see the view you described. Now you swipe from the left edge and switch to the same view but for player 1. Further swiping to the left is not possible, since we reached the top of the players' list (as seen in the combo box). Now, if you swipe from the right edge of the screen, you can switch to the current view for player 2 and so on. This behavior could be "replicated" in the player's view for the current song/stream and the player's playlist view.

eremem avatar May 28 '21 20:05 eremem

yes, we are definitely on the same page. :) but thanks for clarifying. since this view contains a list of items, i am unsure if a swipe can be implemented in an intuitive way (as described) . but i will try to discuss it.

viertelb avatar May 28 '21 20:05 viertelb