RasPlex / OpenPHT

OpenPHT is a community driven fork of Plex Home Theater
Other
596 stars 110 forks source link

Add "Reboot" option to OpenPht default skin's menu #157

Closed alirz1 closed 8 years ago

alirz1 commented 8 years ago

im currently using OpenPHT with the default skin, which i like. I would like to have a "reboot computer" computer option available in the menu. There are times when i need to restart the computer and having this capability from within OpenPHT would make it a lot easier. I know other skins offer this, but i prefer to keep the default skin and have the reboot capability.

bkury commented 8 years ago

done!

https://github.com/bkury/OpenPHT/commit/66bd222679e312bbc3b755fb2f44d63441ee4148

alirz1 commented 8 years ago

ok so yes im a noob at development stuff. Thanks for adding the feature request.

So i believe this was added in the Plex code. So my dumb question is how do i go about getting this running on my end? Will this eventually make its way into a future openPHT release? or somehow i can download an updated skin? or does this need to be compiled from source and then install on my end?

thanks.

g1t-dlanor commented 8 years ago

@alirz1: When @bkury said "done!" this clearly meant that he has already added it to the next skin version. So whenever you upgrade your OpenPHT installation to the next version released, it should be in there. Trying to use that new skin in an old OpenPHT version would not be appropriate, due to the massive improvements made to the program. The new skin's attempt to use those features would cause it to fail with an older version of the program.

bkury commented 8 years ago

It's just a small skin change, so if you don't want to wait for the next release you could add the changes yourself:

alirz1 commented 8 years ago

Got it and DONE. Works perfectly. Thanks.