anamone 0 Posted January 31, 2024 Posted January 31, 2024 I want to remove the video and audio specs from the screen I want to see a production studio on top of it, like a TV show, but how do I do that? I've removed the other icons, but I'm not sure about removing these and adding new elements
Luke 40121 Posted January 31, 2024 Posted January 31, 2024 HI, are you aware that if you hide those, then users will not be able to select an audio or subtitle track prior to playback.
anamone 0 Posted January 31, 2024 Author Posted January 31, 2024 35 minutes ago, Luke said: HI, are you aware that if you hide those, then users will not be able to select an audio or subtitle track prior to playback. I don't mind, can you tell me how to make it work?
them8os235 45 Posted February 2, 2024 Posted February 2, 2024 div.selectContainer.selectVideoContainer.trackSelectionFieldContainer { display: none; } div.selectContainer.selectAudioContainer.trackSelectionFieldContainer { display: none; } This worked for me on the video home screen. But, I have no idea if this will blank-out the elements in other places, too. But give it a try and see.
anamone 0 Posted February 2, 2024 Author Posted February 2, 2024 4 hours ago, them8os235 said: div.selectContainer.selectVideoContainer.trackSelectionFieldContainer { display: none; } div.selectContainer.selectAudioContainer.trackSelectionFieldContainer { display: none; } This worked for me on the video home screen. But, I have no idea if this will blank-out the elements in other places, too. But give it a try and see. It works great, thank you, do you know how to add elements as well?
them8os235 45 Posted February 2, 2024 Posted February 2, 2024 (edited) I dont think so... But, I haven't looked into that. If I find differently I'll let you know. One thing you need to keep in mind is if you upgrade the Emby Server you'll loose manual mods made to things like html templates or Javascript or other. So if you go that way you need to turn off automatic updates. Edited February 2, 2024 by them8os235
them8os235 45 Posted February 2, 2024 Posted February 2, 2024 I looked into it. I can't help with that.
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