Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
rename apps to clients and move user docs to root
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada committed Apr 10, 2019
1 parent 6edc0c0 commit 716f060
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 24 deletions.
11 changes: 5 additions & 6 deletions docs/user-docs/apps.md → docs/clients.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Jellyfin Apps
# Clients

Apps connect your devices to your Jellyfin server and let you view your content on any supported device. You can find a list of apps, as well as their status, below.
Clients connect your devices to your Jellyfin server and let you view your content on any supported device. You can find a list of clients below with their current development status.

**Note**: Many apps were direct forks of the latest available codebases of Emby apps, and some are not functional yet or are deprecated. If you interested in helping out, please see our [contribution guide](/contributor-docs/contributing).
**Note**: Many clients were direct forks of the latest available codebases from Emby, and some are not functional yet. If you interested in helping out, please see our [contribution guide](/contributor-docs/contributing).

Do you have an app that interfaces with Jellyfin and would like to see it listed here? Please [submit a PR](https://github.com/jellyfin/jellyfin-docs)!
Do you have a client that interfaces with Jellyfin and want to see it listed here? Please [submit a PR](https://github.com/jellyfin/jellyfin-docs)!

## Android

Expand All @@ -31,6 +31,7 @@ The official Jellyfin Android TV app.
* [Binary repository](https://repo.jellyfin.org/releases/client/androidtv)

#### Installation on Amazon Fire TV Stick

Currently the Jellyfin app isn't listed on the Fire TV's app store. In order to install it, you need to use a process known as "side loading".

1. Install the [Android SDK Platform Tools](https://developer.android.com/studio/releases/platform-tools.html) on your workstation
Expand Down Expand Up @@ -102,7 +103,6 @@ The official Jellyfin Google Chrome extension.

[GitHub](https://github.com/jellyfin/jellyfin-chrome)


## Apple

### Jellyfin for Apple iOS
Expand Down Expand Up @@ -156,7 +156,6 @@ The official Jellyfin Kodi plugin.

This will help keep your media libraries up to date without waiting for a periodic resync from Kodi.


## Roku

### Jellyfin for Roku
Expand Down
File renamed without changes.
22 changes: 7 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

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!

For more information about us, please see our [about page](/about).
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/Riot channels or our Subreddit!
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 get Jellyfin [installed](/administrator-docs/installing) on your machine.
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)
Expand All @@ -40,14 +40,6 @@ Want to get starting using Jellyfin right now? Check out the pages below for how

Alternatively, Jellyfin may be built directly from the [source code](/administrator-docs/building).

## User Documentation

Have questions about how Jellyfin works or encountering an error? Check out the pages below for documentation.

* [Frequently asked questions](/faq): Frequently asked questions about running Jellyfin.
* [Getting help](/user-docs/getting-help): How to get help with Jellyfin.
* [Client apps](/user-docs/apps): Details on the available client applications for Jellyfin.

## Administrator Documentation

Want to know more about administering a Jellyfin server? Check out these pages!
Expand All @@ -61,8 +53,8 @@ Want to know more about administering a Jellyfin server? Check out these pages!

Want to help out? Check out the pages below for how to contribute.

* [Contributing guide](/contributor-docs/contributing): General information on contributing to Jellyfin.
* [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.
* [Code style guide](/contributor-docs/coding-style): Code and naming style guide.
* [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.
5 changes: 2 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ pages:
- Home: 'index.md'
- About: 'about.md'
- FAQ: 'faq.md'
- Users:
- Getting Help: 'user-docs/getting-help.md'
- Client Apps: 'user-docs/apps.md'
- Clients: 'clients.md'
- Getting Help: 'getting-help.md'
- Administrators:
- Installing Jellyfin: 'administrator-docs/installing.md'
- Building from Source: 'administrator-docs/building.md'
Expand Down

0 comments on commit 716f060

Please sign in to comment.