This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
295 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: $(Date:yyyyMMdd)$(Rev:.r) | ||
|
||
pr: | ||
autoCancel: true | ||
|
||
trigger: | ||
batch: true | ||
|
||
jobs: | ||
- job: docs_build | ||
displayName: Docs Build | ||
pool: | ||
vmImage: windows-latest | ||
steps: | ||
- checkout: self | ||
clean: true | ||
submodules: true | ||
persistCredentials: false | ||
|
||
- powershell: | | ||
choco install docfx -y | ||
docfx docfx.json | ||
if ($lastexitcode -ne 0){ | ||
throw ("Error generating document") | ||
} | ||
displayName: "DocFX Build" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
/site | ||
############### | ||
# folder # | ||
############### | ||
/**/DROP/ | ||
/**/TEMP/ | ||
/**/packages/ | ||
/**/bin/ | ||
/**/obj/ | ||
_site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "src/jellyfin"] | ||
path = src/jellyfin | ||
url = https://github.com/jellyfin/jellyfin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"metadata": [ | ||
{ | ||
"src": [ | ||
{ | ||
"files": [ | ||
"jellyfin/**.csproj" | ||
], | ||
"exclude": [ | ||
"**/obj/**", | ||
"**/bin/**", | ||
"**/**Test.csproj", | ||
"**/Mono**.csproj", | ||
"**/RSSDP.csproj" | ||
], | ||
"src": "src" | ||
} | ||
], | ||
"dest": "plugin-api", | ||
"disableGitFeatures": false, | ||
"disableDefaultFilter": false | ||
} | ||
], | ||
"build": { | ||
"content": [ | ||
{ | ||
"files": [ | ||
"plugin-api/**.yml", | ||
"plugin-api/index.md" | ||
] | ||
}, | ||
{ | ||
"files": [ | ||
"docs/**.md", | ||
"docs/**/toc.yml", | ||
"toc.yml", | ||
"*.md" | ||
] | ||
} | ||
], | ||
"resource": [ | ||
{ | ||
"files": [ | ||
"images/**" | ||
] | ||
} | ||
], | ||
"dest": "_site", | ||
"globalMetadata": { | ||
"_appTitle": "Documentation - Jellyfin Project", | ||
"_appLogoPath": "images/header-icon.svg", | ||
"_appFaviconPath": "images/favicon.png", | ||
"_gitContribute": { | ||
"repo": "https://github.com/jellyfin/jellyfin-docs", | ||
"branch": "master" | ||
}, | ||
"_enableSearch": true | ||
}, | ||
"globalMetadataFiles": [], | ||
"fileMetadataFiles": [], | ||
"template": [ | ||
"default" | ||
], | ||
"postProcessors": [], | ||
"markdownEngineName": "dfm", | ||
"noLangKeyword": false, | ||
"keepFileLink": false, | ||
"cleanupCacheHistory": false, | ||
"disableGitFeatures": false | ||
}, | ||
"sitemap":{ | ||
"baseUrl": "https://docs.jellyfin.org", | ||
"priority": 0.1, | ||
"changefreq": "daily" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Server Administration Documentation |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- name: Quick Start | ||
href: quick-start.md | ||
- name: Installing | ||
href: installing.md | ||
- name: Building | ||
href: building.md | ||
- name: Connectivity | ||
href: connectivity.md | ||
- name: Hardware Acceleration | ||
href: hardware-acceleration.md | ||
- name: Migrate from Emby | ||
href: migrate-from-emby.md | ||
- name: Plugins | ||
href: plugins.md | ||
- name: Port Binindgs | ||
href: port-bindings.md | ||
- name: Reverse Proxy | ||
href: reverse-proxy.md |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- name: Branding Guide | ||
href: branding-guide.md | ||
- name: Contributing Code | ||
href: contributing-code.md | ||
- name: Issues | ||
href: issues.md | ||
- name: Release Procedure | ||
href: release-procedure.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1 @@ | ||
# Welcome to Jellyfin | ||
|
||
<p align="center"> | ||
<img alt="Banner Image" src="https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/banner-logo-solid.svg?sanitize=true"/> | ||
<br/><br/> | ||
<a href="https://github.com/jellyfin/jellyfin"><img class="badge" alt="GPL 2.0 License" src="https://img.shields.io/github/license/jellyfin/jellyfin.svg"/></a> | ||
<a href="https://github.com/jellyfin/jellyfin/releases"><img class="badge" alt="Current Release" src="https://img.shields.io/github/release/jellyfin/jellyfin.svg"/></a> | ||
<a href="https://translate.jellyfin.org/engage/jellyfin/?utm_source=widget"><img class="badge" alt="Translations" src="https://translate.jellyfin.org/widgets/jellyfin/-/svg-badge.svg"/></a> | ||
<a href="https://cloud.drone.io/jellyfin/jellyfin"><img class="badge" alt="Build Status" src="https://cloud.drone.io/api/badges/jellyfin/jellyfin/status.svg"/></a> | ||
<a href="https://hub.docker.com/r/jellyfin/jellyfin"><img class="badge" alt="Docker Pull Count" src="https://img.shields.io/docker/pulls/jellyfin/jellyfin.svg"/></a> | ||
</br> | ||
<a href="https://opencollective.com/jellyfin"><img class="badge" alt="Donate" src="https://img.shields.io/opencollective/all/jellyfin.svg?label=backers"/></a> | ||
<a href="https://forum.jellyfin.org"/><img class="badge" alt="Discuss on our Forum" src="https://img.shields.io/discourse/https/forum.jellyfin.org/users.svg"/></a> | ||
<a href="https://matrix.to/#/+jellyfin:matrix.org"><img class="badge" alt="Chat on Matrix" src="https://img.shields.io/matrix/jellyfin:matrix.org.svg?logo=matrix"/></a> | ||
<a href="https://www.reddit.com/r/jellyfin/"><img class="badge" alt="Join our Subreddit" src="https://img.shields.io/badge/reddit-r%2Fjellyfin-%23FF5700.svg"/></a> | ||
</p> | ||
|
||
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest! | ||
|
||
You can find a list of all available clients [here](/clients). For more information please see our [about page](/about) or the [FAQ](/faq). If you are looking for help, check out [this page](/getting-help) for all the different communication channels we use. | ||
|
||
Note: Jellyfin is a fast moving project that is in its early stages, and this documentation as well as the code may change frequently. Please check back often and don't hesitate to contact us via our Matrix channels or the subreddit! | ||
|
||
## Getting Started | ||
|
||
Want to get starting using Jellyfin right now? Check out the pages below for how to [install Jellyfin](/administrator-docs/installing) on your machine. | ||
|
||
* [Arch](/administrator-docs/installing#arch) | ||
* [Debian](/administrator-docs/installing#debian) | ||
* [Ubuntu](/administrator-docs/installing#ubuntu) | ||
* [Fedora](/administrator-docs/installing#fedora) | ||
* [CentOS](/administrator-docs/installing#centos) | ||
* [Docker](/administrator-docs/installing#docker-hub) | ||
* [unRaid](/administrator-docs/installing#unraid-docker) | ||
* [Kubernetes](/administrator-docs/installing#kubernetes) | ||
* [Windows](/administrator-docs/installing#windows-x64x86) | ||
* [MacOS](/administrator-docs/installing#macos) | ||
* [Generic Linux](/administrator-docs/installing#linux-generic-amd64) | ||
* [Portable DLL](/administrator-docs/installing#portable-dll) | ||
|
||
Alternatively, Jellyfin may be built directly from the [source code](/administrator-docs/building). | ||
|
||
## Administrator Documentation | ||
|
||
Want to know more about administering a Jellyfin server? Check out these pages! | ||
|
||
* [Quick-Start Guide](/administrator-docs/quick-start): What to do after you've installed Jellyfin to get it up and running. | ||
* [Migrating from Emby](/administrator-docs/migrate-from-emby): How to migrate an existing Emby 3.5.2 installation to Jellyfin. | ||
* [Plugins](/administrator-docs/plugins): How to install plugins in Jellyfin. | ||
* [Port Bindings](/administrator-docs/port-bindings) | ||
* [Hardware Acceleration](/administrator-docs/hardware-acceleration) | ||
|
||
## Contributing to Jellyfin | ||
|
||
Want to help out? Check out the pages below for how to contribute. | ||
|
||
* [Contribution Guide](/contributor-docs/contributing): General information on contributing to Jellyfin. | ||
* [Plugin Guide](https://github.com/jellyfin/jellyfin-plugin-template): Documentation and resources to get started writing a plugin to extend Jellyfin functionality. | ||
* [Reporting Bugs](/contributor-docs/issues#reporting-bugs): How to use our issue tracker on GitHub to report bugs. | ||
* [Requesting Features](/contributor-docs/issues#requesting-features): How to use our issue tracker on GitHub to request new features or enhancements. | ||
* [Coding Style](/contributor-docs/coding-style): Code and naming style guide. | ||
# User Documentation |
Empty file.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- name: Cloud Storage | ||
href: cloud-storage.md | ||
- name: Movies | ||
href: movies.md | ||
- name: Music | ||
href: music.md | ||
- name: Shows | ||
href: shows.md | ||
- name: Subtitles | ||
href: subtitles.md |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- name: Open Subtitles | ||
href: open-subtitles.md | ||
- name: TVHeadend | ||
href: tvheadend.md |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
- name: Media | ||
href: media/ | ||
homepage: media/index.md | ||
- name: Plugins | ||
href: plugins/ | ||
homepage: plugins/index.md | ||
- name: Devices | ||
href: devices.md | ||
- name: Libraries | ||
href: libraries.md | ||
- name: Live TV | ||
href: live-tv.md | ||
- name: Notifications | ||
href: notifications.md | ||
- name: Settings | ||
href: settings.md | ||
- name: Tasks | ||
href: tasks.md | ||
- name: Transcoding | ||
href: transcoding.md | ||
- name: Users | ||
href: users.md |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- name: Clients | ||
href: clients/ | ||
homepage: clients/index.md | ||
- name: Server | ||
href: server/ | ||
homepage: server/index.md | ||
- name: Administration | ||
href: administration/ | ||
homepage: administration/index.md | ||
- name: Contributing | ||
href: contributing/ | ||
homepage: contributing/index.md |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Welcome to the Jellyfin Documentation | ||
|
||
<p align="center"> | ||
<img alt="Banner Image" src="https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/banner-logo-solid.svg?sanitize=true"/> | ||
<br/><br/> | ||
<a href="https://github.com/jellyfin/jellyfin"><img class="badge" alt="GPL 2.0 License" src="https://img.shields.io/github/license/jellyfin/jellyfin.svg"/></a> | ||
<a href="https://github.com/jellyfin/jellyfin/releases"><img class="badge" alt="Current Release" src="https://img.shields.io/github/release/jellyfin/jellyfin.svg"/></a> | ||
<a href="https://translate.jellyfin.org/engage/jellyfin/?utm_source=widget"><img class="badge" alt="Translations" src="https://translate.jellyfin.org/widgets/jellyfin/-/svg-badge.svg"/></a> | ||
<a href="https://cloud.drone.io/jellyfin/jellyfin"><img class="badge" alt="Build Status" src="https://cloud.drone.io/api/badges/jellyfin/jellyfin/status.svg"/></a> | ||
<a href="https://hub.docker.com/r/jellyfin/jellyfin"><img class="badge" alt="Docker Pull Count" src="https://img.shields.io/docker/pulls/jellyfin/jellyfin.svg"/></a> | ||
</br> | ||
<a href="https://opencollective.com/jellyfin"><img class="badge" alt="Donate" src="https://img.shields.io/opencollective/all/jellyfin.svg?label=backers"/></a> | ||
<a href="https://forum.jellyfin.org"/><img class="badge" alt="Discuss on our Forum" src="https://img.shields.io/discourse/https/forum.jellyfin.org/users.svg"/></a> | ||
<a href="https://matrix.to/#/+jellyfin:matrix.org"><img class="badge" alt="Chat on Matrix" src="https://img.shields.io/matrix/jellyfin:matrix.org.svg?logo=matrix"/></a> | ||
<a href="https://www.reddit.com/r/jellyfin/"><img class="badge" alt="Join our Subreddit" src="https://img.shields.io/badge/reddit-r%2Fjellyfin-%23FF5700.svg"/></a> | ||
</p> | ||
|
||
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest! | ||
|
||
You can find a list of all available clients [here](/clients). For more information please see our [about page](/about) or the [FAQ](/faq). If you are looking for help, check out [this page](/getting-help) for all the different communication channels we use. | ||
|
||
Note: Jellyfin is a fast moving project that is in its early stages, and this documentation as well as the code may change frequently. Please check back often and don't hesitate to contact us via our Matrix channels or the subreddit! | ||
|
||
## Getting Started | ||
|
||
Want to get starting using Jellyfin right now? Check out the pages below for how to [install Jellyfin](/administrator-docs/installing) on your machine. | ||
|
||
* [Arch](/administrator-docs/installing#arch) | ||
* [Debian](/administrator-docs/installing#debian) | ||
* [Ubuntu](/administrator-docs/installing#ubuntu) | ||
* [Fedora](/administrator-docs/installing#fedora) | ||
* [CentOS](/administrator-docs/installing#centos) | ||
* [Docker](/administrator-docs/installing#docker-hub) | ||
* [unRaid](/administrator-docs/installing#unraid-docker) | ||
* [Kubernetes](/administrator-docs/installing#kubernetes) | ||
* [Windows](/administrator-docs/installing#windows-x64x86) | ||
* [MacOS](/administrator-docs/installing#macos) | ||
* [Generic Linux](/administrator-docs/installing#linux-generic-amd64) | ||
* [Portable DLL](/administrator-docs/installing#portable-dll) | ||
|
||
Alternatively, Jellyfin may be built directly from the [source code](/administrator-docs/building). | ||
|
||
## Administrator Documentation | ||
|
||
Want to know more about administering a Jellyfin server? Check out these pages! | ||
|
||
* [Quick-Start Guide](/administrator-docs/quick-start): What to do after you've installed Jellyfin to get it up and running. | ||
* [Migrating from Emby](/administrator-docs/migrate-from-emby): How to migrate an existing Emby 3.5.2 installation to Jellyfin. | ||
* [Plugins](/administrator-docs/plugins): How to install plugins in Jellyfin. | ||
* [Port Bindings](/administrator-docs/port-bindings) | ||
* [Hardware Acceleration](/administrator-docs/hardware-acceleration) | ||
|
||
## Contributing to Jellyfin | ||
|
||
Want to help out? Check out the pages below for how to contribute. | ||
|
||
* [Contribution Guide](/contributor-docs/contributing): General information on contributing to Jellyfin. | ||
* [Plugin Guide](https://github.com/jellyfin/jellyfin-plugin-template): Documentation and resources to get started writing a plugin to extend Jellyfin functionality. | ||
* [Reporting Bugs](/contributor-docs/issues#reporting-bugs): How to use our issue tracker on GitHub to report bugs. | ||
* [Requesting Features](/contributor-docs/issues#requesting-features): How to use our issue tracker on GitHub to request new features or enhancements. | ||
* [Coding Style](/contributor-docs/coding-style): Code and naming style guide. |
Oops, something went wrong.