Cloudbox/Cloudbox |
rTorrent reporting local IP fix |
Yes. It's been added into dev branch. |
about 2 years
ago
|
Cloudbox/Cloudbox |
mount downloads root folder rather than each download client individually |
Available now with the addition of torrents and nzbs paths. |
over 2 years
ago
|
l3uddz/cloudplow |
Option to pause or limit NZBGet downloads while cloudplow is working |
Done. |
over 2 years
ago
|
Cloudbox/Cloudbox |
uesnet and or bittorrent only mode? |
Recently added: If you leave the new nzb or torrent download paths blank, it will automatically skip out on installing nzb or torrent specific containers. |
over 2 years
ago
|
Cloudbox/Cloudbox |
Sabnzbd Docker |
Added. |
over 2 years
ago
|
Cloudbox/Cloudbox |
Backup Delay or Kill stream w/ message |
Planned. |
over 2 years
ago
|
l3uddz/plex_autoscan |
Scan previous X hours of google drive changes |
That's what Google Drive Monitoring does. |
over 2 years
ago
|
l3uddz/cloudplow |
Option to pause or limit NZBGet downloads while cloudplow is working |
Well we forgot about this. So need to revisit it again. |
over 2 years
ago
|
l3uddz/cloudplow |
Dynamic throttling |
Maybe see if you can get a working version to PR. |
over 2 years
ago
|
l3uddz/cloudplow |
Pushover Message Priority Setting |
This has already been added. |
over 2 years
ago
|
l3uddz/plex_dupefinder |
Sonarr/Radarr integration |
Interesting idea. |
over 2 years
ago
|
l3uddz/traktarr |
use trakt to generate plex collections |
There is another branch that does this, but could use some testing.
Branch: https://github.com/l3uddz/traktarr/tree/feat/collections
Discussion: https://github.com/l3uddz/traktarr/issues/40 |
over 2 years
ago
|
Cloudbox/Cloudbox |
Better log monitoring. |
I like the idea. But would like to see if there is a way we can automate config building. |
over 2 years
ago
|
Cloudbox/Cloudbox |
Telly Docker |
Tag has been updated to just `--tags telly` |
over 2 years
ago
|
Cloudbox/Cloudbox |
SyncLounge Docker |
Have you tried it out? Does it work without the nginxy proxy changes the page mentions? |
over 2 years
ago
|
l3uddz/cloudplow |
Option to pause or limit NZBGet downloads while cloudplow is working |
Planned. |
over 2 years
ago
|
l3uddz/traktarr |
Minimum Rating ala Pingrr |
after run command
You can add this to the systemd service file, after the run command:
```
run --sort release
```
|
almost 3 years
ago
|
l3uddz/traktarr |
Minimum Rating ala Pingrr |
Currently only works for standard trakt lists (eg popular, trending, etc). |
almost 3 years
ago
|
l3uddz/traktarr |
Minimum Rating ala Pingrr |
We've added new option `-s`.
```
-s, --sort [votes|rating|release] = sort list to process.
```
This will add in that priority.. by highest votes first, by highest trakt ratings first, or by latest release date first. Will add more about this in readme. |
almost 3 years
ago
|
Cloudbox/Cloudbox |
Telly Docker |
You need to fill in adv_settings.yml and run
```
--tags install-telly
``` |
almost 3 years
ago
|
Cloudbox/Cloudbox |
Telly Docker |
It's in develop branch now. |
almost 3 years
ago
|
Cloudbox/Cloudbox |
uesnet and or bittorrent only mode? |
We'll be adding aliases soon so that users can just use one word vs the whole `sudo ansible ....` line. I suppose you can have one for full-nzb, full-torrent, etc.
Or if you want, you can help make a simple TUI menu (eg dialog whiptail, that allows you to either select handpicked ones eg plex, feeder, etc, or customize an install by selecting multiple options eg https://serverfault.com/questions/144939/multi-select-menu-in-bash-script), just an idea. |
almost 3 years
ago
|
Cloudbox/Cloudbox |
Purge old kernels before updating |
- With some of the recent Ansible versions, this will now take care of the older kernels (see https://github.com/ansible/ansible/issues/26521).
- Will be pushed out to Master soon. |
almost 3 years
ago
|
Cloudbox/Cloudbox |
Purge old kernels before updating |
We added this now
```
- name: Remove dependencies that are no longer required
apt:
autoremove: yes
```
|
almost 3 years
ago
|
Cloudbox/Cloudbox |
Localbox install variant |
We have the github.com/localbox repo. So if you want work on that, let us know. We can provide help where we can. |
almost 3 years
ago
|
Cloudbox/Cloudbox |
mount downloads root folder rather than each download client individually |
Yeah planning this. |
almost 3 years
ago
|
Cloudbox/Cloudbox |
Option to bridge plex docker container for local network usage |
Someone suggested an idea for a "local box" that could be installed without nginx (and even plexdrive). So if you want to contribute on that, let me know. |
almost 3 years
ago
|
Cloudbox/Cloudbox |
Option to bridge plex docker container for local network usage |
Your* |
almost 3 years
ago
|
Cloudbox/Cloudbox |
Option to bridge plex docker container for local network usage |
Wouldn't it be possible to setup you VM to give you a bridged IP directly from the router?
I've tested on VM before and this wasn't an issue. Esp with proper port forwarding etc. |
almost 3 years
ago
|
Radarr/Radarr |
Movie search will add new movie if not in library |
Basically like a universal search box. Good idea. Hopefully we can have that in Sonarr too. |
almost 4 years
ago
|
Radarr/Radarr |
Support for TV shows |
Because Sonarr is still being developed for TV shows in mind. |
almost 4 years
ago
|
Radarr/Radarr |
Rearrange the order of the profiles |
**Relevant Screenshots:**

-----

|
almost 4 years
ago
|
Radarr/Radarr |
Auto-search for newly added movies |
I use plexrequest-meteor to add movies into Radarr, but still need Radarr to automatically search for the movies once added. |
almost 4 years
ago
|