Jump to content

About Live Tv Guide - ES 47100 (Update)


CarlosLima
Go to solution Solved by Happy2Play,

Recommended Posts

CarlosLima

Hi, I would like to have the vertical blue line more visible, fuller.  I find it extremely thin, almost invisible.  Thanks.

Screenshot_20220707-214302-775.png

Edited by CarlosLima
Link to comment
Share on other sites

  • Solution
Happy2Play

@CarlosLima Here you go, original was only .2em right so I added .2em left.

div.guideEpg-currentTimeIndicatorDot {
    border-width: 0 .2em 0 0.2em;
}

 

  • Thanks 1
Link to comment
Share on other sites

CarlosLima

Great. Thank you very much

Screenshot.png

Using the image above. The logos, on this screen only, are very small. Is it possible to increase their size on this screen?

Edited by CarlosLima
Link to comment
Share on other sites

  • 4 months later...
CarlosLima
/* TV */

/* #01 - EPG; background - arrbee99-190822 */
div.tabContent.flex.flex-direction-column.flex-grow.padded-top-page.is-active {background-image: url("https://i.imgur.com/4C1plT8.jpg");}
div.tabContent.flex.flex-direction-column.flex-grow.padded-top-page.is-active {background-size: cover; background-position: center; }

/* #02 - EPG; exclui logo do canal - arrbee99-190822 */
div.guideChannelImage {display: none;}

/* #03 - EPG; exibe nome do canal - Happy2Play-200822 */
@media all and (max-height:50em) {
    div.guideChannelText-autohide {
        display: block
    }
}

/* #04 -  EPG; Nome e numero canal em 2 linhas - arrbee99-190822 */
span.guideChannelName {display: flex;
  align-items: center;
  justify-content: center;}

/* #05 - EPG; Coluna do canal maior - arrbee99-190822 */
button.channelCell.itemAction {width: 150px !important;}
button.channelCell.itemAction {
    border-width: 0px 2px 0px 2px!important;
    border-color: rgba(0,0,0,0.25) !important;}

/* #06 - EPG; Fonte do canal maior - arrbee99-190822*/
div.guideChannelText.secondaryText {font-size: 70% !important;}

/* #07 - EPG; Celulas transparentes - arrbee99-190822 */
div.programCellInner {background-color: rgba(0, 0, 0, 0.5);}

/* #08 - EPG; linha do tempo encorpada - Happy2Play-070722 */
div.guideEpg-currentTimeIndicatorDot {
    border-width: 0 .2em 0 0.2em;
}

/* #09 - Poster quadrado - Happy2Play-290622 */
div.homeSectionsContainer div.section2 .cardPadder-portrait {aspect-ratio: 1/1;}

/* #10 - Exclui botoes Programas, Gravacoes, Agendar - Happy2Play-251122 */
div.section2 a.raised:nth-child(1), 
div.section2 a.raised:nth-child(3), 
div.section2 a.raised:nth-child(4), 
div.section2 a.emby-button  h2 {display: none;}

 

Hi,
Still about the tv guide, using ES 47100, I have this overlay in the channel guide, using the CSS codes above.

I would also like to ask for help about CSS #4, as it is no longer displaying the name and channel number in two lines;
DISCOVERY THEATER
5040

Thanks for any tip.

Screenshot.png

Edited by CarlosLima
Link to comment
Share on other sites

arrbee99

Tried to fix up #04 but not getting anywhere. Luke said he tightened up the guide to fit more rows in, guess that affected things ?

Played with aligning and justifying and space-betweening but I don't know what I'm doing which doesn't help.

If it can't go on separate lines anymore maybe the name can be forced to the left hand side and the number forced to the right ?

Link to comment
Share on other sites

CarlosLima

Thanks for your answer.

No problem with the channel name and number on the same line as it is, you can live with that. So I should remove code #04, correct?

The overlapping lines problem I believe is a problem that Luke should fix soon.

Link to comment
Share on other sites

Happy2Play

🙃You mean something like this

div.guideChannelText { 
    text-align: center;
    white-space: pre-wrap;
}

 

Link to comment
Share on other sites

CarlosLima

Hi,
Sorry for my doubt.
his code should change something that I couldn't see, because I applied it and nothing changed.

Link to comment
Share on other sites

arrbee99

What does that do ? If its for the guide channels it centres, say ''TVNZ 1 1' but doesn't put the name 'TVNZ 1' on the left and channel number '1' on the right.

Link to comment
Share on other sites

Happy2Play

Doesn't look like my test setup has channel numbers.  But all it will do is wrap the text if needed.

image.png.2428490d561e8426fb10d8936e2a8b19.png

Link to comment
Share on other sites

arrbee99

Well, to me when I inspect the code in a browser the code says to display one item like, for example 'TVNZ 2 2', not display two items next to each other - 'TVNZ 2' followed by '2'.

No idea whether thats a problem, and obviously it worked before the latest beta (or two)...

Link to comment
Share on other sites

Happy2Play

Correct they are one item so no real way to separate them.

image.png.fb2a8b9f3053d31ebe933696ff080bc3.png

Increased font and applied wrap on Carlos' server, so you can see one line of text being wrapped.

image.png.180e4097332b9444081e73be29c55766.png

Edited by Happy2Play
Link to comment
Share on other sites

CarlosLima

Now I understand and it worked.

So the last CSS above will use line 2 only when line 1 is insufficient.

Thank you so much.

Screenshot.png

Edited by CarlosLima
  • Agree 1
Link to comment
Share on other sites

Happy2Play
Just now, arrbee99 said:

You don't think there might be a way to insert a line break between the two ?

Not with css.  They would have to be coded to appear on separate lines just like Show Fields on Movies/TV.

Link to comment
Share on other sites

arrbee99
1 hour ago, CarlosLima said:

Thanks for your answer.

No problem with the channel name and number on the same line as it is, you can live with that. So I should remove code #04, correct?

The overlapping lines problem I believe is a problem that Luke should fix soon.

Yep, can be removed, unless you fancy keeping it centered.

  • Thanks 1
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...