embystream 0.0.33

Another Emby streaming application (frontend/backend separation) written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
html {
  background: var(--bg-app);
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
}

::selection {
  background: color-mix(in srgb, var(--signal-accent) 24%, transparent);
  color: var(--text-main);
}