diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 8 insertions, 12 deletions
@@ -52,6 +52,7 @@ <script type="text/javascript" src="js/bootstrap-history-tabs.js"></script> <script type="text/javascript" src="js/detect-browser.js"></script> <script type="text/javascript" src="https://unpkg.com/axios/dist/axios.min.js"></script> + <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script> </head> <body> @@ -79,6 +80,10 @@ </button> </div> <div id="modalBodyText" class="modal-body"> + <p>Encountered a bug, or have a feature request? Log it here: + <a href="https://github.com/cglatot/pasta/issues" target="_blank">https://github.com/cglatot/pasta/issues</a></p> + <p>Enjoying the tool? Considering adding to my coffee / energy drink fund :) + <script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#F39C12', 'cglatot');kofiwidget2.draw();</script></p> <h3>What is PASTA?</h3> <p>Do you watch TV Shows with multiple languages and subtitles and wish you could change them for the entire show, rather than needing to do it for <em>every. single. episode</em>? @@ -92,14 +97,8 @@ just close this pop-up and follow along. <br>There are some things I would like to point out, however:</p> <ul> - <li>This currently does <strong>not</strong> support logging in via username / password (I will look - into that at a later date). Currently you must use - the IP address, or if your Plex server is addressable by a valid name address, then use that. - </li> - <li>You must use the Plex Token for authentication. It's the only way I have this working so far. - I've included a link with instructions - on how to get a Plex Token below the required field.</li> <li>This works <strong>MUCH</strong> faster if you are on the same network as the Plex Server.</li> + <li>If you use Unraid, this is now available in the Community Applications.</li> <li>You can also run this locally yourself. Just download the source code from github (see the next section).</li> </ul> @@ -119,13 +118,10 @@ repository below. Feel free to have a look, download it yourself and use it locally, or make suggestions. I'm by no means finished with PASTA - I still have plenty of ideas for how I can add more to it, as well as fix any bugs - that crop up. Feel free to log any issues / feature - requests on the Github as well.</p> - <p><a href="https://github.com/cglatot/pasta" - target="_blank">https://github.com/cglatot/pasta</a></p> + that crop up.</p> <h3>Cookie Policy</h3> <p>The site uses some minor technical cookies to help improve your experience (for example, remembering your details if you choose that option). - Third-party cookies are not used on this site. By continuing to use this site, you agree to the use of cookies.</p> + Third-party cookies are not used on this site. By continuing to use this site, you agree to the use of these functional cookies.</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> |