typos (v2->v0.2; sonarr -> radarr, etc); fix aphrodite

bakerboy448 2020-11-06 06:33:48 -06:00
parent 02d8a5493a
commit 7887e8a6e9
1 changed files with 9 additions and 9 deletions

18
FAQ.md

@ -2,7 +2,7 @@
Radarr does *not* regularly search for movie files that are missing or have not met their quality goals. Instead, it fairly frequently queries your indexers and trackers for *all* the newly posted movies, then compares that with its list of movies that are missing or need to be upgraded. Any matches are downloaded. This lets Radarr cover a library of *any size* with just 24-100 queries per day (RSS interval of 15-60 minutes). If you understand this, you'll realize that it only covers the *future* though.
So how do you deal with the present and past? When you're adding a movie, you'll need to set the correct path, profile and monitoring status then use the Add + Search button that looks like a magnifying glass (v2) or the Start search for missing movie check box (v3). If the movie hasn't been released yet, you don't need to initiate a search.
So how do you deal with the present and past? When you're adding a movie, you'll need to set the correct path, profile and monitoring status then use the Add + Search button that looks like a magnifying glass (v0.2) or the Start search for missing movie checkbox (v3). If the movie hasn't been released yet, you don't need to initiate a search.
If you've already added the movie, but now you want to search for it, you have a few choices. You can go to the movie's page and use the search button, which will do a search and then automatically pick one. You can use the Search tab and see *all* the results, hand picking the one you want. Or you can use Wanted -> Missing or Wanted -> Cutoff Unmet to initiate mass searches.
@ -15,17 +15,17 @@ Radarr uses themoviedb.org for movie information and images like fanart, banners
### Can all my movie files be stored in one folder?
Not yet and the reason is that Radarr is a fork of Sonarr, where every show has a folder. This limitation is a known pain point for many users, not only is there a [feature request](http://feathub.com/Radarr/Radarr/+29), but the developers have committed to it for the first release of Radarr.
No. There are no plans for this at this time as multiple files per movies are planned for the future.
### Can I update Radarr inside my Docker container?
You shouldn't, Docker containers are meant to be static and they should never update themselves internally. It is a primary philosophy of Docker. Database issues can be caused for Radarr if you upgrade your installation inside to the most recent nightly, then update the docker container itself which might downgrade to an older version.
Docker Images:
* [Linux|Server.io's](https://hub.docker.com/r/linuxserver/radarr/) tracks release.
* [Linux|Server.io's](https://hub.docker.com/r/linuxserver/radarr)
* [Hotio's](https://hub.docker.com/r/hotio/radarr)
### How can I mass delete movies from the wanted list?
Currently not with the UI (#soontm), but you could use a script and the API.
Use Movie Editor + Filter (v3)
### I am getting an error: Database disk image is malformed. ###
@ -33,20 +33,20 @@ This means your sqlite database that stores most of the information for Radarr i
### I use Radarr on a Mac and it suddenly stopped working. What happened? ###
Most likely this is due to a MacOS bug which caused one of the Sonarr databases to be corrupted. Follow these steps to resolve:
Most likely this is due to a MacOS bug which caused one of the Radarr databases to be corrupted. Follow these steps to resolve:
1. In the Finder, select the Go menu, and the option **Go to Folder...**
2. Enter _~/.config/Radarr_ and click the **Go** button to open Radarr's data folder
3. Move the following files to Trash: **logs.db, logs.db-journal**
4. Attempt to launch Radarr and see if it works. If so, congrats!
5. If not, then the log DB didn't get corrupted, and it might have been the primary database. You will need to restore from backup.
6. Move the following files to Trash: **nzbdrone.db, nzbdrone.db-journal**
6. Move the following files to Trash: (v0.2) **nzbdrone.db, nzbdrone.db-journal** or (v3) **radarr.db, radarr.db-journal**
6. Open the Backups folder you see and find the .zip archive with the most recent date. Decompress it. Move everything from the resulting folder into the main Radarr data folder, over-writing any files.
7. Attempt to launch Radarr and see if it works. If it does not work, you'll need further support, you can report the issue through the [issue tracker](https://github.com/Radarr/Radarr/issues)
### Why doesn't Aphrodite work behind an nginx reverse proxy
### Why doesn't v3 work behind an nginx reverse proxy
Aphrodite has switched to .NET Core and a new webserver. It requires the following addition to the location block for radarr:
v3 has switched to .NET Core and a new webserver. It requires the following addition to the location block for radarr:
```
proxy_http_version 1.1;