[Support] binhex - Plex Pass


Recommended Posts

10 minutes ago, SoAvenger said:

Unfortunately, under settings - docker, there is a path for 'default appdata storage location' that cannot be left blank and cannot be overridden by the individuale dockers

Yes, you can change the individual docker appdata path to whatever you want for that container.

 

Edit the /config container path and enter whatever you wish.  In the screenshot below I called the appdata for the 2nd instance PLEXHDHRPREM as if it were the docker appdata for the instance that will have the HDHomeRun Premium EPG.

 

image.thumb.png.e7b22ae4cb78beb7d5b48b8db6e8cfa5.png

Edited by Hoopster
  • Like 1
Link to comment
45 minutes ago, Hoopster said:

Yes, you can change the individual docker appdata path to whatever you want for that container.

 

Edit the /config container path and enter whatever you wish.  In the screenshot below I called the appdata for the 2nd instance PLEXHDHRPREM as if it were the docker appdata for the instance that will have the HDHomeRun Premium EPG.

 

image.thumb.png.e7b22ae4cb78beb7d5b48b8db6e8cfa5.png

I stand corrected sir. Thank you for your powers of persuasion and all your help. I installed four different dockers and all of them shared config data because they were all the same except for the address in the web page. I gave up. Your last post inspired me to try one more time and it WORKED!

 

Thank you very much!

screen119.jpg

Link to comment
12 minutes ago, SoAvenger said:

I installed four different dockers and all of them shared config data because they were all the same

Yes, all dockers will default to an appdata path based on the default specified on the docker setting page.  Since every docker you tried was the same application (although a different distribution), they likely had the same default path.  Now you know that you can edit anything you want in any docker config.

 

I am glad you got it working. 👍

Link to comment

I wanted to know with current version of this docker how would I setup my transcoding for RAM?   

 

I have the old mapping Container Path = /transcode and Host Path = /tmp

 

Now I see this Key 1 TRANS_DIR = /config/transcode

 

Do I need to change anything?  Also how can I verify if is really using RAM?  Sorry but I am still learning.

Link to comment
7 minutes ago, rmilyard said:

I wanted to know with current version of this docker how would I setup my transcoding for RAM?   

 

I have the old mapping Container Path = /transcode and Host Path = /tmp

 

Now I see this Key 1 TRANS_DIR = /config/transcode

 

Do I need to change anything?  Also how can I verify if is really using RAM?  Sorry but I am still learning.

Just go into plex the app and set to "TRANS_DIR"

Link to comment
9 minutes ago, scubieman said:

I have plex, with transcode set to "TRANS_Dir" which is suppose to be ram.

 

However I show 6 GB of transcode sitting inside my appdata. I am have issues with docker filling up now.

 

Any ideas how to get this to stop? I show the transcode folder with some new files of like today.

this is not correct, you do not need to set anything in plex, you just need to define an additional volume and then target that as your value for the TRANS_DIR env var, see following link scroll down to Plex FAQ:-

 

 

Link to comment
  • 3 weeks later...

Help 

 

I am getting the following error when I attempt to install the lastest version of BINHEXPlexpass. 

 

Error: failed to register layer: ApplyLayer exit status 1 stdout: stderr: write /usr/bin/v4l2-ctl: no space left on device

 

Plexpass is on my cache drive and it has over 200 GB free. I have over 2500 movies and equal # of Albums. 

Link to comment
21 hours ago, richgnoe said:

exit status 1 stdout: stderr: write /usr/bin/v4l2-ctl: no space left on device

this wont be the space on your cache drive, it will be the space available on the docker image, you most probably have a badly configured container that is writing large downloads inside the container and thus causing the docker image to run out of space, or possibly log files from a badly designed docker container.

 

your best bet is to try and identify what is causing the issue, re-configure it to stop it happening and then delete and re-create the docker image, then restore all your docker apps, i think from memory CA backup and restore plugin does this automagically - right @Squid ?

 

 

Link to comment
6 hours ago, binhex said:

