Jump to content

Recommended Posts

Happy2Play
Posted
18 minutes ago, Mithrim said:

I'm not sure what view you are showing there but this is how it looks for me when hovering over the speaker icon (this time Microsoft Edge Version 126.0.2592.68 (Official Build) (64-Bit):
2024-06-22(1).png.2d2827e8590a4b7ba82bbaf2f4224da7.png

CSS is from Emby-Stable-style-v3.2.txt

Here is what I get but looks like it may be a resolution thing but can't get what you see resizing the browser.

Chrome Version 126.0.6478.115 (Official Build) (64-bit)

Edge Version 127.0.2651.8 (Official build) stable app, beta channel (64-bit)

image.thumb.png.a40ad030be481357138bdfd40bdeff12.png

Posted

I can't reproduce what I see in your screenshot, @Happy2Play
This is at 100% (Edge)

2024-06-22(3).thumb.png.57cd86e8fced20fbacc0730e5fdf4d96.png

And this is scaled way down:
2024-06-22(2).thumb.png.2afcad71a940aaf91c4c06aa60bc7dc3.png

The slider stays above the speaker icon.
Are you also using Emby-Stable-style-v3.2.txt without any other modifications?

Happy2Play
Posted
54 minutes ago, Mithrim said:

I can't reproduce what I see in your screenshot, @Happy2Play
This is at 100% (Edge)

2024-06-22(3).thumb.png.57cd86e8fced20fbacc0730e5fdf4d96.png

And this is scaled way down:
2024-06-22(2).thumb.png.2afcad71a940aaf91c4c06aa60bc7dc3.png

The slider stays above the speaker icon.
Are you also using Emby-Stable-style-v3.2.txt without any other modifications?

 

Only that file is loaded into css even cleared history/cache.  I do not have volume indicator on bottom row, it is up with volume slider.

zoom 100%

image.thumb.png.854b0d4e2215ed4ea4804214e1ad2f80.png

PinkMellow
Posted

Hola a todos, soy nuevo en esto de los css y quisiera saber si pudieran ayudarme ,esta todo perfecto pero el control de volumen de los videos ,me sale en algunos navegadores y en otros no, muchas gracias de antemano por la ayuda.

Estilo PLEX.css

PinkMellow
Posted
54 minutes ago, PinkMellow said:

Hola a todos, soy nuevo en esto de los css y quisiera saber si pudieran ayudarme ,esta todo perfecto pero el control de volumen de los videos ,me sale en algunos navegadores y en otros no, muchas gracias de antemano por la ayuda.

Estilo PLEX.css 113.11 kB · 0 downloads

ejemplo y veo que tampoco sale el botón de retornar atrás, muchas gracias

Captura de pantalla 2024-06-23 120906.png

Captura de pantalla 2024-06-23 121006.png

Happy2Play
Posted
19 minutes ago, PinkMellow said:

everything is perfect but the volume control of the videos appears in some browsers and not in others

 

example and I see that the back button does not come out either, thank you very much

Will take a look as I notice this earlier as this is an issue specific to Firefox.

Happy2Play
Posted (edited)

@fillidillI doubt you even look at Firefox.

But it requires its own variables is some cases as width: -webkit-fill-available; is not compatible so you need to add width: -moz-available. @PinkMellow

image.png.6ac07c2d441061f060d06854ba1807d1.png

image.thumb.png.bab94ba14951fe1d608c928db4e7089b.png

Only looked at this specific issue as there is a different issue with the PIP button.  Looks to be independent of Emby buttons as Emby button is hidden.

Edited by Happy2Play
typo
  • Thanks 1
PinkMellow
Posted

muchas gracias por la ayuda al implementar ese codigo solucione para firefox ,pero me deba error en otros navegadores y esta fue la solucion que encontre y me abre en todos ya bien ,incluido el boton de ir a atrás

.skinHeader.focuscontainer-x.headroom.videoOsdHeader.semiTransparent:not(.videoOsdHeader-remotecontrol) {
    position: fixed;
    top: unset!important;
    bottom: 100px;
    margin-bottom: 25px;
    max-height: 100px;
    width: 100%;
}

 

PinkMellow
Posted

ahora tengo un problemilla jsjsj ,que al achicar el navegador se desaparece la barra de volumen

Estilo PLEX.css

Happy2Play
Posted
5 minutes ago, PinkMellow said:

Now I have a little problem jsjsj, that when I shrink the browser the volume bar disappears

Style PLEX.css 113.12 kB · 0 downloads

Yes as that code falls into a @media (min-width: 50em).    I guess you can lower that value.

PinkMellow
Posted
.skinHeader.focuscontainer-x.headroom.videoOsdHeader.semiTransparent:not(.videoOsdHeader-remotecontrol) {
    position: fixed!important;
    top: unset!important;
    bottom: 100px;
    margin-bottom: 25px;
    max-height: 100px;
    width: 100%; /* Ajuste para mayor compatibilidad */
}

osea como quedaria ese fragamento para que no pase eso ,disculpe la molestia es que soy nuevo en todo esto

Happy2Play
Posted
53 minutes ago, PinkMellow said:
.skinHeader.focuscontainer-x.headroom.videoOsdHeader.semiTransparent:not(.videoOsdHeader-remotecontrol) {
    position: fixed!important;
    top: unset!important;
    bottom: 100px;
    margin-bottom: 25px;
    max-height: 100px;
    width: 100%; /* Ajuste para mayor compatibilidad */
}

I mean, how would that fragamento look so that doesn't happen, excuse the inconvenience is that I'm new to all this

Well if you go up a few lines you will see the @media condition as the min-width need changed to accommodate you reducing the width resizing the window.

