spocky / miproja1

254 stars 8 forks source link

card showing thumb instead of posterart #104

Open lpuglia opened 2 months ago

lpuglia commented 2 months ago

just installed latest version and i noticed that now the cards of a channel are showing by default what i think is called the Thumbnail rather than the PosterArt. Normal Android TV behaviour would be to show the PosterArt by default and show the Thumbnail only when the card is selected. Any reason about this change?

spocky commented 2 months ago

The Google api allowing an app to get a program picture has a bug (never fixed), that made thumbnails requests return the poster arts. I've fixed it on my side.

Theoretically, thumbnails are not supposed to have a different aspect ratio than poster arts (in that case, they would be called something like DVD covers). As their name indicates, they are mostly supposed to be smaller versions to be used on small UI components (that would be the launcher cards), whereas the poster arts are supposed to be high quality images to use on large UI components or full screen (such as wallpapers).

Following the theory, using a thumbnail ("small" picture) is probably recommended for a launcher as it will require less memory and will open faster. I haven't been able to confirm this theory, though, because I couldn't find an app that provides thumbnails.

To be fair, it seems that most apps do whatever they want with poster: some offer high quality (fhd pictures) that take time and resources to load on a small card but give a nice looking "program wallpaper", others are low quality (still enough for a card), but too small for "program wallpaper".

Which app channel has been impacted by the latest update ?