Jump to content

How to disable server path information under mediainformation?


embytestit

Recommended Posts

embytestit

Hi,

 

I would like to disable the PATH information that shows the absolute path to a video on the server:

 

Example:

 

CodecH264
AVCYes
ProfilMain
Level51
....
Container
PATH: /usr/local/www/htdocs/...
 
 
Thanks for your help!
 
Regards
embytestit
Link to comment
Share on other sites

Happy2Play

Something like this.

/*Remove second to last child element "Path"*/
#mediaInfoContent > div:nth-last-child(2) {display:none; }
  • Like 1
Link to comment
Share on other sites

  • 4 weeks later...
radioactivesqrl

I would also like this information to be hidden, probably always but at minimum from non-admins. Anyone that can access the metadata manager can basically see this anyway.

 

Any solution similar to Happy2Play's would only be cosmetic. My concern is from a security information leakage aspect. The only way to solve that would be an application change.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...