Cdart.png for Albums not recognised Aeon Nox 5
#1
Hi guys.....(and possibly...maybe girls...??)

So only my second post on here and its a cry out for some technical assistance im afraid with getting cdart.png recongised when browsing through albums.

So starting from the beginning I have been a long time user of Kodi and I've been using Aeon Nox 5 for the past few months and have been creating a few custom views for Movies, TV and Music and what I am currently trying to achieve is a hybrid of a list and episode view which when albums are being browsed displays the album cover and the associated cdart in the form of cdart.png which is stored in the corresponding album folder, for example cdart.png for Slipknot album All Hope Is Gone is D:\Music\Slipknot\All Hope Is Gone\cdart.png.

So currently I have my XML set as follows for my cdart, which has a fallback of a standard disc image if nothing is detected, but what causes me confusion is that this method works in DialogAlbumInfo.xml but doesnt here....?

Code:
<texture background="true" fallback="special://skin/extras/cdart/default.png" diffuse="thumbs/cdart_mask.png">$INFO[ListItem.FileNameAndPath,,/cdart.png]</texture>

I've also tried the below also, along with a few others, but the results are the same and only the fallback image is shown.

Code:
<texture background="true" fallback="special://skin/extras/cdart/default.png" diffuse="thumbs/cdart_mask.png">$INFO[ListItem.Path ,,/cdart.png]</texture>

Here is a visual of what I'm trying to achieve as it currently stands:-

Image

Like I mentioned before the thing that confuses me is that the first section of code works with DialogAlbumInfo.xml and I know that the cdart.png is being recognised by more than just DialogAlbumInfo.xml as it also appears on the player and fullscreen player when a track is being played.

Any help/suggestions would be greatly appreciated as to where im going wrong or even if im trying to achieve something that just simply doesn't or wont work.

Thanks. Big Grin
Reply
#2
(2014-12-28, 19:12)mrwookie Wrote: Hi guys.....(and possibly...maybe girls...??)

So only my second post on here and its a cry out for some technical assistance im afraid with getting cdart.png recongised when browsing through albums.

So starting from the beginning I have been a long time user of Kodi and I've been using Aeon Nox 5 for the past few months and have been creating a few custom views for Movies, TV and Music and what I am currently trying to achieve is a hybrid of a list and episode view which when albums are being browsed displays the album cover and the associated cdart in the form of cdart.png which is stored in the corresponding album folder, for example cdart.png for Slipknot album All Hope Is Gone is D:\Music\Slipknot\All Hope Is Gone\cdart.png.

So currently I have my XML set as follows for my cdart, which has a fallback of a standard disc image if nothing is detected, but what causes me confusion is that this method works in DialogAlbumInfo.xml but doesnt here....?

Code:
<texture background="true" fallback="special://skin/extras/cdart/default.png" diffuse="thumbs/cdart_mask.png">$INFO[ListItem.FileNameAndPath,,/cdart.png]</texture>

I've also tried the below also, along with a few others, but the results are the same and only the fallback image is shown.

Code:
<texture background="true" fallback="special://skin/extras/cdart/default.png" diffuse="thumbs/cdart_mask.png">$INFO[ListItem.Path ,,/cdart.png]</texture>

Like I mentioned before the thing that confuses me is that the first section of code works with DialogAlbumInfo.xml and I know that the cdart.png is being recognised by more than just DialogAlbumInfo.xml as it also appears on the player and fullscreen player when a track is being played.

Any help/suggestions would be greatly appreciated as to where im going wrong or even if im trying to achieve something that just simply doesn't or wont work.

Thanks. Big Grin

I think it may have something to do with the CDart not being in the database but I am not sure if that is the actual reason why the image appears in DialogAlbumInfo and not anywhere else using the same code. You might have to wait for CDart Manager to be updated as I believe that adds the CDart to the database so you can call it with $INFO[ListItem.Art(discart)] but that is just a guess.
Reply
#3
(2014-12-28, 21:06)mikesilvo164 Wrote: I think it may have something to do with the CDart not being in the database but I am not sure if that is the actual reason why the image appears in DialogAlbumInfo and not anywhere else using the same code. You might have to wait for CDart Manager to be updated as I believe that adds the CDart to the database so you can call it with $INFO[ListItem.Art(discart)] but that is just a guess.

Cool thanks for the reply.Big Grin

I have a test machine running Gotham so if CDart Manager hasn't been updated yet I'll give it a try on that. Just out of curiosity does CDart Manager dump the cdart.png's into the root of each album as standard as that how I got all the cdart I have now from running it on Gotham?
Reply
#4
(2014-12-28, 22:20)mrwookie Wrote:
(2014-12-28, 21:06)mikesilvo164 Wrote: I think it may have something to do with the CDart not being in the database but I am not sure if that is the actual reason why the image appears in DialogAlbumInfo and not anywhere else using the same code. You might have to wait for CDart Manager to be updated as I believe that adds the CDart to the database so you can call it with $INFO[ListItem.Art(discart)] but that is just a guess.

Cool thanks for the reply.Big Grin

I have a test machine running Gotham so if CDart Manager hasn't been updated yet I'll give it a try on that. Just out of curiosity does CDart Manager dump the cdart.png's into the root of each album as standard as that how I got all the cdart I have now from running it on Gotham?

Yes it adds the CDart to each album folder.
Reply
#5
(2014-12-29, 01:32)mikesilvo164 Wrote: Yes it adds the CDart to each album folder.

Ok thanks. I guess its a waiting game then for CDart Manager to be updated as trying to create a database manually, if at all possible, would be out of my depth.
Reply

Logout Mark Read Team Forum Stats Members Help
Cdart.png for Albums not recognised Aeon Nox 51