NaiveInvestigator
NaiveInvestigator
I did this manually. 1. First created a shortcut of legendary 2. Clicked on properties of the shortcut 3. Added the commands for launching the game in the Target field....
About that automation part, I came up with a very rudimentary script on how to do it. I read through the [guide](https://www.blog.pythonlibrary.org/2010/01/23/using-python-to-create-shortcuts/) that Darthagnon mentioned. Tho we need the packages...
> No, there's no shuffle button to enable currently, but you can add an item to the menu that toggles it: > > ``` > alt+s cycle shuffle #! Toggle...
Thank you so much to consider it! Hopefully someday it will be implemented. Please have a great day!
TYSM for considering it! No problem!! Excited for the next Android release!! I also have some a few suggestions on the Android design thing too. Will make a another FR...
This also starts occurring even we if only add `vo=gpu-next` in `mpv.conf`.
I need it cause sometimes i press shuffle by mistake, un-shuffling it would help in that case. mostly. And sometimes tho it is rare, while listening to songs I listen...
nvm I think i found a way to do it. Using this js script: ``` var state = 0 var commands = [ 'playlist-shuffle', 'playlist-unshuffle' ] function perform_action() { mp.command(commands[state])...
Oh this is really nice! I didn't know we could do that since it was undocumented (I think or i missed that part out rip, sorry then ;-;). If we...
There is a fork of this, where this issue is remedied, but has not been updated. https://github.com/stegatxins0/review-heatmap/tree/v1.0.0-beta.2