v17 Artwork Beef - automatically add extended artwork
@rmrector 

I am not a beginner at ArtworkBeef, I have been dealing with it for a while. I'm already experimenting with multiimages via fadelabel control in skin .xml's, very promising.
But now a question about self-created artwork types. I designed my own artwork type for poster, called Postercase

naming:
Moviebasefilename-postercase.jpg
calling
ListItem.Art(postercase)

It works as it should, great!

Now I wanted to make more of my locally stored files usable for skins.
I use the local trailer feature, every movie has a local trailer.

naming of trailer file:
Moviebasefilename-trailer[.ext]
naming of trailer thumb
Moviebasefilename-trailer-thumb.jpg

Now i tried to use ListItem.Art(trailer-thumb)
But if I try this, nothing works

Then I renamed all files with the bulk rename utility to:
Moviebasefilename-trailerthumb.jpg
Not all is working.

Question: 

I read your tutorials and wiki's more often, but found nothing about whether there are restrictions on naming.

Can a "-" not be used in naming? Other letters also not usable?
Must the word used as a prefix always be written together?


I have integrated soundtracks (ost's, scores) into my movie folders, and also into my skin
Now i use a folder "soundtrack" in the movie folder in there is a folder.jpg and sometimes a discart1.jpg and discart2.jpg
$INFO[ListItem.Path,,soundtrack/folder.png]
$INFO[ListItem.Path,,soundtrack/discart1.png]
$INFO[ListItem.Path,,soundtrack/discart2.png]

I am well aware that I have to enter these files directly into the film folder without the soundtrack subfolder in future.
But the naming is still not clear to me. For example, I would like to use something like this:

Moviebasefilename-soundtrack-cover.jpg
Moviebasefilename-soundtrack-discart1.jpg
Moviebasefilename-soundtrack-discart2.jpg

But I suspect the hyphen "-" will not be accepted at the next attempt.
Is that why I really have to call it that without compromise that way?:

Moviebasefilename-soundtrackcover.jpg
Moviebasefilename-soundtrackdiscart1.jpg
Moviebasefilename-soundtrackdiscart2.jpg
____

I'm very much experimenting in skinning with different artwork types and now i try a lot with multiimages.
Until now I use the function ListItem.Path with folder with different artwork types in it (extraposter, extrakeyart, extracharacterart)

                <control type="multiimage">           
                <imagepath background="true">$INFO[ListItem.Path,,folderpath/]</imagepath>

I am well aware that in kodi when I scroll through the movies, each time a ListItem.Path (multiimage) is set, the folders are accessed and accessed again. I am currently using my system only locally and notice that it is already losing performance. If I would switch to NAS/SERVER this would be inconceivable. My current project is therefore currently to kick out all ListItem.Path and make all files accessable via ArtworkBeef. The goal should be that the hard drive is accessed only when a movie is played.

The following picture looks pretty messy, but am I on the right track? and/or is this the only way to get to my goal?
Image

Here is a example what it should look like in the skin:
(And yes I know, it looks very playful and exaggerated)


Reply


Messages In This Thread
Artwork Helper version 0.7.0 - by rmrector - 2016-10-11, 11:30
Extrafanart - by stephen147 - 2018-05-15, 20:59
RE: Artwork Beef Context Menu - by berkhornet - 2018-09-25, 11:49
RE: Artwork Beef - automatically add extended artwork - by chrissix666 - 2019-02-17, 02:13
Artwork changing by itself - by crazyhands911 - 2020-05-18, 00:24
Logout Mark Read Team Forum Stats Members Help
Artwork Beef - automatically add extended artwork5