Release [ARTWORK ADDON] RED CARPET - an Actresses PNG's resource Addon - 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) +--- Thread: Release [ARTWORK ADDON] RED CARPET - an Actresses PNG's resource Addon (/showthread.php?tid=342408) |
[ARTWORK ADDON] RED CARPET - an Actresses PNG's resource Addon - chrissix666 - 2019-03-25 As many members have already noticed, i experiment a lot with modding skinning .xml in skins. My main focus on my projects is creating possibilities to show more artwork/images in kodi. Maybe you could also be interested in this: ___ if you want Character Art also for movies (like characterart for TvShows in fanart.tv) where the costume and mask affiliated to specific movie/franchise character then check out my other offer -> [ARTWORK PACK] Characterart PNG's for Movies/Moviesets 342468 (thread) ___ if you want uniform Character Poster Sets for movies check out my other offer -> [ARTWORK PROJECT] Character Poster Sets 345299 (thread) ___ if you want Director Thumbs for movies in your movie container directors then check out my other offer -> [THUMBNAIL ADDON] Movie Director Thumbs resource addon 342720 (thread) ___ RED CARPET Addon is now growing to final stage with reaching 500+ resources, jumping to version 1.0.0 and getting it's final name "RED CARPET" Most credits go to @manfeed who believed in the project and created approximately 90% of current resource content! ___ Attention! There exist a install problem with special characters! All files in repo or zip all fine but on install the special characters get falsified (regardless if install from repo or zip) It's not an addon problem, more a problem of kodi core addon install. This concerns for example the following names: Beyoncé Knowles, Chloë Grace Moretz, Eiza González, Jessica Paré, Malin Åkerman, Penélope Cruz, Renée Zellweger, Sofía Vergara, Zoë Kravitz, ... If you want them to work, they must be renamed again, either manually, or much easier just exchange the "resources" folder from the ZIP with the "resources" folder in the already installed addon. Unfortunately there is currently no better solution for this minor problem, but at least then all is working. ___ ADDON DOWNLOAD SECTION Addon is avaiable in official Kodi now (only in Leia & Matrix repository cause new addons are only allowed to publish on newest kodi) - Official in Kodi Add-on repository -> Look and feel -> Image collections -> Red Carpet - Official in Kodi website manual ZIP download -> link - InOfficial most recent updated ZIP download offer -> link IMAGE CONTENT/RUMMAGE SECTION Cause only 1 image per actress is possible it's hard to dicide of more good image content is available. I tried my best for the best image but as always it's a pure matter of taste. You can also handcraft your own resources to your own pleasure. Please note to backup your own modifications cause if you ever push the install/update button everything goes back to vanilla. Here you can search and rummage for the current, old exchanged or never used image content: - Just type an actress in the thread search on top right and maybe you get 1 or more results in thread posts. - After some time linked image thread content may go offline so i provide also an image Content Collection my own RAR download offer -> link - A backup on DeviantArt -> link ___ Supported Skins List ...for a manual integration see integration examples below! @manfeed AEON TAJO & AEON MQ 8 TAJO @latts9923 AEON MQ 7 Krypton Mod & AEON MQ 7 Leia Mod & AEON MQ 8 Mod @mikeSiLVO AEON Nox: SilVO @bsoriano Amber for Leia/Matrix For support please ask in the related skin threads! If you want to see this eyecandy also in your favourite skin please request it to the skin author! ___ Integration Example AEON TAJO ____ Currently +500 (most common) actresses are included: ___ Do you want to help me to complete? Here are a few "conventions":
Skin Implementation (examples for Skinners or advanced user) There are currently 2 common implementations for this addon. 1st is for the cast scroll list in DialogVideoInfo. Code is very short and functional with Kodi internal standard skin engine 2st is for a multiimage sideshow (everywhere possible, DialogVideoInfo & Views). Code is a bit longer but also quite simple, but Embuary Helper is a requirement. In this preview video you can see both possible implementations see beside functional: Implementation 1 - Cast Scroll List in DialogVideoInfo How to implement in KODI default skin Estuary (DialogVideoInfo) It will look like this: https://youtu.be/rUudYII1YPw JUST PASTE/COPY INTEGRATION SOLUTION:
When use Estuary (latest Skin version 1.9.16) on Kodi 17 Krypton just paste/copy the DialogVideoInfo.xml in the following download link over it. https://drive.google.com/file/d/1KzGwdGvo7isjh8kgdWJNNh6rMbGPO9_f/view?usp=sharing When use Estuary (latest Skin version 2.0.22) on Kodi 18 Leia just paste/copy the DialogVideoInfo.xml in the following download link over it. https://drive.google.com/file/d/1ySgRyWCRu7rgAPB7-cce_6GQqrP9e4Zz/view?usp=sharing MANUAL INTEGRATION SOLUTION (IT'S REALLY NOT VERY DIFFICULT - ALSO FOR LAYMAN):
Code: </control> Code: </controls> Code: <control type="image"> How to implement in other Skins you use? (DialogVideoInfo)
Code: <control type="image"> This is the main code you have to find out if it's similar or the same in your skin: Code: <texture background="true">$INFO[Container(50).ListItem.Label,resource://resource.images.actorart/,.png]</texture> Container(50).ListItem.Label = The container list of the actors -> This you have to find out how it's working in your skin resource://resource.images.actorart/,.png = The resource addon Implementation 2 - Multiimage Sideshow (functional everywhere) + Embuary Helper is needed DialogVideoInfo Code: <control type="group"> Views: Variable for your variables.xml (for example IncludesVariables.xml) Code: <variable name="getDBIDcontent"> In your view.xml Code: <control type="group"> Example Screenshots ____ Changelog v1.0.0 - Addon jump to final stage giving it also an own brand, renaming to RED CARPET. - Changed addon icon.png due to new brand name RED CARPET. - Due to this jump also from v0.0.8 to 1.0.0. - New convention: Width remain variable but image should fit into 2:3 aspect ratio. - 60+ actresses added bringing it to a count of 500+ actresses. - 10+ actresses exchanged cause better quality and uniformity. - 10+ actresses exchanged to reduce sexuality, still hot but not salacious or provocative. v0.0.8: - Changed addon icon.png. - 90 actresses added. - 30+ actresses exchanged cause better quality and uniformity. v0.0.7: - 60 actresses added. - 5+ actresses exchanged cause better quality and uniformity. v0.0.6: - New convention: All images have now the same height of 1000 pixels. Aspect ratio and width remain variable. - New convention: Max allowed image file size is now exactly 1mb = 1024kb (Please prevent file sizes under 300kb). - EXIF data of all images removed/cleaned. - Addon fanart added. - 35+ actresses added. - 5+ actresses exchanged cause better quality and uniformity. v0.0.5: - 35+ actresses added. - 10+ actresses exchanged cause better quality and uniformity. v0.0.4: - 80 actresses added. - Fix - Special characters in names were falsified when packing to zip. - 5+ actresses exchanged cause better quality and uniformity. v0.0.3: - 25 actresses added. - 5+ actresses exchanged cause better quality and uniformity. v0.0.2: - Changed download file from .rar to .zip. - Added addon icon.png. - 20 actresses added. v0.0.1: - Base pack of 100 actresses. ___ I wish you a lot of fun with this addon and eyecandy plz give feedback and replies. Great thanks and credits for contributing content especially to @manfeed & also @Captain_Pike RE: Actor/Actress PNG's resource addon - docwra - 2019-03-25 Very cool RE: Actor/Actress PNG's resource addon - manfeed - 2019-03-25 I think this was an unforgivable omission... Lily James RE: Actor/Actress PNG's resource addon - chrissix666 - 2019-03-25 (2019-03-25, 18:06)manfeed Wrote: I think this was an unforgivable omission... Lily James Haha, how could I just forget about Lilly James? The current content of addon is far far away to claim to completeness of all is cute and pretty in hollywood *gg* And great thanks, this png fully complies with the requirements the content should be. RE: Actor/Actress PNG's resource addon - manfeed - 2019-03-25 Another of my favorite ones... Aly Michalka RE: Actor/Actress PNG's resource addon - chrissix666 - 2019-03-25 (2019-03-25, 18:38)manfeed Wrote: Another of my favorite ones... Aly Michalka Hot girl, perfect quality! I have not had much experience with your Aeon TAJO skin, just recently snooping around in your .xml's to find out how you implemented extrafanart ArtworkBeef/ArtworkHelper. Can not really remember the design of your DialogVideoInfo, maybe you can post an example screenshot how the resource png's looking in your Skin in DialogVideoInfo. RE: Actor/Actress PNG's resource addon - brazen1 - 2019-03-25 Do you have a video example or some screenshots? RE: Actor/Actress PNG's resource addon - manfeed - 2019-03-25 ...and of course... Gemma Arterton I have not implemented this in my skin yet, but already thinking in how to do it... thanks for your work! RE: Actor/Actress PNG's resource addon - chrissix666 - 2019-03-25 (2019-03-25, 18:53)brazen1 Wrote: Do you have a video example or some screenshots? On the top of the first post is a youtube video embedded (Skin is Aeon MQ7) RE: Actor/Actress PNG's resource addon - brazen1 - 2019-03-25 I figured as much but I see nothing? All I see is "So that you can imagine more below, here is a small video showcase:" And nothing else. Never mind. Doesn't work using IE. Edge does. RE: Actor/Actress PNG's resource addon - chrissix666 - 2019-03-25 (2019-03-25, 19:09)brazen1 Wrote: I figured as much but I see nothing? Then something is wrong with your browser: Here a seperate link: https://www.youtube.com/watch?v=W2OuKAmChnk RE: Actor/Actress PNG's resource addon - brazen1 - 2019-03-25 Now I see what you've added. Pretty nifty. Curious, I've always wanted to use my own actor/actress artwork in addition to what gets scraped. In other words, your mod shows your custom artwork when 'focusing' on an actress. I'm also interested in adding artwork to the actor/actress bios page when you select one and you see the additional pictures. Are you familiar with any of this? RE: Actor/Actress PNG's resource addon - manfeed - 2019-03-25 ...and of course Bella Thorne... RE: Actor/Actress PNG's resource addon - chrissix666 - 2019-03-25 (2019-03-25, 19:29)brazen1 Wrote: actor/actress bios pageWith the bios page you mean add-on ExtendedInfo Script? I have never tinkered and played around on codes with the script. But the script also displays clearlogo and studio logos white from my local sources. Should not be a big difficulty. If anyone knows something, post here please RE: Actor/Actress PNG's resource addon - chrissix666 - 2019-03-25 (2019-03-25, 19:34)manfeed Wrote: ...and of course Bella Thorne... I did not knew her (for whatever reason), but she was on my watch out list, but thought she's more of a pornstar^^ ... ok no, she's a real actress |