From bc5209831ad8bba2a4dd15d45a8bc7df15289a9b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 15 Jun 2021 21:03:48 +0200 Subject: [PATCH] Updated: Plex section --- docs/Plex/.pages | 3 ++ docs/Plex/Profiles/README.md | 25 ---------- docs/Plex/index.md | 4 +- .../Android-SHIELD-Android-TV.xml} | 0 docs/Plex/profiles/index.md | 49 +++++++++++++++++++ 5 files changed, 54 insertions(+), 27 deletions(-) create mode 100644 docs/Plex/.pages delete mode 100644 docs/Plex/Profiles/README.md rename docs/Plex/{Profiles/Android-SHIELD/Android-SHIELD Android TV.xml => profiles/Android-SHIELD/Android-SHIELD-Android-TV.xml} (100%) create mode 100644 docs/Plex/profiles/index.md diff --git a/docs/Plex/.pages b/docs/Plex/.pages new file mode 100644 index 000000000..a83f756fd --- /dev/null +++ b/docs/Plex/.pages @@ -0,0 +1,3 @@ +nav: + - Home: index.md + - Profiles: /Plex/profiles/ \ No newline at end of file diff --git a/docs/Plex/Profiles/README.md b/docs/Plex/Profiles/README.md deleted file mode 100644 index ee1fb4819..000000000 --- a/docs/Plex/Profiles/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# Here you will find a collection of Profile's for Plex - ------- - -Sometimes Plex will have issues direct playing your media on your devices, these profiles could help. - -> if you got some to share, pls make a PR so we can collect them at one place - -## How to - -To make use of the profiles you need to add it in your your plex folder - -### Docker - -Example paths: - -* Hotio's container: `/appdata/plex/Profiles` -* LSIO container: `/appdata/plex/database/Library/Application Support/Plex Media Server/Profiles` or `/appdata/plex/Library/Application Support/Plex Media Server/Profiles` - -## Profiles - -| Device | Description | -| :----------------------------------------------------------- | :----------------------------- | -| [Android-SHIELD](\Plex\Profiles\Android-SHIELD\Android-SHIELD Android TV.xml){:target="_blank" rel="noopener noreferrer"} | Profile for the Android-SHIELD | -| [Chromecast](\Plex\Profiles\Chromecast\Chromecast.xml){:target="_blank" rel="noopener noreferrer"} | Profile for the Chromecast | diff --git a/docs/Plex/index.md b/docs/Plex/index.md index 8bacd64a6..aaf75d3f4 100644 --- a/docs/Plex/index.md +++ b/docs/Plex/index.md @@ -1,5 +1,5 @@ # Plex -Here I will add some scripts/profiles/tips for plex +Here I will start adding Tips and Info for plex -Profiles are used if Plex has issues direct playing your media on your devices, these profiles could help. +![version](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Fhotio%2Fplex%2Frelease%2FVERSION.json&label=Latest%20Version&style=for-the-badge&color=4051B5) \ No newline at end of file diff --git a/docs/Plex/Profiles/Android-SHIELD/Android-SHIELD Android TV.xml b/docs/Plex/profiles/Android-SHIELD/Android-SHIELD-Android-TV.xml similarity index 100% rename from docs/Plex/Profiles/Android-SHIELD/Android-SHIELD Android TV.xml rename to docs/Plex/profiles/Android-SHIELD/Android-SHIELD-Android-TV.xml diff --git a/docs/Plex/profiles/index.md b/docs/Plex/profiles/index.md new file mode 100644 index 000000000..85c116cad --- /dev/null +++ b/docs/Plex/profiles/index.md @@ -0,0 +1,49 @@ +# Plex Profiles + +!!! note "" + Here you will find a collection of profiles you can use with Plex. + + Profiles are used if Plex has issues direct playing your media on your devices, these profiles could help but result. + +## How to + +To make use of the profiles you need to add it in your your plex folder + +### Docker + +Example paths: + +* Hotio's container: `/appdata/plex/Profiles` +* LSIO container: `/appdata/plex/database/Library/Application Support/Plex Media Server/Profiles` or `/appdata/plex/Library/Application Support/Plex Media Server/Profiles` + +## Profiles + +!!! attention "" + If you got some to share, pls make a PR so we can collect them at one place + +### Android Shield + +??? info "Please name the file:" + + ``` none + Android-SHIELD Android TV.xml + ``` + +??? example "Shield Profile" + + ```sh + [[% filter indent(width=4) %]][[% include '/Plex/Profiles/Android-SHIELD/Android-SHIELD-Android-TV.xml' %]][[% endfilter %]] + ``` + +### Chromecast + +??? info "Please name the file:" + + ``` none + Chromecast.xml + ``` +??? example "Chromecast Profile" + + ```sh + [[% filter indent(width=4) %]][[% include '/Plex/Profiles/Chromecast/Chromecast.xml' %]][[% endfilter %]] + ```