Jellyfin: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 11: Line 11:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
aura -A jellyfin-bin
systemctl enable jellyfin.service
xdg-open http://localhost:8096
</syntaxhighlight>
</blockquote><!-- Install -->
= Configuration =
<blockquote>
</blockquote><!-- Configuration -->

Revision as of 23:03, 13 August 2022

OSS fork of emby from when it was OSS.

Documentation

official docs https://jellyfin.org/docs/index.html
home https://jellyfin.org/

Install

aura -A jellyfin-bin
systemctl enable jellyfin.service
xdg-open http://localhost:8096

Configuration