-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeat-one-song doesn't work with some particular songs #157
Comments
The repeat code is here - so that's an area to investigate https://github.com/fossfreedom/alternative-toolbar/blob/master/alttoolbar_repeat.py#L133 |
Sorry for the long time.Since I know little about python,I spent some time to learn and read your code.
Which means to return to the beginning when a song has 2 sec left. |
I found the solution. I add a line alternative-toolbar/alttoolbar_repeat.py Line 55 in 9f2c27b
and it worked. I don't know why but the eos way sometimes fail for me. |
I have some mp3 files downloaded from mp3quack.com which are modified with ffmpeg by myself to change/remove their covers,and some other mp3/flac/wav/other files.Let me call them Group A and Group B.
I find that when they are in the same playlist and next to each other,the repeat-one-song will not work.For example,3 songs from Group A and 3 songs from Group B are in a playlist like below,the repeat-one song feature fails when playing A3 and B3,cause they are followed by a song from the other group.While it works well when playing A1,A2,B1,B2.
|A1 |
|A2 |
|A3 |
|B1 |
|B2 |
|B3 |
This problem doesn't occur on edumucelli's repeat-one-song -> https://github.com/edumucelli/repeat-one-song .Perhaps their would be some hints.
The text was updated successfully, but these errors were encountered: