I am trying to figure out what to put for the Disk Number media tag.
I want it to show up when there is a multiple disk album, but not show up when its just one disk. So it'll show: Album Name [Disk 2/2] with multiple disks and just Album Name with just single disk.
I have my files tagged with Album Name and disk numbers labeled.
Disk Number
a2wistd2
Junior Member Posts: 23 Joined: Nov 2009 Reputation: 0 |
2009-12-04 05:17
Post: #1
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-12-04 05:24
Post: #2
Show up where exactly?
XBMC will already combine multi-disk albums into one entry anyway. Thus, the only time you see one disk at a time is if you are playing a song and it shows the album name. In this case you don't know how many disks there are in the set - you know only which disk the current song is on. Cheers, Jonathan Always read the XBMC online-manual, FAQ and search the forum before posting. Do not 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 |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2009-12-04 06:34
Post: #3
http://wiki.xbmc.org/?title=InfoLabels
MusicPlayer.DiscNumber Disc Number of current song stored in ID tag info, also available are "MusicPlayer.offset(number).DiscNumber" offset is relative to the current playing item and "MusicPlayer.Position(number).DiscNumber" position is relative to the start of the playlist Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
a2wistd2
Junior Member Posts: 23 Joined: Nov 2009 Reputation: 0 |
2009-12-05 04:13
Post: #4
I am using Disk.Number but it only says '1' or '2', I don't get the "CD" part. That is what I'm looking for.
|
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2009-12-05 05:01
Post: #5
<label>$LOCALIZE[blah] $INFO[blah]</label>
or <label>CD $INFO[blah]</label> Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
vassie
Junior Member Posts: 3 Joined: Aug 2011 Reputation: 0 |
2013-04-02 17:13
Post: #6
Hello
Sorry to post in an old thread but I am looking to do the same If I have an album that has two CD's then I populate the disc number field with 1/2, 2/2 etc, and albums with only one CD 1/1 When playing an album from my library, the main screen will show me the artist, album and disc number, I am trying to configure XBMC not to show the disc number if there is only one CD Thank you |
| find quote |
phil65
Skilled Skinner Posts: 4,456 Joined: Mar 2009 Reputation: 56 Location: Cologne, Germany |
2013-04-02 17:25
Post: #7
in your case <visible>!Stringcompare(ListItem.DiscNumber,1/1)</visible>
|
| find quote |
vassie
Junior Member Posts: 3 Joined: Aug 2011 Reputation: 0 |
2013-04-03 12:42
Post: #8
(2013-04-02 17:25)phil65 Wrote: in your case <visible>!Stringcompare(ListItem.DiscNumber,1/1)</visible>Thank you, I'll give that a try |
| find quote |
vassie
Junior Member Posts: 3 Joined: Aug 2011 Reputation: 0 |
2013-05-10 15:33
Post: #9
Only just got round to trying this, what file do I need to edit?
Thank you |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)

![[Image: skinsq.png]](http://img854.imageshack.us/img854/931/skinsq.png)
Search
Help