Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some view modes fixes and modifications (BigList,BigList2,SlimList,List) #4

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

burekas7
Copy link

@burekas7 burekas7 commented Oct 16, 2021

Hi @Fuchs246

I have notice some differences from the original skin (Un Kodi Krypton) and some small bugs with the view modes.
These fixes mostly relates to all who use the same includes of "MovieDetailsLeft" ("MovieDetailsLeft_Layout")
Such as: BigList(51), BigList2(504), SlimList(516), etc. And mainly relates to Live TV.

So I decided to fix them.


Show information (Enabled):

IncludeViews.xml

Show large thumbnail (Enabled):
For Live TV:

  • Fix Live TV Preview (Didn't work before)
  • Fix Live TV Preview dimensions (Was important in BigList2 for example, using aspectratio)
  • Change logo between (Was a constant image)
  • General fixes: Titles font size, plot dimensions etc
  • Add horizontal line
  • Add a black background to the Live TV preview

Show large thumbnail (Disabled):

  • Increase logo size (Was small with fixed dimensions)
  • General fixes: Titles font size, plot dimensions etc

In general:

  • Now it has a smooth and accurate transition between enable/disable show large thumbnail.
  • Fix wrong using if both fixed width&height values and use 'aspectration' instead with one dimension.

Screenshots: (After)
https://i.postimg.cc/fbySFM7X/Fix-Live-TVPreview.png
https://i.postimg.cc/jj1nYBv1/Fix-Live-TVLogo-With-Info.png


Show information (Disabled):

View_51_BigList.xml
View_504_BigList2.xml
View_516_SlimList.xml

  • Some alignments to the center of the posters (Relevant mainly to live tv channels logs)

Screenshot: (After)
https://i.postimg.cc/xCkHk9cY/Fix-Live-TVLogo-No-Info.png


View_50_List.xml

  • Fix Poster & Info positions and dimensions:

Screenhot: (After)
https://i.postimg.cc/8Pn762gz/Fix-List-Poster.png


Everything was tested.
Most of the changes relevant to Live TV but was tested also with TV Shows and Movies, and it remains ok.

Thanks.

@burekas7 burekas7 changed the title Some view modes fixes and modifications (BigList,BigList2,SlimList) Some view modes fixes and modifications (BigList,BigList2,SlimList,List) Oct 16, 2021
burekas7 and others added 14 commits October 17, 2021 02:24
Seperate Season poster dimensions from the other content types.
Fix poster dimensions for general content type.
Note:
This file on git was different from the last release version.
The file was updated again according to the git and not according to the last release version.
Seperate Season poster dimensions from the other content types.
Fix poster dimensions for general content type.

Pay attention:
This file on git was different from the last release version.
The file was updated again according to the git and not according to the last release version.
Pay attention:
This file on git was different from the last release version.
The file was updated again according to the git and not according to the last release version.
Pay attention:
This file on git was different from the last release version.
The file was updated again according to the git and not according to the last release version.
This reverts commit 2b7fae2.
There is a bug with the current code with "HiddenOffset" (You see the word "poster" and the top-left corner of the window)
It should be "HiddenObject".  Fixed.
Some view modes fixes and modifications (List)
Changed to HiddenObject instead of HiddenOffset

There is a bug with the current code with "HiddenOffset" (You see some labels in the left side of the window)
It should be "HiddenObject".  Fixed.
Some view modes fixes and modifications (List)
-> Changed to HiddenObject instead of HiddenOffset

There is a bug with the current code with "HiddenOffset" (You see some labels in the left side of the window)
It should be "HiddenObject".  Fixed.
Some view modes fixes and modifications (List)
-> Changed to HiddenObject instead of HiddenOffset

There is a bug with the current code with "HiddenOffset" (You see some labels in the left side of the window)
It should be "HiddenObject".  Fixed.
Moving the last fixes here to another PR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant