TeamNewPipe / NewPipe

A libre lightweight streaming front-end for Android.
https://newpipe.net
GNU General Public License v3.0
31.7k stars 3.08k forks source link

Remember player states like Shuffle, Repeat, etc. #1795

Open joelmo opened 6 years ago

joelmo commented 6 years ago

I use NewPipe for listening to music and I use shuffle mode alot. Therefore I think it would be nice to remember shuffle mode, maybe this can be set as an option in settings. What do you think?

I usually start a playlist from bookmarks, and from there I have to navigate to the player queue and turn on shuffle mode.

theScrabi commented 6 years ago

I don't think this needs to be enabled in settigs. We could just make the shuffel toggel persistend.

agarwalakash06 commented 6 years ago

I am working on this. Also I think if we are persisting the shuffle mode, then we should also persist the repeat mode. What are your views?

PeterHindes commented 4 years ago

That is a viable solution. We might also look at implementing double tap on the background button to shuffle.

Stypox commented 4 years ago

Adding another gesture to the background button (which aready has two: click and long click) does not seem right, also, Android discourages double-click gestures since they are typical on computers but feel strange on phones.