Giter Club home page Giter Club logo

improved-plex-mobile's People

Contributors

archmonger avatar maxou44 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

improved-plex-mobile's Issues

Media item's episodes not viewable

Plex made some design decisions which cause all episodes (except one) to be hidden on mobile. I wasn't able to figure out a workaround.

I don't think this is solvable, but I'll leave this issue ticket open in the hopes that someone figures it out.

Nginx setting to add css file as local file

What would be the setting to add the css file as a local file, so nginx wouldn't have to go online to pick-up the css file?

Tried adding

location / {
....
root /opt/Improved-Plex-Mobile;
include /etc/nginx/mime/types;

proxy_pass http://127.0.0.1:3000;
.......

sub_filter ...... "href=plex_mobile.css" ....
...
}

But it's not loading the css file.

Thanks

No license file in repo

As the title states, it would be nice to have a license file so that permissions regarding the code are clear.

Plex spams loopback error when behind reverse proxy

First of all, thank you for sharing your workings with us!

While I did not see a practical impart of this, when connecting to Plex through a reverse proxy, the console is spammed with errors and warnings about unreachable loopback connection at 127.0.0.1.

[Connections] [Loopback] is unavailable at http://127.0.0.1:32400/media/providers (Status 0)

Any attempt at informing Plex about the presence of the proxy had no result.

My headers:

proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Host $remote_addr;

My question is, have you dealt with this problem? Do you have any advice?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.