Caio Pedroso
Caio Pedroso
Hi @alexmercerind , thanks for the quick reply! Check this video on how to reproduce. I go to Tracks and select the first song on the top, click the shuffle...
Hi @alexmercerind, I was digging into the code and it seems to me that the issue is in `libmpv.dart`, but I couldn't find the repo. I guess [this was a...
Hey @alexmercerind, sure thing, this is `log.txt` output (already testing in latest version `0.2.8`): ``` flutter: _tracks: 3953 flutter: _albums: 722 flutter: _artists: 534 flutter: scaletempo:scale=1.00000000 flutter: scaletempo:scale=1.00000000 ``` And...
> > Hey @alexmercerind, sure thing, this is `log.txt` output: > > ``` > > flutter: _tracks: 3953 > > flutter: _albums: 722 > > flutter: _artists: 534 > >...
I can reproduce it as well, will try to investigate later.
> > I can reproduce it as well, will try to investigate later. > > Do you have any steps to reproduce? I tried but cannot seem to reproduce. It...
> > > > I can reproduce it as well, will try to investigate later. > > > > > > > > > Do you have any steps to...
> > > > > > I can reproduce it as well, will try to investigate later. > > > > > > > > > > > > >...
> > > > > > > > I can reproduce it as well, will try to investigate later. > > > > > > > > > > >...
> Re-enabling causes it to work perfectly. Perhaps its something to do with how its initialized on first install? On windows only, right? Here on Android this keeps happening... Edit:...