yuroyami / syncplay-mobile

📱 Unofficial Syncplay client app for Android and iOS. Watch stuff in sync with your friends. Works well with Syncplay on PC. Fully written in Kotlin and Compose multiplatform.
113 stars 5 forks source link

Don't start playing item immediately when you are marked as ready #73

Open soredake opened 1 year ago

soredake commented 1 year ago

For example i join room before others, i add something to playlist and wait for others to join, but when i marked as ready it starts playing right away even if you are alone in the room. Official syncplay software for desktop for example don't autoplay added items to playlist initially.

Et0h commented 1 year ago

For reference, the official client auto-plays after 3 seconds of all of the following conditions being met:

yuroyami commented 6 months ago

Both mpv and exo play the media once it's loaded, by default. This behavior is changed in v0.13.0. However, other readiness-related behavior stuff will be incorporated later