GithubHelp home page GithubHelp logo

Where is the admin.php in the dev branch? Trying to update from a previous DEV version several months old and i find no admin.php any longer about plex-movie-poster-display HOT 25 CLOSED

mattsshack avatar mattsshack commented on June 15, 2024
Where is the admin.php in the dev branch? Trying to update from a previous DEV version several months old and i find no admin.php any longer

from plex-movie-poster-display.

Comments (25)

MattsShack avatar MattsShack commented on June 15, 2024 1

http://<ip_of_raspberry_pi>/settings/login.php is the new login page.

from plex-movie-poster-display.

titelies avatar titelies commented on June 15, 2024

Personally, I grabbed a new Micro SD card for my Pi and started from scratch. PMPD has evolved quite a bit. There's no admin.php page any longer in 2.10. Pages have been revised, new pages, new directories from what I can tell from the previous PMPD versions. #33

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

okay thanks..... is there a new DISPLAY page as well... all i get now is the blank page with a X button on the top corner when i go to http://<ip_of_raspberry_pi>/. In the version i have working that is where it was to go and what your documentation said. Read thru the /docs folder and it looks like that hasnt been updated

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

No, there is not a new display page. Just the admin page has been updated.

Could you please attach a screenshot of the issue your seeing? I have not seen that issue of having an X on the display page.

Most of the documentation should be up to date. What part of the documentation is out of date and we will look at making sure it's updated.

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

I have identified a few small out of date items within the documentation and will have them resolved in the next update.

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

@jeffreyswiggins

I know you where out of town this weekend. When you return and have a chance, can you please provide an image of the issue you where having?

I have ran into a similar blank issue on a machine that was out of date and have made a few modifications to help address the issue, but I did also find out that some of my dependencies where either missing or out of date. So if you pull the latest build (2.10.4) and still have the issue I would recommend to update the dependencies to see if that helps your issue.

The one I found to have the issue was the php-curl package was missing on my older system.

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

@jeffreyswiggins

Yes, the new admin interface does look similar to the plex admin interface, but we have been changing out the colors and changing the design as we cannot use some of the same design elements.

If you have attached any images to your last post, the are not showing up.

The old "master" branch has older dependencies and they have been updated in the dev branch, and a few more should be added as well.

In the future we plan to have an "upgrade" script that will run an update to install the update and install components as well as copy the files to the var/www/html folder. But for the time being its still a manual process.

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

Interesting. I had not tried to use it in a subdirector before.

I have tested it out and copying the files to the subfolder seems to work correctly.

I did get a white screen after I logged in, but then once I refreshed my permissions and did a page refresh things displayed fine.

I am not seeing the funky white config/login and X pages you mentioned.

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

No it does not.

I always have it in my root folder (var/www/html) so the only time I have it in "Plex-Movie-Poster-Display" is in my git folder.

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

So attached are the photos i tried to put in earlier of the login.php , the main page, and then the php version page

login php
main page
php

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

interesting, that looks like its a CSS issue, as it should be loading that file.

can you confirm that you have the following two files:
"var/www/html/pmpd-dev/assets/plexmovieposter/css/SettingsStyle.css"
"var/www/html/pmpd-dev/assets/plexmovieposter/css/DisplayStyle.css"

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

Yes. i have those.... so i just tar'd and archived up my files in /var/www/html/ and then wiped the folder clean. I put a new set of the 2.10.4 code directly in /var/www/html/ and did the perms and ownership and viola the CSS problem seems to be fixed as the page looks like it should and is coloful.... will start testing adding my configurations and then see if it works.... guess a subfolder is a no go or at least named pmpd-dev doesnt work

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

If you want to write up a feature request for that then we can put it in the backlog for something to look into.

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

So after testing its works as expected for COMING SOON and NOW SHOWING....... where do i get font files from? Just standard font files downloaded from google that i upload to it?

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

I usually get it from https://famfonts.com/

but ya, you can google and download. If its a single file it currently only supports ttf files. but if you upload in a zip file then any of the standard webfonts should work.

I you use the link I provided you get a zip file so you can just use that to upload the font you like.

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

interesting.... downloaded the Mandalorian as it was teh first on their page i saw i liked... uploaded and the page went white and is just sitting for over a minute no update or result. I uploaded the zip file.... do i have to restart something afterwards?

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

There should not be anything that you need to restart.

when you upload the font it should unzip it and show a sample on the font page.

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

Did you install php-zip?

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

no i did not.....

from plex-movie-poster-display.

ZeroCoolGOS avatar ZeroCoolGOS commented on June 15, 2024

Then that would be the problem. The Font system requires php-zip to be installed as a dependency.

from plex-movie-poster-display.

jeffreyswiggins avatar jeffreyswiggins commented on June 15, 2024

whoop there it is......

from plex-movie-poster-display.

Related Issues (20)

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.