Skip to content

Commit

Permalink
Updated to 1.2.1.7
Browse files Browse the repository at this point in the history
Made minor fixes. Also changed some GUI elements. Also added extra API
keys.
  • Loading branch information
Ephellon committed Jul 9, 2018
1 parent e4ae523 commit 53c8d5b
Show file tree
Hide file tree
Showing 12 changed files with 177 additions and 57 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ Optionally, you can configure [Sonarr](https://sonarr.tv/) (TV Shows), [Radarr](
- [Verizon](https://www.tv.verizon.com/) ([button location](button-locations/verizon.png))
- [CouchPotato](http://couchpotato.life/) ([button location](button-locations/couch-potato.png))
- [Rotten Tomatoes](https://www.rottentomatoes.com/) ([button location](button-locations/rotten-tomatoes.png))
- [ShowRSS](https://showrss.info/)<sup>1</sup> (no button location)

*Notes*

- `1` *This site uses the `Right click | Save as...` feature (file download).*
- `1` *This site uses the `Right click | Save as...` feature (file download), or a direct link (usually magnet URL).*
- `2` *This site has a loading issue, simply refresh the page if the button doesn't appear.*
- `3` *This site doesn't allow media browsing, or requires a subscription beforehand.*
- `4` *This site is network intensive (loads slowly). Be patient.*
Expand Down
Binary file modified hhkmjeeccipbolailpomhjhmccnnjhkj.crx
Binary file not shown.
Binary file modified hhkmjeeccipbolailpomhjhmccnnjhkj.zip
Binary file not shown.
6 changes: 5 additions & 1 deletion src/deps/flenix/cs.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.web-to-plex-wrapper, .web-to-plex-wrapper > *, .web-to-plex-button {
.web-to-plex-wrapper, .web-to-plex-button {
color: #fff!important;
transition: background 0.2s;
}

[class^="web-to-plex-wrapper"] > .web-to-plex-button {
transition: background 0s;
}

.web-to-plex-button.roundButton {
font-weight: normal;
margin-top: -26px;
Expand Down
4 changes: 2 additions & 2 deletions src/deps/google/cs.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
}

#tt--0-0 {
background: #666!important;
color: #666!important;
}

#tt--0-0:hover {
background: #888!important;
color: #888!important;
}

.web-to-plex-notification {
Expand Down
Binary file added src/img/showrss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage_url": "https://github.com/Ephellon/web-to-plex/",

"manifest_version": 2,
"version": "1.2.1.5",
"version": "1.2.1.7",
// Firefox Support =>
// "applications": {
// "gecko": {
Expand Down
135 changes: 103 additions & 32 deletions src/options/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,32 @@

[id$="_test"] {
background: #cc7b19 !important;
margin-bottom: 2px;
padding: 10px 8px 10px 10px !important;
}

[id$="_status"] {
padding: 0 6px !important;
font-size: 16px !important;
border-radius: 3px;
font-family: monospace, sans-serif, sans, arial;
border: 0;
box-shadow: none !important;
color: #fff !important;
background: #666 !important;
border-radius: 4px;
}

[id$="_status"].false {
background: #cc1b19 !important;
}

[id$="_status"].true {
background: #7bcc19 !important;
}

[id$="token"], [data-option$="Token"], [data-option$="API"] {
font-family: monospace, consolas, sans-serif, sans serif, sans, arial;
}

em {
Expand All @@ -107,6 +133,10 @@
box-sizing: border-box;
}

[type="password"] ~ .hidden-help {
display: none;
}

article {
color: #999;
background: rgba(0, 0, 0, 0.15) !important;
Expand Down Expand Up @@ -149,7 +179,7 @@
}

body::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0);
background: url(../img/noise.png) repeat, #3f4245 !important;
}

input::placeholder, input:placeholder {
Expand Down Expand Up @@ -197,21 +227,20 @@ <h3 style="width: 35%; text-align: center;"><em>&mdash; OR &mdash;</em></h3>
</section>

<section>
<button type="button" id="plex_test">Test</button>
<div id="plex_test_status"></div>
<button type="button" id="plex_test">Test <span id="plex_test_status">?</span></button>
</section>
<section>
<label>Select a server</label>
<select id="plex_servers">
<option value="">Press "Test" first</option>
<option value="">Press "Test [?]" first</option>
</select>
</section>

<h1>Manager Settings</h1>

<article>
<details>
<summary>CouchPotato Settings (Movies)</summary>
<summary>CouchPotato (Movies/TV Shows)</summary>

<h2>Connection Settings</h2>
<section>
Expand All @@ -232,33 +261,32 @@ <h2>Connection Settings</h2>
</div>
</section>

<h3>Login Settings <em>(optional, saved)</em></h3>
<h3>Login <em>(optional, saved)</em></h3>
<section>
<label>username</label>
<label>Username</label>
<input type="text" data-option="couchpotatoBasicAuthUsername" placeholder="Enter your CouchPotato username"/>
<div>Only use this if you setup a CouchPotato username.</div>
</section>
<section>
<label>password</label>
<label>Password</label>
<input type="text" data-option="couchpotatoBasicAuthPassword" placeholder="Enter your CouchPotato password"/>
<div>Only use this if you setup a CouchPotato password.</div>
<div>Your password will be hidden once saved.</div>
<div class="hidden-help">Your password will be hidden once saved.</div>
</section>

<section>
<button type="button" id="couchpotato_test">Test</button>
<span id="couchpotato_test_status"></span>
<button type="button" id="couchpotato_test">Test <span id="couchpotato_test_status">?</span></button>
</section>
<section>
<label>Quality Profile</label>
<select data-option="couchpotatoQualityProfileId">
<option value="">Press "CouchPotato Settings | Test" first</option>
<option value="">Press "Test [?]" first</option>
</select>
</section>
</details>

<details>
<summary>Radarr Settings (Movies)</summary>
<summary>Radarr (Movies)</summary>

<h2>Connection Settings</h2>
<section>
Expand All @@ -279,43 +307,42 @@ <h2>Connection Settings</h2>
</div>
</section>

<h3>Login Settings <em>(optional, saved)</em></h3>
<h3>Login <em>(optional, saved)</em></h3>
<section>
<label>username</label>
<label>Username</label>
<input type="text" data-option="radarrBasicAuthUsername" placeholder="Enter your Radarr username"/>
<div>Only use this if you setup a Radarr username.</div>
</section>
<section>
<label>password</label>
<label>Password</label>
<input type="text" data-option="radarrBasicAuthPassword" placeholder="Enter your Radarr password"/>
<div>Only use this if you setup a Radarr password.</div>
<div>Your password will be hidden once saved.</div>
<div class="hidden-help">Your password will be hidden once saved.</div>
</section>

<section>
<button type="button" id="radarr_test">Test</button>
<span id="radarr_test_status"></span>
<button type="button" id="radarr_test">Test <span id="radarr_test_status">?</span></button>
</section>

<section>
<label>Radarr Storage Path</label>
<select type="text" data-option="radarrStoragePath">
<option value="">Press "Radarr Settings | Test" first</option>
<option value="">Press "Test [?]" first</option>
</select>
<div>
This should be the same path (verbatim) used in Radarr
This should be the same path (verbatim) used in Radarr.
</div>
</section>
<section>
<label>Quality Profile</label>
<select data-option="radarrQualityProfileId">
<option value="">Press "Radarr Settings | Test" first</option>
<option value="">Press "Test [?]" first</option>
</select>
</section>
</details>

<details>
<summary>Sonarr Settings (TV Shows)</summary>
<summary>Sonarr (TV Shows)</summary>

<h2>Connection Settings</h2>
<section>
Expand All @@ -336,42 +363,86 @@ <h2>Connection Settings</h2>
</div>
</section>

<h3>Login Settings <em>(optional, saved)</em></h3>
<h3>Login <em>(optional, saved)</em></h3>
<section>
<label>username</label>
<label>Username</label>
<input type="text" data-option="sonarrBasicAuthUsername" placeholder="Enter your Sonarr username"/>
<div>Only use this if you setup a Sonarr username.</div>
</section>
<section>
<label>password</label>
<label>Password</label>
<input type="text" data-option="sonarrBasicAuthPassword" placeholder="Enter your Sonarr password"/>
<div>Only use this if you setup a Sonarr password.</div>
<div>Your password will be hidden once saved.</div>
<div class="hidden-help">Your password will be hidden once saved.</div>
</section>

<section>
<button type="button" id="sonarr_test" style="background: #cc7b19 !important;">Test Sonarr Settings</button>
<span id="sonarr_test_status"></span>
<button type="button" id="sonarr_test">Test <span id="sonarr_test_status">?</span></button>
</section>

<section>
<label>Sonarr Storage Path</label>
<select type="text" data-option="sonarrStoragePath">
<option value="">Press "Sonarr Settings | Test" first</option>
<option value="">Press "Test [?]" first</option>
</select>
<div>
This should be the same path (verbatim) used in Sonarr
This should be the same path (verbatim) used in Sonarr.
</div>
</section>
<section>
<label>Quality Profile</label>
<select data-option="sonarrQualityProfileId">
<option value="">Press "Sonarr Settings | Test" first</option>
<option value="">Press "Test [?]" first</option>
</select>
</section>
</details>
</article>

<h1>Other Settings</h1>

<article>
<details>
<summary>API Keys</summary>

<h2>Extra API Keys</h2>
<section>
<label>OMDb</label>
<input type="text" data-option="OMDbAPI" placeholder="Enter your OMDb API Key"/>
<div>
You can <a href="https://www.omdbapi.com/apikey.aspx" target="_blank">sign up</a> for an API key, or have OMDb used as a last resort.
</div>
</section>
</details>
</article>

<article>
<details>
<summary>Managers</summary>

<h2>External Links</h2>
<section>
<label>CouchPotato's Website</label>
<div>
Download, and/or find more information for <a href="https://couchpota.to/" target="_blank">CouchPotato</a>.
</div>
</section>

<section>
<label>Radarr's Website</label>
<div>
Download, and/or find more information for <a href="http://radarr.movie/" target="_blank">Radarr</a>.
</div>
</section>

<section>
<label>Sonarr's Website</label>
<div>
Download, and/or find more information for <a href="https://sonarr.tv/" target="_blank">Sonarr</a>.
</div>
</section>
</details>
</article>

<br>

<section>
Expand Down
Loading

0 comments on commit 53c8d5b

Please sign in to comment.