your best bet is to try and identify what is causing the issue, re-configure it to stop it happening and then delete and re-create the docker image, then restore all your docker apps, i think from memory CA backup and restore plugin does this automagically - right @Squid ?

You don't need to restore via App Data Backup/Restore.   That's only needed if the cache drive dies or is replaced.

 

The Apps tab has a "Previous Apps" section on the hamburger icon.  Then you can check off all of the appropriate applications and it'll be back up and running like nothing happened in a matter of minutes.

  • Like 1
Link to comment

Hey guys, so I will be installing this for the first time on my unraid (used to run plex on mac mini). I have an i3-8400 coming this weekend that supports hardware transcoding. Is there anything that I need to add to the docker template to enable hardware transcoding? I read a post about something having to be added but that was for the linuxserver.io build, not sure if anything needs to be done for binhex?

Link to comment

Anyone? I installed my new CPU, mobo and RAM, unraid booted well.

 

I just installed the plex app docker, but when I click WebUI it keeps saying "site can't be reached" and won't load. 

Also within docker when I click "show docker allocations" There is a "???" next to the port number. I don't see any place to assign a port number either to 32400...

 

Guys help I think something is going on. I am attaching the log file here. Seems to be some kind of error I don't know why. 

 

Downloads is a share I created that is on "cache only" that is an SSD and I created a folder on that share called "transcode" for plex transcoding

 

What did I do wrong? Help please

 

supervisord.log

Screen Shot 2018-12-21 at 5.45.58 PM.png

Edited by maxse
Link to comment
  • 2 weeks later...

Hei @binhex, great work as always :)

Any chance of having this container use some proxy for outgoing communication? I am using privoxy from your delugevpn and it works great, however in my country some subtitle providers are being blocked, so I would like Plex to use privoxy when fetching movies/songs metadata from the internet.

I read online that plex would use host configuration, thus there is no such config from plex itself, so perhaps you can do some docker magic here? :)

Thanks again for great containers and as usually, buying you a beer!

Link to comment
On 1/4/2019 at 2:15 PM, dakipro said:

Hei @binhex, great work as always :)

Any chance of having this container use some proxy for outgoing communication? I am using privoxy from your delugevpn and it works great, however in my country some subtitle providers are being blocked, so I would like Plex to use privoxy when fetching movies/songs metadata from the internet.

I read online that plex would use host configuration, thus there is no such config from plex itself, so perhaps you can do some docker magic here? :)

Thanks again for great containers and as usually, buying you a beer!

so if plex picks up host config then you should simply set the proxy by issuing the following commands inside the container, if it works then i can look at allowing users to define this via env var.

 export http_proxy=http://<ip address of your unraid server>:<port number for privoxy>/
 export https_proxy=https://<ip address of your unraid server>:<port number for privoxy>/

 

Link to comment
18 minutes ago, dgwharrison said:

Hi does anyone know the best practice method of running the commands needed to enable hardware transcoding? At the moment if I restart my Unraid box for any reason I have to ssh into it and run:


modprobe i915
chmod -R 777 /dev/dri

Which is not difficult but I'd like to automate it none the less.

Do you not have those commands in your go file?  They get executed on reboot if they are in your go file as has been mentioned on several threads related to enabling Plex hardware transcoding.

Link to comment

Hi @binhex Thanks for the plexpass unraid docker container. Really appreciate your work on all the other repos as well.

However, I was going to customize my plex - chromecast.xml for obvious reasons of audio and video passthrough and such and couldn't find that anyhow.

 

Could you please let us know the path to that folder.

Typically it is /usr/lib/plexmediaserver/Resources/Profiles/Chromecast.xml in standard ubuntu linux installs or at

/mnt/HD/HD_a2/Nas_Prog/plexmediaserver/binaries/Resources/Profiles/Chromecast.xml on WD NAS PR4100 or such devices.

 

Your help would be highly appreciated as always.

 

Cheers!

Edited by Shomil Saini
Edited for correct Path of NAS
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.