I have been trying to get my cdart's to show on the album level but I can't seem to get them to show. I can on songs level but it is a no go with albums.
My music structure is
Music
--Artist
---Album
---song.mp3
---cdart.png
If anyone knows the proper coding to get it to show it would be a big help! Tried to search for it, but cdart brings up a large amount of results!
Thanks
ekim232
Posting Freak Posts: 1,204 Joined: Nov 2008 Reputation: 5 Location: Chicago, IL |
HTPC SETUP |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2011-01-07 10:13
Post: #2
since there's no path associated with albums, it's not easy to get this done.
the code i use to reconstruct the path myself: Code: <texture>$INFO[Skin.String(Music_Folder_Path)]$INFO[ListItem.Artist]$INFO[ListItem.Album,/,/cdart.png]</texture>Skin.String(Music_Folder_Path) must point to the root of your music folder. also Artist and Album names must exactly match the folder names. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
ekim232
Posting Freak Posts: 1,204 Joined: Nov 2008 Reputation: 5 Location: Chicago, IL |
2011-01-08 00:12
Post: #3
Thanks Ronie
I was hoping for a method with out having to do a skin.string, so I might just have to forget about it for now. HTPC SETUP |
| find quote |
igotdvds
Skilled Skinner Joined: Jul 2009 Reputation: 11 |
2011-05-17 19:20
Post: #4
So do we have to set Skin.String(Music_Folder_Path)?
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2011-05-17 19:32
Post: #5
igotdvds Wrote:So do we have to set Skin.String(Music_Folder_Path)? yup, you'll have to make a skin setting so the user can select their music folder. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
igotdvds
Skilled Skinner Joined: Jul 2009 Reputation: 11 |
2011-05-17 19:35
Post: #6
ronie Wrote:yup, you'll have to make a skin setting so the user can select their music folder. Ok did that, and tested the label and it IS pulling the folder location BUT still no cdart on album level. Code: <control type="button" id="514">Image Code: <texture fallback="cd/default.png">$INFO[Skin.String(Music_Folder_Path)]$INFO[ListItem.Artist]$INFO[ListItem.Album,/,/cdart.png]</texture> |
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2011-05-17 20:22
Post: #7
debug log ;-)
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
igotdvds
Skilled Skinner Joined: Jul 2009 Reputation: 11 |
2011-05-17 20:41
Post: #8
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2011-05-17 23:45
Post: #9
weird, no errors at all.
it should log an error though if it's unable to find the cdart image... sorry, but i have no clue at this point. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
igotdvds
Skilled Skinner Joined: Jul 2009 Reputation: 11 |
2011-05-18 02:23
Post: #10
Anyone got this working?
|
| find quote |

![[Image: sigpic_51354_dedd3c5dac45dcc8f6b4ccc9d9ad3429.png]](http://forum.xbmc.org/uploads/signatures//sigpic_51354_dedd3c5dac45dcc8f6b4ccc9d9ad3429.png)
Search
Help