fallenwitch3r 44 Posted May 24, 2022 Posted May 24, 2022 How can I hide Video and Audio information in the emby apps?
LazyMonday91 25 Posted May 24, 2022 Posted May 24, 2022 Hi @fallenwitch3r, you can test this : .detailMediaStreamsItemsContainer { font-size: 92%; display: none; } or this to remove all Media info : div.verticalSection.audioVideoMediaInfo{ display: none; }
LazyMonday91 25 Posted May 24, 2022 Posted May 24, 2022 not work with emby app juste emby web interface 1
fallenwitch3r 44 Posted May 24, 2022 Author Posted May 24, 2022 Okay, thanks for helping but I need this for the emby apps.
Happy2Play 9443 Posted May 24, 2022 Posted May 24, 2022 2 hours ago, fallenwitch3r said: How can I hide Video and Audio information in the emby apps? 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;}
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now