<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SyncTube/res/langs, 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>2026-04-05T23:39:38Z</updated>
<entry>
<title>improve some EN locale. add frontend admin registration page via token</title>
<updated>2026-04-05T23:39:38Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-04-05T23:37:02Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=ee8e8ba44e72caa0fdd88b5b4a8cd63e07339e8d'/>
<id>urn:sha1:ee8e8ba44e72caa0fdd88b5b4a8cd63e07339e8d</id>
<content type='text'>
Signed-off-by: Pinapelz &lt;yukais@pinapelz.com&gt;
</content>
</entry>
<entry>
<title>init custom changes</title>
<updated>2026-03-21T06:16:01Z</updated>
<author>
<name>Pinapelz</name>
<email>yukais@pinapelz.com</email>
</author>
<published>2026-03-21T06:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=3508776583c21785dffc2f0bc9e7dd81c3f08480'/>
<id>urn:sha1:3508776583c21785dffc2f0bc9e7dd81c3f08480</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor locales fix</title>
<updated>2025-08-21T17:40:25Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-08-21T17:40:25Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=bae9d4be2fd8f0819f45fbff2917d1b402b3b610'/>
<id>urn:sha1:bae9d4be2fd8f0819f45fbff2917d1b402b3b610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ask to create admin user on fresh install (#62)</title>
<updated>2025-04-07T14:58:46Z</updated>
<author>
<name>Remi</name>
<email>6680627+riseremi@users.noreply.github.com</email>
</author>
<published>2025-04-07T14:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=f61717fcc48fe7039cab5e183da29653e445f691'/>
<id>urn:sha1:f61717fcc48fe7039cab5e183da29653e445f691</id>
<content type='text'>
* Ask to create admin user on fresh install

* Implement client form submitting

* minimize diff, simplify impl

* Check json typing and clean stuff

---------

Co-authored-by: RblSb &lt;msrblsb@gmail.com&gt;</content>
</entry>
<entry>
<title>More informative permission errors</title>
<updated>2025-03-06T04:53:55Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-03-06T04:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=54eca03ba433c57f451fa3dfb72d72ae4d1877cd'/>
<id>urn:sha1:54eca03ba433c57f451fa3dfb72d72ae4d1877cd</id>
<content type='text'>
</content>
</entry>
<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>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>Update tab title when kicked</title>
<updated>2024-08-15T07:18:38Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2024-08-15T07:18:38Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=4c4eacaa87b4a7dc9233eccf4611447dcad6a727'/>
<id>urn:sha1:4c4eacaa87b4a7dc9233eccf4611447dcad6a727</id>
<content type='text'>
</content>
</entry>
</feed>
