Kodi Community Forum
MatchCenter and SportsCalendar artwork needed - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Meta-Data provider and Artwork Packs (https://forum.kodi.tv/forumdisplay.php?fid=71)
+---- Forum: Artwork requests (https://forum.kodi.tv/forumdisplay.php?fid=266)
+---- Thread: MatchCenter and SportsCalendar artwork needed (/showthread.php?tid=290965)



MatchCenter and SportsCalendar artwork needed - enen92 - 2016-09-15

Well, let's see if I have any luck. There are a few images that I need for both MatchCenter (http://forum.kodi.tv/showthread.php?tid=259894) and a new addon I am developing (sports calendar).

For MatchCenter:

This is basically an addon that brings livescores information to your screen. Mapped to a key it can provide an easy way to check livescores for soccer matches while you are watching a match (or any other video) in Kodi. So it presents artwork such as team logos and team kits. See images below:

https://camo.githubusercontent.com/a3d02027b122ea8c6f77020ec67b13b6962eecea/687474703a2f2f692e696d6775722e636f6d2f663539524b6c452e706e67
https://camo.githubusercontent.com/58e9239ced1e543f12a2b5eaa00d9846cdc0a7b5/687474703a2f2f692e696d6775722e636f6d2f77705949316e7a2e706e67
https://camo.githubusercontent.com/65f1be641c1ef7bd4c47d657c2159aa3223f6bce/687474703a2f2f692e696d6775722e636f6d2f6d476c6e7674732e706e67

I need two images to act as placeholders if no logos or no kits are available.

Something like this:

Image

In 512x512 or 500x500 transparent png (no shadows and no 3D preferably just like any other team logo)

And something like this:

Image

512x512 or 220x220 fully white (or light grey) kit.


For SportsCalendar:

As this is to be available for all sports on the database I would like to add a row of icons to the interface so users can easily enable/disable sports from being displayed on the calendar (see the top of the image below):

Image

They should be 30x30 transparent png icons in two versions: fully white (not selected) and fully blue (selected - the color the default kodi skin uses - see dialog header). For the following sports:

-Football (or soccer Sleepy)
-American Football
-Baseball
-Basketball
-Ice Hockey
-MotorSports
-Fighting
-Rugby
-Golf

Sport should be easily identified by its icon (which means not like my football one).

Any help greatly appreciated Smile
Thanks in advance


RE: MatchCenter and SportsCalendar artwork needed - curswine - 2016-09-15

Here's some using the images you provided.

http://i.imgur.com/OecrXMB.png
http://i.imgur.com/fRwFddf.png
http://i.imgur.com/L9nAlIz.png
http://i.imgur.com/ypMtrlm.png

Edit Changed images to links as to not take up so much page space.


RE: MatchCenter and SportsCalendar artwork needed - enen92 - 2016-09-15

Awesome thanks. Can you make them a bit lighter? They might get too similar to the background dialog.
I'll get them included in the next update.
Thanks much

Enviado do meu A0001 através de Tapatalk


RE: MatchCenter and SportsCalendar artwork needed - curswine - 2016-09-16

I halved the darkness:

Image
Image
Image


RE: MatchCenter and SportsCalendar artwork needed - enen92 - 2016-09-16

Thanks curswine, they are perfect now. I'll include both on the next update. Also updated first post.

Cheers


RE: MatchCenter and SportsCalendar artwork needed - curswine - 2016-09-16

Let's hope they're not needed.

I think all football logos in the world can be sourced as vector format or 512x512 as minimum.

And hopefully all TSDB should be up to date now also.

BTW the TSDB screensaver is brilliant, I think that's my new favourite thing.

Oh while you're here Enen92, the English League 1 (home to my favourite team) is not displaying in the league options, any ideas why? League 2 and Championship are both working.


RE: MatchCenter and SportsCalendar artwork needed - enen92 - 2016-09-17

Great find! I somehow missed it in a method should be fixed in the next update:

https://github.com/enen92/script.matchcenter/commit/69efc50da5aecde907e2f91aaed6297e11270b6b
https://github.com/enen92/script.screensaver.football.panel/commit/d2f9c83d917e588ce53d7d666c14a8cba7733de4

I will only push the next update to the repository by the end of next week or something. I have already pushed 2 updates recently and don't want to abuse on the repo maintainers Smile

edit: Also implemented the artwork placeholders you provided https://github.com/enen92/script.matchcenter/commit/95e770ad99605fbab7a79e1acda4b721f9edf038
Thanks