Your browser does not support javascript (or it is disabled.) Please use a browser with javascript or enable it.We need javascript to function properly otherwise some things won't work.
And I'd also love to know where I can actually learn how to use the script language so I can figure these things out myself in the future.
Edit: 5 minutes after I posted this, I figured out a solution for me.I'm using Code$If(<Disc Count>>1,$IsNull(<Disc#>,Null,"• Disc "<Disc#>)" "$IsNull(<Original Album>,," ~ "<Original Album>),) right now and I just define the <Original Album> as whatever the CD is called and the normal album is defined as the name of the compilation.I'm sure there's a more elegant solution tho.
$If(<Disc Count>>1,$IsNull(<Disc#>,Null,"• Disc "<Disc#>)" "$IsNull(<Original Album>,," ~ "<Original Album>),)
Hi All,Maybe a daft question, but I haven't seen anything about this, is there a way to have similar style disc names in the tracks view?Thanks
Quote from: voodoopunk on November 10, 2020, 03:13:38 PMHi All,Maybe a daft question, but I haven't seen anything about this, is there a way to have similar style disc names in the tracks view?ThanksThe "Group By" option might be able to do this?
Despite not being able to figure out how to use quotes correctly. I've found that the rule I've used from further up in this topic allows the use of grouping certain tracks from a single disc too, as per the following https://www.discogs.com/Violent-Arrest-Life-Inside-The-Western-Bloc/release/7029904
Quotes? What do you mean?
in the very first post of this thread, in most of the pictures, there are colored boxes to the left of the trackswhat are those? are they just customazible colors to tag the tracks?
$If(<Disc Count>>1,$IsNull(<Set Subtitle>,"➢ Disc "<Disc#>,"➢ Disc "<Disc#>" || "<Set Subtitle>),$IsNull(<Set Subtitle>,,<Set Subtitle>))
Hey guys. I've augmented @Bee-liever's original virtual tag like so:Code$If(<Disc Count>>1,$IsNull(<Set Subtitle>,"➢ Disc "<Disc#>,"➢ Disc "<Disc#>" || "<Set Subtitle>),$IsNull(<Set Subtitle>,,<Set Subtitle>))And it works really well. I'm loving the extra control. But I'm wondering, how might I further adjust this formula to make it so the "Disc #" doesn't repeat for each new subtitle that occurs within the same disc?