Jump to content

Hide Video and Audio information


fallenwitch3r

Recommended Posts

fallenwitch3r

How can I hide Video and Audio information in the emby apps?

IMG_20220524_125711.jpg.c2ea61b2af760ea89689eb9f5c208d3d.jpg

Link to comment
Share on other sites

LazyMonday91

Hi @fallenwitch3r,

you can test this : 

.detailMediaStreamsItemsContainer {
    font-size: 92%;
    display: none;
}

image.png.0267f3d2152655c9860c9dab4321e259.png

or this to remove all Media info :

div.verticalSection.audioVideoMediaInfo{
    display: none;
}

Link to comment
Share on other sites

fallenwitch3r

Okay, thanks for helping but I need this for the emby apps.

Link to comment
Share on other sites

Happy2Play
2 hours ago, fallenwitch3r said:

How can I hide Video and Audio information in the emby apps?

IMG_20220524_125711.jpg.c2ea61b2af760ea89689eb9f5c208d3d.jpg

Custom CSS only applies to the web client.

But that section would be

form.trackSelections {display: none;}

Unless you only want to remove Video and Audio and keep Versions and Subtitles if present.

div.selectVideoContainer, div.selectAudioContainer {display: none;}

 

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...