@media (min-width: 50em) {
  /* Right align logo and move down */
  .videoOsdHeader .pageTitle {
    max-width: 300px;
    min-width: 300px;
    width: 100% !important;
    margin-left: 0.2em !important;
  }
  .videoOsdHeader .pageTitle, 
  .videoOsdHeader.skinHeader.semiTransparent{
    min-height: 80px!important;
    height: 80px!important;
  }
  .skinHeader.focuscontainer-x.headroom.videoOsdHeader.semiTransparent:not(.videoOsdHeader-remotecontrol) {

 

fillidill
Posted

@Happy2Playofficially I don't support Firefox as I don't use it myself but from time to time I take a quick peek. It seems that I missed that one :) I've now added the fix to below update. I also re-made the volume solution so maybe that works better for you guys who had problems.

Regarding PIP. This seems to be from vanilla Emby and not from me. In Firefox there is a built in PIP browser button on videos (the one seen in your screen) so I think that is why Luke and the gang may have hidden the vanilla Emby button for it. Don't think I can control the placement of the Firefox one.

Emby-Stable-style-v3.3.txt

  • Like 1
Posted (edited)

Hi Fillidill 

I've just found your work great job. 

I did find a little issue when using Edge, its fine in firefox. But as you can see the video and audio detail are cut.

It does it on everything.

Screenshot 2024-06-24 101650.png

Edited by sutt359
  • Like 1
  • Thanks 1
fillidill
Posted

@sutt359Hmm, that is really weird. In my edge it looks like this. How did you get the Video and Audio sections? Is that a setting perhaps? Which Emby version are you using? 

image.png.c09bcd22d52a4f2e1318a09694d872eb.png

 

 

Happy2Play
Posted (edited)
6 hours ago, fillidill said:

@sutt359Hmm, that is really weird. In my edge it looks like this. How did you get the Video and Audio sections? Is that a setting perhaps? Which Emby version are you using? 

image.png.c09bcd22d52a4f2e1318a09694d872eb.png

 

 

Still looking but here is what I get in Edge and Firefox, as your example is missing media info ie video and audio.

image.png.d370d3ec76cba3a767b51138d364de6b.png

ff

image.png.f2235ced0bb7ccd7f4d26997b0394c55.png

screen width issue in edge as I expanded the window

image.png.310ce9a14c7608ad9e416a7066b33503.png

 

Edited by Happy2Play
Happy2Play
Posted

First issue appears related to this Emby code .emby-select-wrapper-inline-disabled as disabling it resolves the alignment issue. @fillidill

image.thumb.png.7db2ce05998e51e105dd41a8b83b4d28.png

  • Agree 1
  • Thanks 1
Happy2Play
Posted

As for the moving track element it looks like this needs decreased.  On my screen it corrects is at 58% when full screen.

.topDetailsContainer form.trackSelections {
    max-width: 60% !important;
}

 

fillidill
Posted

Oops! Realized that I had hidden those Video and Audio sections in my own personal CSS edit which was the reason I didn't see it before. The reason I removed them is because I don't like how much space they take so I can't see cast below. I've now done a compromise where I move them to the side instead.

 

 

Emby-Stable-style-v3.4.txt

  • Like 1
PinkMellow
Posted (edited)


Hola a todos me quisiera hacer estas pequeñas modificaciones al css pero no se como realizarlas y quería ver si pudieran ayudarme ,muchas gracias de antemano.

 

lo 1ro es que quisiera que el botón de volumen en ves de mostrar esos dos iconos de volumen solo mostrara uno del de la izquierda y que al tocarlo se pudiera poner en mute

y lo 2do es hacer que no se recorte la información de los videos

muchas gracias por la ayuda debajo adjunto fotos y el css

 

Leo — Mozilla Firefox 28_06_2024 2_30_30 AM.png

Media Server X-Treme y 1 página más - Perfil 1_ Microsoft Edge 28_06_2024 2_30_57 AM.png

style.css

Edited by PinkMellow
PinkMellow
Posted

por cierto no habria forma de hacerle un inicio de sesion mas llamativo tipo netflix o no se ,pero algo mas lindo

Media Server X-Treme - Perfil 1_ Microsoft​ Edge 28_06_2024 2_43_57 AM.png

Happy2Play
Posted
17 minutes ago, PinkMellow said:

The 1st thing is that I would like the volume button instead of showing those two volume icons to only show one of the one on the left and that when you touch it it could be muted

You would have to undo the changes that were recently done as there are two volume controls, one in the header (div.videoOsdVolumeControls-top) and one showing now technically for mobile (videoOsdVolumeControls-bottom).

Will try to compare tomorrow if I get the time.

 

 

17 minutes ago, PinkMellow said:

and the 2nd thing is to make sure that the information in the videos is not cut

You are not following changes already mentioned above.

image.thumb.png.7960ff93ee76b5e03e44962e7782c9a3.png

image.thumb.png.6136cf490073b6b92630176180fe55ce.png

Happy2Play
Posted (edited)
1 hour ago, PinkMellow said:

By the way, there would be no way to make a more flashy login like Netflix or I don't know, but something nicer

Media Server X-Treme - Perfil 1_ Microsoft Edge 28_06_2024 2_43_57 AM.png

Have you looked around but will need minor code changes from older versions.  As you can add backdrop image url from online or place in correct folder.

image.thumb.png.eaf2f9318c93cfbf9fce0b6b232a6c75.png

Edited by Happy2Play
Happy2Play
Posted

@PinkMellowPM'd revised posted style.css.

Gremory17
Posted

hay alguna forma de arreglar como se ven las temporadas? la imagenimage.thumb.png.a70fe90570bd6d114eb66311f62c8608.png

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