Skip to content

Commit

Permalink
fix(ui): Capitalization, punctuation, and grammar inconsistences & er…
Browse files Browse the repository at this point in the history
…rors (#731)
  • Loading branch information
TheCatLady committed Jan 26, 2021
1 parent 9342a40 commit f05d4a0
Show file tree
Hide file tree
Showing 49 changed files with 490 additions and 472 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ This version can break any moment. Be prepared to troubleshoot any issues that a
{% endtab %}

{% tab title="Swizzin" %}
The installation is not implemented via docker, but barebones. The latest released version of overseerr will be used.
The installation is not implemented via Docker, but barebones. The latest release version of Overseerr will be used.
Please see the [swizzin documentation](https://swizzin.ltd/applications/overseerr) for more information.

To install, run the following:
Expand Down
8 changes: 4 additions & 4 deletions docs/support/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The most secure method, but also the most inconvenient, is to set up a VPN tunne

### Some media is missing from Overseerr that I know is in Plex!

**A:** Overseerr supports the new Plex Movie, Legacy Plex Movie, TheTVDB agent, and the TMDb agent. Please verify that your library is using one of the agents previously listed. If you are changing agents, a full metadata refresh will need to be performed. Caution, this can take a long time depending on how many items you have in your movie library.
**A:** Overseerr supports the new Plex Movie, legacy Plex Movie, TheTVDB, and TMDb agents. Please verify that your library is using one of the agents previously listed. If you are changing agents, a full metadata refresh will need to be performed. Caution, this can take a long time depending on how many items you have in your movie library.

**Troubleshooting Steps:**

Expand All @@ -55,8 +55,8 @@ Perform these steps to verify the media item has a guid Overseerr can match.

**Examples:**

1. TMDB agent `guid="com.plexapp.agents.themoviedb://1705"`
2. The new Plex Movie agent `<Guid id="tmdb://464052"/>`
1. TMDb agent `guid="com.plexapp.agents.themoviedb://1705"`
2. New Plex Movie agent `<Guid id="tmdb://464052"/>`
3. TheTVDB agent `guid="com.plexapp.agents.thetvdb://78874/1/1"`
4. Legacy Plex Movie agent `guid="com.plexapp.agents.imdb://tt0765446"`

Expand All @@ -68,7 +68,7 @@ Perform these steps to verify the media item has a guid Overseerr can match.

### Why can't I see all my Plex users?

**A:** Navigate to your **User List** in Overseerr and click **Import Users From Plex** button. Don't forget to check the default user permissions in the **Settings -&gt; General Settings** page beforehand.
**A:** Navigate to your **User List** in Overseerr and click **Import Users from Plex** button. Don't forget to check the default user permissions in the **Settings -&gt; General Settings** page beforehand.

### Can I create local users in Overseerr?

Expand Down
2 changes: 1 addition & 1 deletion docs/using-overseerr/notifications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Overseerr already supports a good number of notification agents, such as **Disco
- Pushover
- [Webhooks](./webhooks.md)

## Setting up Notifications
## Setting Up Notifications

Configuring your notifications is _very simple_. First, you will need to visit the **Settings** page and click **Notifications** in the menu. This will present you with all of the currently available notification agents. Click on each one individually to configure them.

Expand Down
4 changes: 2 additions & 2 deletions docs/using-overseerr/notifications/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ These variables are usually the target user of the notification.
These variables are only included in media related notifications, such as requests.

- `{{media_type}}` Media type. Either `movie` or `tv`.
- `{{media_tmdbid}}` Media's TMDB ID.
- `{{media_imdbid}}` Media's IMDB ID.
- `{{media_tmdbid}}` Media's TMDb ID.
- `{{media_imdbid}}` Media's IMDb ID.
- `{{media_tvdbid}}` Media's TVDB ID.
- `{{media_status}}` Media's availability status. (Ex. `AVAILABLE` or `PENDING`)
- `{{media_status4k}}` Media's 4K availability status. (Ex. `AVAILABLE` or `PENDING`)
Expand Down

0 comments on commit f05d4a0

Please sign in to comment.