<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SyncTube/src/client/JsApi.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-01-28T12:46:30Z</updated>
<entry>
<title>Video upload feature</title>
<updated>2025-01-28T12:46:30Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-26T20:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=0592564264fff57ccfd9677957196951f9f1c6cf'/>
<id>urn:sha1:0592564264fff57ccfd9677957196951f9f1c6cf</id>
<content type='text'>
And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit.

I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
</content>
</entry>
<entry>
<title>Add server pause when leader disconnects</title>
<updated>2025-01-24T16:37:02Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-24T05:42:34Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=6ead98595d71afba9d11d3300756b46f18fd6bda'/>
<id>urn:sha1:6ead98595d71afba9d11d3300756b46f18fd6bda</id>
<content type='text'>
</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>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>
<entry>
<title>Use null coalescing op</title>
<updated>2023-04-23T09:34:38Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2023-04-23T09:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=341ec5ce86d1220060f63d2681b6e8eae11ec488'/>
<id>urn:sha1:341ec5ce86d1220060f63d2681b6e8eae11ec488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework videolist structure</title>
<updated>2021-09-27T17:49:05Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2021-09-27T17:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=98c1f6fa4ec7537ec979a1ae8d68cb6ec11c3fbf'/>
<id>urn:sha1:98c1f6fa4ec7537ec979a1ae8d68cb6ec11c3fbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Way to change video src on client</title>
<updated>2021-08-01T11:33:27Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2021-08-01T11:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=b8827aa6df5c58fb5655c8519477ea93694617f3'/>
<id>urn:sha1:b8827aa6df5c58fb5655c8519477ea93694617f3</id>
<content type='text'>
see #27
</content>
</entry>
<entry>
<title>Reformat</title>
<updated>2021-07-05T14:04:25Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2021-07-04T00:59:50Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=ede45cea8706eb8540e466df9861c2af8ebf9c44'/>
<id>urn:sha1:ede45cea8706eb8540e466df9861c2af8ebf9c44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More JsApi methods</title>
<updated>2021-06-06T18:50:14Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2021-06-06T18:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=265b3e1fb56bb0e5f797b3b35227a616b108a0c3'/>
<id>urn:sha1:265b3e1fb56bb0e5f797b3b35227a616b108a0c3</id>
<content type='text'>
getVideoItems/addVideoItem/removeVideoItem
closes #24
</content>
</entry>
</feed>
