<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SyncTube/src/client/players/Youtube.hx, branch master</title>
<subtitle>Synchronized video viewing with chat and other features (one-channel web service) 
</subtitle>
<id>https://git.moekyun.me/SyncTube/atom?h=master</id>
<link rel='self' href='https://git.moekyun.me/SyncTube/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/'/>
<updated>2025-09-10T13:22:00Z</updated>
<entry>
<title>Rework isLoad player state</title>
<updated>2025-09-10T13:22:00Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-09-10T13:22:00Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=d4fb50df4f77cb8d039eaecdc8f6467c5fef4d22'/>
<id>urn:sha1:d4fb50df4f77cb8d039eaecdc8f6467c5fef4d22</id>
<content type='text'>
closes #67
</content>
</entry>
<entry>
<title>Fix youtube fallback</title>
<updated>2025-03-23T15:39:56Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-03-23T15:39:56Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=8ee20a84cb35968f9247028a6a2daa57f04e90bb'/>
<id>urn:sha1:8ee20a84cb35968f9247028a6a2daa57f04e90bb</id>
<content type='text'>
closes #61
</content>
</entry>
<entry>
<title>Add /volume command</title>
<updated>2025-02-13T03:42:50Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-02-12T08:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=74244ebef3e3e4cbd9af50ca19af2affb39ba0f1'/>
<id>urn:sha1:74244ebef3e3e4cbd9af50ca19af2affb39ba0f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup</title>
<updated>2025-01-29T17:42:01Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-29T17:37:50Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=382f9b2ebedca905028341825350a0fa69d88673'/>
<id>urn:sha1:382f9b2ebedca905028341825350a0fa69d88673</id>
<content type='text'>
- PWA support (needs https)
- Optimize websocket responses
- Support `/ad` for youtube cache
- New icon!
</content>
</entry>
<entry>
<title>Add experimental unpauseWithoutLeader option</title>
<updated>2025-01-25T19:52:14Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-25T12:32:55Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=c7518e58788c17ad2ca8340ab5c7633489aa9518'/>
<id>urn:sha1:c7518e58788c17ad2ca8340ab5c7633489aa9518</id>
<content type='text'>
Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients.

There is also leader button hints when you touch player as non-leader for easier ux.
</content>
</entry>
<entry>
<title>Redesign portrait view with player at top</title>
<updated>2025-01-22T12:13:11Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-22T12:13:11Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=a843ae530b07b92fc7341754b4722cdcb8dfb831'/>
<id>urn:sha1:a843ae530b07b92fc7341754b4722cdcb8dfb831</id>
<content type='text'>
Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places
</content>
</entry>
<entry>
<title>Cache on server feature</title>
<updated>2025-01-16T22:00:09Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-16T00:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=d9ca7beaa9494cf34590853901cf8be44e243775'/>
<id>urn:sha1:d9ca7beaa9494cf34590853901cf8be44e243775</id>
<content type='text'>
Server will download video from supported players and add as raw video to playlist (only youtube is supported for now).

Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config.

There is also minor ux improvement, latest checkbox states will be keeped in local storage now.
</content>
</entry>
<entry>
<title>External audiotrack support</title>
<updated>2025-01-12T19:35:22Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-12T16:35:56Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=f84fdc40ba817b6a2d907484b1e1500197ceeafe'/>
<id>urn:sha1:f84fdc40ba817b6a2d907484b1e1500197ceeafe</id>
<content type='text'>
This works as voice over if video also has audio, changing video volume to 0.3.

Also improve autoplay by playing videos muted and unmute on first page click.

There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check).
</content>
</entry>
<entry>
<title>Streamable support</title>
<updated>2024-08-02T03:25:45Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2024-08-02T03:25:45Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=7ee893a287c8992196b0b5f51124074fa7c47f4f'/>
<id>urn:sha1:7ee893a287c8992196b0b5f51124074fa7c47f4f</id>
<content type='text'>
closes #49
</content>
</entry>
<entry>
<title>Video item fixes</title>
<updated>2024-04-29T04:45:10Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2024-04-29T04:45:10Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=5d2375cbb23dbe69a7afe7a691707be48397c6d9'/>
<id>urn:sha1:5d2375cbb23dbe69a7afe7a691707be48397c6d9</id>
<content type='text'>
- Fix youtube fallback, `videoItem.url` is now immutable
- JsApi.setVideoSrc now updates to supported player based on `url` arg
- Fix auto-pause when video is ended (with `requestLeaderOnPause`)
</content>
</entry>
</feed>
