You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> All users who need access to request content must be imported into Jellyseerr as Jellyfin users.
228
228
> <tablealign="center">
229
-
> <tr><thstyle="text-align:center">Users that have access</th><thstyle="text-align:center">Users that don't have access (import them)</th> </tr> <tr> <td><imgsrc="images/users-with-access.png"width="300"/></td> <td><imgsrc="images/users-no-access.png"width="300"/></td> </tr> </table>
229
+
> <tr><thstyle="text-align:center">Users that have access</th><thstyle="text-align:center">Users that don't have access (import them)</th> </tr> <tr> <td><imgsrc="docs/images/users-with-access.png"width="300"/></td> <td><imgsrc="docs/images/users-no-access.png"width="300"/></td> </tr> </table>
230
230
231
231
#### Icon States
232
232
@@ -1837,16 +1837,16 @@ Here is a list of common errors you might see in your Jellyfin server logs or yo
Copy file name to clipboardExpand all lines: docs/elsewhere.md
+53-48Lines changed: 53 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
3
3
Discover where your media is available to stream across multiple regions and platforms.
4
4
5
-

5
+

6
6
7
7
## Overview
8
8
9
-
Jellyfin Elsewhere helps you find where movies and TV shows are available to stream, rent, or buy across different streaming services and regions. Powered by TMDB data, it provides comprehensive availability information directly on item detail pages.
9
+
Jellyfin Elsewhere helps you find where movies and TV shows are available across different streaming services and regions. Powered by TMDB data, it provides comprehensive availability information directly on item detail pages.
10
10
11
11
## Features
12
12
13
13
-**Multi-region Support** - Check availability across different countries
14
-
-**Buy, Rent, Stream** - See all options in one place
15
-
-**Provider Logos** - Visual icons for each streaming service
16
-
-**Direct Links** - Click to open provider pages
14
+
-**Provider Icons** - Visual logos for each streaming service
15
+
-**Customizable Filters** - Show or hide specific providers
16
+
-**Regex Support** - Advanced filtering with pattern matching
17
17
-**TMDB Integration** - Powered by The Movie Database
18
18
19
19
## Setup
@@ -45,44 +45,65 @@ Jellyfin Elsewhere helps you find where movies and TV shows are available to str
45
45
46
46
### Default Region
47
47
48
-
Select the primary region for streaming availability checks.
48
+
Select the primary region for streaming availability checks. Empty defaults to US.
49
49
50
-
**Supported Regions:**
51
-
- US - United States
52
-
- GB - United Kingdom
53
-
- DE - Germany
54
-
- FR - France
55
-
- ES - Spain
56
-
- IT - Italy
57
-
- And many more...
50
+
**View full list:**[Available Regions](https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfin-Elsewhere/resources/regions.txt)
51
+
52
+
**Examples:**
53
+
-`US` - United States
54
+
-`GB` - United Kingdom
55
+
-`DE` - Germany
56
+
-`FR` - France
57
+
-`ES` - Spain
58
+
-`IT` - Italy
58
59
59
60
### Default Providers
60
61
61
-
Comma-separated list of provider IDs to show by default.
62
+
Comma-separated list of streaming provider names to show by default. Leave blank to show all.
63
+
64
+
**View full list:**[Available Providers](https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfin-Elsewhere/resources/providers.txt)
62
65
63
66
**Example:**
64
67
```
65
-
8,9,337,384
68
+
Netflix,Hulu,Disney Plus
66
69
```
67
70
68
-
**Common Provider IDs:**
69
-
-8 - Netflix
70
-
-9 - Amazon Prime Video
71
-
-337 - Disney+
72
-
-384 - HBO Max
73
-
-15 - Hulu
74
-
-283 - Crunchyroll
71
+
**Common Provider Names:**
72
+
- Netflix
73
+
- Amazon Prime Video
74
+
- Disney Plus
75
+
- HBO Max
76
+
- Hulu
77
+
- Crunchyroll
75
78
76
79
### Ignore Providers
77
80
78
-
Comma-separated list of provider IDs to hide from results.
81
+
Comma-separated list of provider names to hide from results. **Supports regex patterns** for advanced filtering.
79
82
80
-
**Example:**
83
+
**View full list:**[Available Providers](https://cdn.jsdelivr.net/gh/n00bcodr/Jellyfin-Elsewhere/resources/providers.txt)
84
+
85
+
**Examples:**
86
+
87
+
Basic (exact names):
88
+
```
89
+
Apple TV,Google Play Movies
90
+
```
91
+
92
+
With regex (hide all "with Ads" providers):
81
93
```
82
-
10,11,12
94
+
.*with Ads
83
95
```
84
96
85
-
**Use Case:** Hide providers you don't have access to or aren't interested in.
97
+
Multiple patterns:
98
+
```
99
+
.*with Ads,.*Free,Vudu
100
+
```
101
+
102
+
**Use Cases:**
103
+
- Hide providers you don't have access to / or have access to
104
+
- Filter out ad-supported tiers
105
+
- Remove free streaming options
106
+
- Exclude rental/purchase-only services
86
107
87
108
### Custom Branding
88
109
@@ -102,19 +123,12 @@ Comma-separated list of provider IDs to hide from results.
102
123
1. Open any movie or TV show detail page
103
124
2. Scroll to the "Jellyfin Elsewhere" section
104
125
3. View available streaming options
105
-
4. Click provider logos to open their pages
106
126
107
127
### Information Displayed
108
128
109
-
**For Each Provider:**
110
-
- Provider logo and name
111
-
- Availability type (Stream, Rent, Buy)
112
-
- Direct link to provider page
113
-
114
-
**Availability Types:**
115
-
-**Stream** - Available with subscription
116
-
-**Rent** - Available to rent
117
-
-**Buy** - Available to purchase
129
+
-**Provider icons** - Visual logos of streaming services where content is available
130
+
-**Provider names** - Name of each streaming service
131
+
-**Multi-region support** - Shows availability across your selected regions
118
132
119
133
## Troubleshooting
120
134
@@ -145,13 +159,6 @@ Comma-separated list of provider IDs to hide from results.
145
159
- Verify item has TMDB ID
146
160
- Wait and try again later
147
161
148
-
### Provider Links Not Working
149
-
150
-
**Check:**
151
-
- Provider still operates in your region
152
-
- Link format hasn't changed
153
-
- Provider requires account/subscription
154
-
155
162
## Integration with Jellyseerr
156
163
157
164
Elsewhere can be displayed on Jellyseerr discovery pages.
@@ -184,12 +191,12 @@ Elsewhere can be displayed on Jellyseerr discovery pages.
184
191
- Updated regularly by TMDB community
185
192
- Accuracy depends on TMDB data quality
186
193
194
+
## Limitations
187
195
## Limitations
188
196
189
197
- Availability data depends on TMDB accuracy
190
198
- Some regions have limited provider data
191
199
- Provider availability changes frequently
192
-
- Links may become outdated
193
200
- Requires internet connection
194
201
195
202
## Related Features
@@ -207,6 +214,4 @@ If you encounter issues:
207
214
3. Check browser console for errors
208
215
4. Report issues on [GitHub](https://github.com/n00bcodr/Jellyfin-Enhanced/issues)
209
216
210
-
---
211
-
212
-
**Note:** Jellyfin Elsewhere is also available as a [standalone JavaScript](https://github.com/n00bcodr/Jellyfin-Elsewhere) for use without the full plugin.
0 commit comments