Jump to content

Recommended Posts

arrbee99
Posted

Doubt if many people care about this, but think it would be preferable if missing actors were represented by say a black silhouette on a dark grey background instead of the brightly coloured rectangles - they just stick out so much, especially in tv series guest actors -

 

59058273b26f3_EmbyActorblocks.jpg

 

If not, maybe Scenes and Cast & Crew could be swapped.

  • Like 8
  • 8 months later...
Aussiedroid
Posted

Black or dark would be great, but I would also like an option to upload a default image of my choice. I was thinking of using a default portrait 'burred' out to help it blend in better with those actors with images present. Give it a more consistent feel.

 

As I mentioned in another thread, it would also be awesome to be able to hide these completely as an alternative implementation (although I appreciate some may not want this if it was the default/enforced).

  • Like 2
arrbee99
Posted

Adding your own default missing actor would be a great option. Not sure about actually hiding them, but again, options are always good  :)

  • Like 1
Happy2Play
Posted

Custom CSS and choose your color

#castContent .defaultCardColor1,
#castContent .defaultCardColor2,
#castContent .defaultCardColor3,
#castContent .defaultCardColor4,
#castContent .defaultCardColor5
 {background-color: black;}
arrbee99
Posted

 

Custom CSS and choose your color

#castContent .defaultCardColor1,
#castContent .defaultCardColor2,
#castContent .defaultCardColor3,
#castContent .defaultCardColor4,
#castContent .defaultCardColor5
 {background-color: black;}

 

Cool. Thanks. That worked well.

Happy2Play
Posted

@@arrbee99

 

Sorry after re reading post, here is the silhouette and of course choose your color

#castContent .cardImageIcon 
{color: black;}

As you can see this code is targeted to only the #castContent section

arrbee99
Posted

So that one replaces the previous version presumably (its not in addition too) ?

 

The first version gives black and white, the second gives black with coloured background (probably go with the first for now).

Happy2Play
Posted

So that one replaces the previous version presumably (its not in addition too) ?

 

The first version gives black and white, the second gives black with coloured background (probably go with the first for now).

 

 

preferable if missing actors were represented by say a black silhouette on a dark grey background

All depends on the color you want for background and silhouette.

 

You need both to set the backgroud color to your choosing and set silhouette color to another. 

arrbee99
Posted

Ah ok, I shall get experimenting then  :)

  • 3 weeks later...
arrbee99
Posted

Sorry to trouble, but with this -

 

#castContent .defaultCardColor1,
#castContent .defaultCardColor2,
#castContent .defaultCardColor3,
#castContent .defaultCardColor4,
#castContent .defaultCardColor5
 {background-color: white;}
 
#castContent .cardImageIcon 
{color: blue;}

 

The background colour bit seemed to stop working when beta 70.1 came out. Any chance of a possible fix please if you have the time ?

Happy2Play
Posted

Sorry to trouble, but with this -

 

#castContent .defaultCardColor1,
#castContent .defaultCardColor2,
#castContent .defaultCardColor3,
#castContent .defaultCardColor4,
#castContent .defaultCardColor5
 {background-color: white;}
 
#castContent .cardImageIcon 
{color: blue;}

 

The background colour bit seemed to stop working when beta 70.1 came out. Any chance of a possible fix please if you have the time ?

 

Minor changes and not sure why but the silhouette has to be first.

#castContent .cardImageIcon {color: blue;}

#castContent .defaultCardBackground1,
#castContent .defaultCardBackground2,
#castContent .defaultCardBackground3,
#castContent .defaultCardBackground4,
#castContent .defaultCardBackground5
 {background-color: white;}
  • Like 1
arrbee99
Posted

Thanks very much. Works well.

arrbee99
Posted

 btw, would there happen to be an easy way to make them transparent ?

arrbee99
Posted

This seemed to work

 

#castContent .cardImageIcon {color: gainsboro;}
 
#castContent .defaultCardBackground1,
#castContent .defaultCardBackground2,
#castContent .defaultCardBackground3,
#castContent .defaultCardBackground4,
#castContent .defaultCardBackground5
 {background-color: rgba(255, 255, 255, .5);}
 
5a61205dc3309_Embytransparentactors.jpg
 
not sure if I actually like it, but its something...
Happy2Play
Posted

 btw, would there happen to be an easy way to make them transparent ?

 

Sure just use transparent for color.

#castContent .cardImageIcon {color: transparent;}

#castContent .defaultCardBackground1,
#castContent .defaultCardBackground2,
#castContent .defaultCardBackground3,
#castContent .defaultCardBackground4,
#castContent .defaultCardBackground5
 {background-color: transparent;}
arrbee99
Posted

Good point  :)

  • 4 weeks later...
suprasaiyan123
Posted (edited)

Thanks for the awesome customization. Any way to make them slightly smaller? maybe half the size they are currently, just so they don't look so gaudy

Edited by suprasaiyan123
  • 2 years later...
Happy2Play
Posted

Thanks for the awesome customization. Any way to make them slightly smaller? maybe half the size they are currently, just so they don't look so gaudy

4.3.1.0

#castContent div.personCard {
    width: 5.5%;
}

4.4.0.x

div.peopleSection div.personCard {
    width: 5.5%;
}
  • 4 months later...
CloudWing93
Posted

All the random colored images also annoy me a little bit. And I'm meaning all random colored images not just the cast photos. This CSS trick does the charm for web so I guess I'm content for now but I would love to see a more neutral image used as default in all apps soon.

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