Jellyfin: Difference between revisions

From wikinotes
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
|-
|-
| official docs || https://jellyfin.org/docs/index.html
| official docs || https://jellyfin.org/docs/index.html
|-
| media docs || https://jellyfin.org/docs/general/server/media/books.html
|-
|-
| home || https://jellyfin.org/
| home || https://jellyfin.org/
Line 11: Line 13:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>/var/cache/jellyfin</code> || images etc
|-
| <code>/var/lib/jellyfin/metadata</code> || images, data
|-
|}
</blockquote><!-- Locations -->
= 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 -->

Latest revision as of 07:14, 29 August 2022

OSS fork of emby from when it was OSS.

Documentation

official docs https://jellyfin.org/docs/index.html
media docs https://jellyfin.org/docs/general/server/media/books.html
home https://jellyfin.org/

Locations

/var/cache/jellyfin images etc
/var/lib/jellyfin/metadata images, data

Install

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

Configuration