From fb105f01051e16ac04ba2cef921fdae735fe0011 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Fri, 28 Oct 2022 20:00:01 +0200 Subject: [PATCH] some md updates --- src/pages/docs/users/anitrack.md | 2 +- src/pages/docs/users/index.md | 2 ++ src/pages/docs/users/local-plugins.md | 2 +- src/pages/docs/users/subsettings.md | 2 +- src/pages/docs/users/trakt.md | 2 +- src/pages/docs/users/troubleshooting.md | 38 +++++++++++++++++++++++++ src/pages/docs/users/use-nginx.md | 9 +++--- src/pages/docs/users/wsa.md | 2 +- 8 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 src/pages/docs/users/troubleshooting.md diff --git a/src/pages/docs/users/anitrack.md b/src/pages/docs/users/anitrack.md index 0cc3ffa..caff02c 100644 --- a/src/pages/docs/users/anitrack.md +++ b/src/pages/docs/users/anitrack.md @@ -1,7 +1,7 @@ --- title: Anime tracking FAQ parent: For users -order: 6 +order: 7 --- # Anime tracking FAQ diff --git a/src/pages/docs/users/index.md b/src/pages/docs/users/index.md index e8d3292..a17ea61 100644 --- a/src/pages/docs/users/index.md +++ b/src/pages/docs/users/index.md @@ -10,6 +10,8 @@ This [open source app](https://github.com/recloudstream/cloudstream) can stream Check out the [FAQ](../faq.md) first! +Also check out [Troubleshooting](../troubleshooting.md) if you have any issues. + ### Disclaimer ⚠️ The app is purely for educational and personal use. diff --git a/src/pages/docs/users/local-plugins.md b/src/pages/docs/users/local-plugins.md index 2af30ad..42c9dda 100644 --- a/src/pages/docs/users/local-plugins.md +++ b/src/pages/docs/users/local-plugins.md @@ -1,7 +1,7 @@ --- title: Using local extensions parent: For users -order: 2 +order: 3 --- It is possible to use extensions without using repositories. This can be useful when prototyping. diff --git a/src/pages/docs/users/subsettings.md b/src/pages/docs/users/subsettings.md index 1ef65dd..bc89080 100644 --- a/src/pages/docs/users/subsettings.md +++ b/src/pages/docs/users/subsettings.md @@ -1,7 +1,7 @@ --- title: Subtitle Related FAQ parent: For users -order: 5 +order: 6 --- ## Subtitle appearance settings diff --git a/src/pages/docs/users/trakt.md b/src/pages/docs/users/trakt.md index 904aeca..6960be4 100644 --- a/src/pages/docs/users/trakt.md +++ b/src/pages/docs/users/trakt.md @@ -1,7 +1,7 @@ --- title: How to use trakt list through stremio parent: For users -order: 7 +order: 8 --- ⚠ The Stremio extension is still experimental. Don't expect a stremio like experience. Most of the public stremio sources are torrent based but cloudstream doesn't support torrent stream. So, none of the popular sources will work here. The below trakt example is link only and it will not play any video. Also, this trakt doesn't sync anything. diff --git a/src/pages/docs/users/troubleshooting.md b/src/pages/docs/users/troubleshooting.md new file mode 100644 index 0000000..7b0797e --- /dev/null +++ b/src/pages/docs/users/troubleshooting.md @@ -0,0 +1,38 @@ +--- +title: Troubleshooting CS3 +parent: For users +order: 2 +--- + +## Backup error +If you are unable to create a backup, + +Change/reselect the download location. + `cs3 > settings > general > download path` and then select a custom location. + +## Restore backup error +If you are unable to read the backup file, + +Rename the extension of the file from `json to txt`. + Now try again to read the backup file. + +## Error: Out of memory +If the movie doesn't play showing an error saying out of memory, + +Change the video cache on disk + `cs3 > settings > player > video cache on disk` and set a **lower amount of cache**. + +## Repositories are not loading in the official site +If the repositories are not loading in [this page](https://cloudstream.cf/repos/), + +Try one of these solutions + - Turn on vpn and reload the page. + - Try the [rentry page](https://rentry.org/cs3/#repositories). + - Otherwise try the copy/type method + +## Subtitle casting issue +If subtitle isn't casting on the tv with the native casting system, + +Try casting using [this app](https://play.google.com/store/apps/details?id=com.instantbits.cast.webvideo). + `cs3 > eps page > press and hold the eps > play with Web Video Cast > choose the link` and then cast. *The subtitle selection maybe not as good as cs3.* + diff --git a/src/pages/docs/users/use-nginx.md b/src/pages/docs/users/use-nginx.md index 7ff4bfa..f76d454 100644 --- a/src/pages/docs/users/use-nginx.md +++ b/src/pages/docs/users/use-nginx.md @@ -1,7 +1,7 @@ --- title: How to use nginx with cloudstream parent: For users -order: 3 +order: 4 --- ## What is Nginx? @@ -26,9 +26,9 @@ The advantages of this provier over jellyfin are that it's lightweight and integ - You can also self host the media server, I cover the install of nginx [here](https://www.sarlays.com/unlisted/self-host-nginx) (harder) Here I'll cover the install on a managed seedbox using ultra.cc - -Here is a diagram I made to summarize how everything works: + Prowlarr is between the tracker and the media mangment apps (radarr and sonarr): it handles the requests to the trackers (that you add inside prowlarr) +``` --> ### What are trackers? diff --git a/src/pages/docs/users/wsa.md b/src/pages/docs/users/wsa.md index c171797..1bece25 100644 --- a/src/pages/docs/users/wsa.md +++ b/src/pages/docs/users/wsa.md @@ -1,7 +1,7 @@ --- title: Installation on Windows 11 parent: For users -order: 4 +order: 5 --- ## For Windows 11 users