Jump to content

Multi Line Titles


kbeck
Go to solution Solved by Happy2Play,

Recommended Posts

Many titles are so long with sequel names they are meaningless. Would it be possible to add a second title line or something similar? I have looked for a way to lower the text size but didn't see anything. Maybe there is another way to fit more in?

 

 

Capture.JPG

  • Like 7
Link to comment
Share on other sites

  • Solution
Happy2Play

Long names will always be a issue. 

At least for the web client I just add some custom css.  

div.cardText.cardTextCentered.cardText-first {
    white-space: pre-wrap;
}

image.thumb.png.2bda7f7e3f683cfaebcac45282489d5d.png

  • Like 3
Link to comment
Share on other sites

Happy2Play
4 minutes ago, mbarylski said:

It's not an issue with an auto-scroll. 😉

Assuming auto scroll can be done on every platform.

  • Agree 1
Link to comment
Share on other sites

GrimReaper
On 9/13/2021 at 9:23 PM, mbarylski said:

It's not an issue with an auto-scroll. 😉

 

On 9/13/2021 at 9:43 PM, crusher11 said:

Good platforms shouldn't be held back by the deficiencies of bad platforms.

'Nuff said. 

Same goes for Actor roles. 

Link to comment
Share on other sites

GrimReaper
On 9/13/2021 at 9:28 PM, Happy2Play said:

Assuming auto scroll can be done on every platform.

There are numerous differences across multiple client apps on number of platforms - why should this one be either universally available or not available at all? 

  • Agree 1
Link to comment
Share on other sites

On 9/13/2021 at 3:03 PM, Happy2Play said:

Long names will always be a issue. 

At least for the web client I just add some custom css.  


div.cardText.cardTextCentered.cardText-first {
    white-space: pre-wrap;
}

image.thumb.png.2bda7f7e3f683cfaebcac45282489d5d.png

 

Thanks. Finally added your code and looks great. Saves me from renaming lots of titles.

 

Link to comment
Share on other sites

On 9/13/2021 at 3:03 PM, Happy2Play said:

 



div.cardText.cardTextCentered.cardText-first {
    white-space: pre-wrap;
}

 

Ran into a problem..... Added the code to Server-Settings. Worked fine on my computer. Works fine on Firefox on my Android phone. But open Firefox on the server computer and no wrap. Maybe the server doesn't load the css on itself? Only thing I can think of. The bad thing is this is the computer I use to play from in the living room. 

Edited by kbeck
Link to comment
Share on other sites

Happy2Play
Just now, kbeck said:

Ran into a problem..... Added the code to Server-Settings. Worked fine on my computer. Works fine on Firefox on my Android phone. But open Firefox on the server computer and no wrap. Maybe the server doesn't load the css on itself? Only thing I can think of. 

CSS will work on web client not the online client or any other client.

Have your tried a hard refresh (shft+crtl+f5) or clear the browser cache?  Or compared browser version number?

Link to comment
Share on other sites

Used Firefox on all 3. 2 desktop computers and Android. I have not compared versions. Have not tried a hard refresh. I closed and reopened but could have been using cached i guess. I'll experiment more. 

Link to comment
Share on other sites

  • 1 month later...
On 9/16/2021 at 3:31 PM, Happy2Play said:

CSS will work on web client not the online client or any other client.

Have your tried a hard refresh (shft+crtl+f5) or clear the browser cache?  Or compared browser version number?

Hello. Your CSS is working fine on my desktop computer, but doesn't work on the server, which I use in the living room to watch movies. Can you confirm that yours works on the browser on your server. I've tried multiple browsers, refeshing, clearing cache. Nothing seems to work on the server.

Link to comment
Share on other sites

GrimReaper
10 minutes ago, kbeck said:

Hello. Your CSS is working fine on my desktop computer, but doesn't work on the server, which I use in the living room to watch movies. Can you confirm that yours works on the browser on your server. I've tried multiple browsers, refeshing, clearing cache. Nothing seems to work on the server.

How are you connected to your server there? IP:port or app.emby.media?

  • Like 1
  • Agree 1
Link to comment
Share on other sites

19 minutes ago, GrimReaper said:

How are you connected to your server there? IP:port or app.emby.media?

Server is app.emby.media, Desktop is IP address: Port.

I tried localhost:8096 on the server and it works!!!!! That was genius. Thanks a lot.

 

  • Like 1
Link to comment
Share on other sites

  • 4 months later...
Locutus64
On 9/13/2021 at 11:38 AM, mbarylski said:

I agree that long titles are an issue, but I'd prefer an auto scroll when hovering over the title or image.

Simply no. Last thing I want to see is it looking like a advertising marque. Mousing over the title and the full name poping up is one thing, but scrolling, simply no.

Link to comment
Share on other sites

Locutus64
On 9/13/2021 at 12:03 PM, Happy2Play said:

Long names will always be a issue. 

At least for the web client I just add some custom css.  

div.cardText.cardTextCentered.cardText-first {
    white-space: pre-wrap;
}

image.thumb.png.2bda7f7e3f683cfaebcac45282489d5d.png

This works like a charm, looks fantastic.

 

EDIT: Spoke too soon. This does not work under collections. 

Edited by Locutus64
Link to comment
Share on other sites

Happy2Play
8 hours ago, Locutus64 said:

This works like a charm, looks fantastic.

 

EDIT: Spoke too soon. This does not work under collections. 

Do you have an example?

Not seeing and issue here.

image.thumb.png.f43192230b72a6d2d8c3121d8014c96d.png

Link to comment
Share on other sites

Happy2Play
13 minutes ago, Locutus64 said:

Here see the ones I moused over.

Screenshot_20220305_121340.thumb.png.7712d500fce20619af28870bc52831ad.png

Sorry was looking at Collection tab not Collection library.  My custom css is to targeted as that view does not have "cardTextCentered", so the fix is to change to this "div.cardText.cardText-first" to cover more.

image.thumb.png.7bb2ecaf9519df3d36f464a77ed5f8e9.png

 

image.thumb.png.a74cd67fbad77222cc79cc02165d7bb4.png

  • Like 2
Link to comment
Share on other sites

Locutus64

Thank GAWD for find in Kate or I'd be looking all day for that. I'll change it in a little while and let you know what I get. Thanks

Link to comment
Share on other sites

GrimReaper
55 minutes ago, Happy2Play said:

Sorry was looking at Collection tab not Collection library.  My custom css is to targeted as that view does not have "cardTextCentered", so the fix is to change to this "div.cardText.cardText-first" to cover more.

Can same be done for Cast & Crew?

  • Like 1
Link to comment
Share on other sites

Happy2Play
38 minutes ago, GrimReaper said:

Can same be done for Cast & Crew?

Don't follow as they are exactly the same as above or are you referring to secondary line?

Link to comment
Share on other sites

GrimReaper
33 minutes ago, Happy2Play said:

Don't follow as they are exactly the same as above or are you referring to secondary line?

Roles, yes.

1426783467_Screenshot2022-03-05235352.thumb.png.5347da2ffa3dccfb03b90ba97d0fb26b.png

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