Skip to content

Commit

Permalink
Update wiki & readme re #214
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Oct 30, 2024
1 parent e5e5532 commit f667164
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 88 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### **[Live Downloader Metrics Dashboard](https://monitor.spookelton.net/public-dashboards/db0aec66747b4950b01b128916eb737e)**

![Active Downloaders](<https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fprometheus.spookelton.net%2Fapi%2Fv1%2Fquery%3Fquery%3Dcount(instance)&query=data.result%5B0%5D.value%5B1%5D&label=Active%20Downloaders&color=rgb(115%2C%20191%2C%20105)>) ![Queued Videos](<https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fprometheus.spookelton.net%2Fapi%2Fv1%2Fquery%3Fquery%3Dsum(queued)&query=data.result%5B0%5D.value%5B1%5D&label=Queued&color=rgb(255%2C%20152%2C%2048)>) ![Speed](<https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Ftinyurl.com%2Fy2xksyyu&query=data.result%5B0%5D.value%5B1%5D&suffix=%20mb%2Fs&label=Current%20Speed&color=rgb(242%2C%2073%2C%2092)>)
![Active Downloaders](<https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fprometheus.spookelton.net%2Fapi%2Fv1%2Fquery%3Fquery%3Dcount(instance)&query=data.result%5B0%5D.value%5B1%5D&label=Active%20Downloaders&color=rgb(115%2C%20191%2C%20105)>) ![Queued Videos](<https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fprometheus.spookelton.net%2Fapi%2Fv1%2Fquery%3Fquery%3Dsum(queued)&query=data.result%5B0%5D.value%5B1%5D&label=Queued%20Videos&color=rgb(255%2C%20152%2C%2048)>) ![Speed](<https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Ftinyurl.com%2Fy2xksyyu&query=data.result%5B0%5D.value%5B1%5D&suffix=%20mb%2Fs&label=Current%20Speed&color=rgb(242%2C%2073%2C%2092)>)

![image](https://user-images.githubusercontent.com/6373693/115112327-2b69b680-9fd9-11eb-8239-45b30219f705.png)<br>
**This project is unofficial and not in any way affiliated with LMG**<br>
Expand Down Expand Up @@ -37,19 +37,19 @@ Go install it using the unraid template! [**unraid template**](https://unraid.ne
2. Run the binary and follow the setup prompts.<br>

3. **Profit?!**:<br>
At this point you should be completely set-up and ready to go!<br>
To start the downloader in the future all you need to do is run the binary.
<br>

For more info on setting up plex & available settings check out the Wikis:
At this point you should be completely set-up and ready to go!
To start the downloader in the future all you need to do is run the binary.

For further customization please read the **[Settings Wiki](https://github.com/Inrixia/Floatplane-Downloader/blob/master/wiki/settings.md)**

If you want to setup plex please follow the guide in the Wikis:

# Wikis:

- [Setting up Plex](https://github.com/Inrixia/Floatplane-PlexDownloader/blob/master/wiki/plex.md)
- [Settings Info](https://github.com/Inrixia/Floatplane-Downloader/blob/master/wiki/settings.md)
- [Docker Info](https://github.com/Inrixia/Floatplane-Downloader/blob/master/wiki/docker.md)
- [Advanced Env Info](https://github.com/Inrixia/Floatplane-Downloader/blob/master/wiki/advenv.md)
<br>

**Note**: This is licenced under the GNU Affero General Public License v3.0. I am happy for you to use/modify/contribute to the source code as long as you provide a link back to here.
<br>
Expand Down
22 changes: 4 additions & 18 deletions wiki/advenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,10 @@ extras_stripSubchannelPrefix=true
extras_downloadArtwork=true
extras_saveNfo=true
__FPDSettings="{
subscriptions: {
\"59f94c0bdd241b70349eb72b\": {
channels: {
\"Floatplane Exclusive\": {
title: \"Floatplane Exclusive\",
skip: false,
identifiers: [
{
check: \"FP Exclusive: \",
type: \"title\"
}
],
consoleColor: \"\u001b[38;5;200m\",
daysToKeepVideos: 123
},
},
},
},
floatplane: {
videosToSearch: 25,
videoResolution: 360,
}
}"
```

Expand Down
13 changes: 7 additions & 6 deletions wiki/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Tags:

- `:dev` - Image in sync with `dev` branch on github, **stable with latest features & fixes**
- `:latest` - Latest release version of the downloader, usually stale
- `:latest` - Last release version of the downloader, usually stale & updated infrequently
<br>

## Quickstart:
Expand Down Expand Up @@ -35,7 +35,11 @@ Docker CLI:
inrix/floatplane-downloader:dev
```

<br>
## Settings

You can customize any settings by modifying the `settings.json` file that will be generated in the path you mounted the `/fp/db` folder to. For information on all settings please see **[Settings Wiki](https://github.com/Inrixia/Floatplane-Downloader/blob/master/wiki/settings.md)**

You can also use enviroment variables to set any setting via **[Advanced Env Info](https://github.com/Inrixia/Floatplane-Downloader/blob/master/wiki/advenv.md)**

## Environment Variables:

Expand Down Expand Up @@ -77,7 +81,7 @@ services:
restart: unless-stopped
```
**For login + plex:**
### Including Plex
Docker CLI:
Expand Down Expand Up @@ -112,6 +116,3 @@ services:
- [path]:/fp/videos
restart: unless-stopped
```
You can also use enviroment variables to set any config values which will be persisted.<br>
For more info on advanced environment variables, please see **[Advanced Env Info](https://github.com/Inrixia/Floatplane-Downloader/blob/master/wiki/advenv.md)**
Loading

0 comments on commit f667164

Please sign in to comment.