-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeb-to-Plex.html
More file actions
81 lines (70 loc) · 4.15 KB
/
Copy pathWeb-to-Plex.html
File metadata and controls
81 lines (70 loc) · 4.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Web to Plex — Ephellon</title>
<link rel="stylesheet" href="colors_and_type.css">
<style>
:root { --bg: #dcd4c3; --radarr-orange: #a1591f; }
body { margin: 0; }
h1, h2, h3, h4, p, .t-lede, .t-h1 { font-family: var(--font-sans); }
a { font-family: var(--font-mono); }
.k-label { font-family:var(--font-sans);font-weight:var(--w-bold);font-size:11px;letter-spacing:var(--tr-widest);text-transform:uppercase;color:var(--radarr-orange);margin:0 0 var(--space-3); }
.k-list { margin:0 0 var(--space-5);padding-left:1.2em; }
.k-list li { margin-bottom:var(--space-2);font-family:var(--font-sans);font-size:var(--size-base); }
.k-links a { color:var(--fg-strong); }
</style>
</head>
<body>
<div style="background:var(--bg);min-height:100vh;">
<div style="max-width:34rem;margin:0 auto;padding:var(--space-9) var(--space-6) var(--space-8);">
<a href="index.html" class="t-meta" style="color:var(--fg-meta);">← Archive</a>
<div style="border-left:2px solid var(--radarr-orange);padding-left:var(--space-5);margin-top:var(--space-6);">
<div class="t-stamp" style="color:var(--radarr-orange);margin-bottom:var(--space-3);">Chrome extension · Published</div>
<h1 class="t-h1" style="margin-bottom:var(--space-4);">Web to Plex</h1>
<p class="t-lede">A page, then a queue. No copying, no retyping.</p>
<p>A browser extension that searches a Plex Media Server for whatever's on the page — IMDb, Letterboxd, Rotten Tomatoes, and dozens more — and opens it in Plex. If it isn't there yet, the same button sends it to Radarr, Sonarr, or another manager instead.</p>
</div>
<hr style="margin-top:var(--space-7);">
<section style="margin-top:var(--space-6);">
<h4 class="k-label">Features</h4>
<ul class="k-list">
<li><strong>Plex It!</strong> — a watchlist for sites that don't have one.</li>
<li><strong>Download</strong> — send an item straight to an NZB manager instead of waiting.</li>
<li><strong>Find this</strong> — right-click search when the auto-match is wrong.</li>
<li>Direct Plex URL support, to skip <span style="white-space:nowrap;">app.plex.tv</span> entirely.</li>
<li>Over 40 supported sites, including IMDb, Trakt, Letterboxd, Hulu, Netflix, and YouTube.</li>
</ul>
</section>
<section style="margin-top:var(--space-6);">
<h4 class="k-label">Supported managers</h4>
<ul class="k-list">
<li><strong>Radarr</strong> & <strong>Sonarr</strong> — movies and TV, searchable.</li>
<li><strong>CouchPotato</strong>, <strong>Watcher 3</strong> — movies only.</li>
<li><strong>Medusa</strong>, <strong>Sick Beard</strong> — TV only.</li>
<li><strong>Ombi</strong> — searchable, with setup.</li>
</ul>
</section>
<section style="margin-top:var(--space-6);">
<h4 class="k-label">Install</h4>
<p style="font-family:var(--font-sans);">Requires Plex Media Server 1.4.3.0 or higher. Configure the extension's settings before first use.</p>
<ul class="k-list k-links">
<li><a href="https://chrome.google.com/webstore/detail/web-to-plex/cbpdknicmfolbdpakjihphblioajkcfl">Chrome</a></li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/web-2-plex/">Firefox</a></li>
<li><a href="https://microsoftedge.microsoft.com/addons/detail/njkjmenckbpknhnepepbiikcjeboooon">Edge</a></li>
<li><a href="https://addons.opera.com/extensions/details/web-to-plex/">Opera</a></li>
</ul>
</section>
<section style="margin-top:var(--space-6);">
<h4 class="k-label">Links</h4>
<ul class="k-list k-links">
<li><a href="https://github.com/Ephellon/web-to-plex">Repository</a></li>
<li><a href="https://github.com/Ephellon/web-to-plex/issues/new/choose">Report an issue</a></li>
</ul>
</section>
<p style="color:var(--fg-meta);font-family:var(--font-sans);font-size:var(--size-sm);margin-top:var(--space-7);">Maintained. Site support changes without notice as sites redesign.</p>
</div>
</div>
</body>
</html>