Kodi Community Forum
[MOD] CharacterArt, Logo and ClearART support with different View - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Neon (https://forum.kodi.tv/forumdisplay.php?fid=139)
+----- Thread: [MOD] CharacterArt, Logo and ClearART support with different View (/showthread.php?tid=130109)

Pages: 1 2 3


[MOD] CharacterArt, Logo and ClearART support with different View - Steve_ - 2012-04-27

Hi,
I'm proud to show you my little mods :



RE: [MOD] CharacterArt support inthe Episode View - Razieal - 2012-04-27

copied file and replace viewtype and copied logo in season folder and renamed it as character.png .....is that what i suppose to do mate? coz its not seem to be working ?
never mind restarted xbmc now its showing up n looks awesome mate just cant wait for your new mod keep getting better and better Smile

anymore in works?


RE: [MOD] CharacterArt support inthe Episode View - Razieal - 2012-04-27

steve can this be implemented in landscape view?
Image

this view i marked the positions as well on the right above logo it will look awesomeeeee.........

Image

Uploaded with ImageShack.us


RE: [MOD] CharacterArt support inthe Episode View - Steve_ - 2012-04-27

View : Episode with CharacterArt support


Description
A characterART appears on the Episode View.

How Do you use it ?
  • Make a backup of your Viewtype_Episode.xml.
  • Download : Viewtype_Episode.zip
    http://www.mediafire.com/?yzf581qejlp38uc
  • Put in The Neon skin folder
    XP: Documents and Settings\%userprofile%\Application Data\XBMC\addons\skin.neon.svn\720p
    Vista/Windows 7: Users\%userprofile%\AppData\Roaming\XBMC\addons\skin.neon.svn\720p
    Mac OS X: /Users/<your_user_name>/Library/Application Support/addons/skin.neon.svn/720p
    iOS: /private/var/mobile/Library/Preferences/XBMC/addons/skin.neon.svn/720p
    Linux: $HOME/.xbmc/addons/skin.neon.svn/720p
  • Download CharacterART on fanart.tv
  • Rename it to : character.png
  • Put it in the root of your tv show folder.

Screenshot:
ImageImage

Screenshots

ImageImageImageImage


RE: [MOD] CharacterArt support inthe Episode View - Steve_ - 2012-04-27

How Do I create this view ?

I searched "logo" in the Episode view I found this :
Code:
- <control type="image" id="7016">
  <posx>20</posx>
  <posy>35</posy>
  <width>300</width>
  <height>116</height>
  <texture background="true">$INFO[ListItem.path]logo.png</texture>
  <fadetime>100</fadetime>
  <aspectratio scalediffuse="false">stretch</aspectratio>
  <include>Animation_HiddenByInfo</include>
  <include>Animation_Viewtype_Episode_LeftSide</include>
  <visible>Control.IsVisible(51) + [Container.Content(episodes) | Window.IsActive(videoplaylist)]</visible>
  </control>
- <control type="image" id="9016">
  <posx>20</posx>
  <posy>35</posy>
  <width>300</width>
  <height>116</height>
  <texture background="true">$INFO[ListItem.path]../logo.png</texture>
  <fadetime>100</fadetime>
  <aspectratio scalediffuse="false">stretch</aspectratio>
  <include>Animation_HiddenByInfo</include>
  <include>Animation_Viewtype_Episode_LeftSide</include>
  <visible>Control.IsVisible(51) + [Container.Content(episodes) | Window.IsActive(videoplaylist)]</visible>
  </control>
I simply change "logo.png" by "character.png" and the position (posx and posy) and that'a all !
Code:
- <control type="image" id="7016">
  <posx>50</posx>
  <posy>510</posy>
  <width>200</width>
  <height>200</height>
  <texture background="true">$INFO[ListItem.path]character.png</texture>
  <fadetime>100</fadetime>
  <aspectratio scalediffuse="false">stretch</aspectratio>
  <include>Animation_HiddenByInfo</include>
  <include>Animation_Viewtype_Episode_LeftSide</include>
  <visible>Control.IsVisible(51) + [Container.Content(episodes) | Window.IsActive(videoplaylist)]</visible>
  </control>
- <control type="image" id="9016">
  <posx>50</posx>
  <posy>510</posy>
  <width>200</width>
  <height>200</height>
  <texture background="true">$INFO[ListItem.path]../character.png</texture>
  <fadetime>100</fadetime>
  <aspectratio scalediffuse="false">stretch</aspectratio>
  <include>Animation_HiddenByInfo</include>
  <include>Animation_Viewtype_Episode_LeftSide</include>
  <visible>Control.IsVisible(51) + [Container.Content(episodes) | Window.IsActive(videoplaylist)]</visible>
  </control>



RE: [MOD] CharacterArt support inthe Episode View - Razieal - 2012-04-27

i totally get your point bit confused about superposition? but smaller size will do as well mate
0r u think it can fit else where on screen n looks nice>?


RE: [MOD] CharacterArt support inthe Episode View - Steve_ - 2012-04-27

View : Landscape with CharacterArt support or The Razieal's Landscape view Wink

Description
A CharacterArt appears on the Landscape View.

How Do you use it ?
  • Make a backup of your Viewtype_Landscape.xml
  • Download : Viewtype_Landscape-v2.zip and extract it.
    http://www.mediafire.com/?ndps7pxus51f8w3
  • Rename it : Viewtype_Landscape.xml
  • Put in The Neon skin folder
    XP: Documents and Settings\%userprofile%\Application Data\XBMC\addons\skin.neon.svn\720p
    Vista/Windows 7: Users\%userprofile%\AppData\Roaming\XBMC\addons\skin.neon.svn\720p
    Mac OS X: /Users/<your_user_name>/Library/Application Support/addons/skin.neon.svn/720p
    iOS: /private/var/mobile/Library/Preferences/XBMC/addons/skin.neon.svn/720p
    Linux: $HOME/.xbmc/addons/skin.neon.svn/720p
  • Download CharacterART on fanart.tv
  • Rename it : character.png
  • Download Logo on fanart.tv
  • Rename it : logo.png
  • Put it in the root of your tv show folder.

Screenshot:
Image



RE: [MOD] CharacterArt support inthe Episode View - Razieal - 2012-04-27

looks awesome mate........

tried anything else? if not then you should upload viewtype file cant wait

great work mate



RE: [MOD] CharacterArt support inthe Episode View - Steve_ - 2012-04-27

The Razieal's Landscape view Smile




RE: [MOD] CharacterArt support inthe Episode View - Razieal - 2012-04-27

hahha @ razieal's landscape view

lemme try it n give u feedback Smile



RE: [MOD] CharacterArt support inthe Episode View - Razieal - 2012-04-27

copied file but getting strange behaviour when i switch to landscape view characterart appears just for a sec then disappers happening in all tv shows.......any reason or solution ?
restarted and refreshed xbmc library as well

actually problem is tvtunes when theme is playing the characterart doesnt show in landscape i just stopped theme music and characterart appears so here is our problem mate...can you please look into it thanks


RE: [MOD] CharacterArt support inthe Episode View - Razieal - 2012-04-27

yeah its conflicting with tvtunes just double checked..hope there is a solution to this its weird tho

btw characterart looks great in landscape perfect positioning mateSmile


RE: [MOD] CharacterArt support inthe Episode View - Steve_ - 2012-04-30

Ok , I fixed it
=> http://www.mediafire.com/?ndps7pxus51f8w3

Razieal, I've got an idea :
I would like to create a rule. This rule is character.png = a group of character and create character1.png, character2.png ......
In this way :
In the razieal landscape view, we could have a lot of characters ( for example : Kyle, Kenny, Cartman and Stan)
In the episode view, we could have the group !
Tell me what do you think about it !


RE: [MOD] CharacterArt support inthe Episode View - Razieal - 2012-05-01

steve really thanks for fixing that issue its working fine nowSmile

as for new idea really i think its brilliant idea my only concern is do we have enough characters on fanart.tv for tv shows?

but still you should work on it and demo it
i was thinking i dont know if its possible but can we make character art show in shows landscape mode just like in episode landscape mode?

Image

Uploaded with ImageShack.us

i mean this view and marked the area where it should look good

what u think


RE: [MOD] CharacterArt support inthe Episode View - Steve_ - 2012-05-01

I agree, we don't have enough character but it a new feature! Be patient Wink Wait&See !

Check this
ImageImageImageImage