some md updates

This commit is contained in:
Cloudburst 2022-10-28 20:00:01 +02:00 committed by GitHub
parent 3ef07c500c
commit fb105f0105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 50 additions and 9 deletions

View File

@ -1,7 +1,7 @@
---
title: Anime tracking FAQ
parent: For users
order: 6
order: 7
---
# Anime tracking FAQ

View File

@ -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.

View File

@ -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.

View File

@ -1,7 +1,7 @@
---
title: Subtitle Related FAQ
parent: For users
order: 5
order: 6
---
## Subtitle appearance settings

View File

@ -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.

View File

@ -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.*

View File

@ -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:
<!--
Here is a diagram I made to summarize how everything works:
```mermaid
flowchart TB
@ -50,9 +50,10 @@ Sonarr -- > |Send torrent| A(Radarr)
Radarr[Radarr] -- > |Send torrent| A(Radarr)
A[Transmission] -- >|Download to filesystem| C{Nginx}
C -- >|Stream| D(Cloudstream-3)
``` -->
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?

View File

@ -1,7 +1,7 @@
---
title: Installation on Windows 11
parent: For users
order: 4
order: 5
---
## For Windows 11 users