Jellyfin: Difference between revisions

From wikinotes
(Created page with "OSS fork of emby from when it was OSS.")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
OSS fork of [[emby]] from when it was OSS.
OSS fork of [[emby]] from when it was OSS.
= Documentation =
<blockquote>
{| class="wikitable"
|-
| official docs || https://jellyfin.org/docs/index.html
|-
| media docs || https://jellyfin.org/docs/general/server/media/books.html
|-
| home || https://jellyfin.org/
|-
|}
</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