Posts: 2,024
Joined: Sep 2015
Reputation:
75
Atreyu
Posting Freak
Posts: 2,024
2022-01-20, 20:49
(This post was last modified: 2022-01-20, 20:54 by Atreyu.)
About the extra 'stop immediately' setting if i understand it correctly: wouldn't it make more sense to have the option 'stop after video ends'
there instead? After all, if no action is done 'stop video' would be the action anyway and we are in a extension menu? Just some thoughts.
Just to add, use case would be a setup where 'play next video autmatically' is enabled in player settings
Posts: 2,024
Joined: Sep 2015
Reputation:
75
Atreyu
Posting Freak
Posts: 2,024
2022-01-21, 08:56
(This post was last modified: 2022-01-21, 09:04 by Atreyu.)
I could see the stop function useful on an extention menu for testing. Not so much for real use.
For the 'stop when video ends' there's indeed the challenge of continuous content. Your fallback method could be used, but if it complicates the code or user interaction too much, might be better to leave it out altogether. It was just something I knew from a former solution and it was not intensively used.
Cheers on your work so far!
Posts: 2,024
Joined: Sep 2015
Reputation:
75
Atreyu
Posting Freak
Posts: 2,024
Came home tonight and installed v1.0.2f on several different setups, both Windows and Coreelec.
Was able to play around with all functions during the evening, stop playback at end of file works well and i think the way everything is implemented handles nicely.
Good stuff!
A.
Posts: 2,024
Joined: Sep 2015
Reputation:
75
Atreyu
Posting Freak
Posts: 2,024
If play to end of file is selected, i would think drop progress notification since end time is known. Just stop play and notify will be fine in this case imo.
Posts: 2,024
Joined: Sep 2015
Reputation:
75
Atreyu
Posting Freak
Posts: 2,024
Think i found a bug.
When cycling through the minutes 10-20-90-... after 180 minutes it generates an error and no longer cycles back to 0-10-..
I have started using another skin, haven't tested yet if the issue also occurs on the default skin (so no idea if this is skin related or a general issue)
A.