getmusicbee.com

Support => Questions => Topic started by: maziara on May 02, 2018, 07:21:04 AM

Title: Accessing the Start Time / End Time through tagging system
Post by: maziara on May 02, 2018, 07:21:04 AM
I was wondering if there would be a way to access the Start Time / End Time of each song. To be used in highlighting, or to display in the panels.

For example I would like to highlight the songs that have Start Time enabled for them.

Thanks
Title: Re: Accessing the Start Time / End Time through tagging system
Post by: phred on May 02, 2018, 11:51:11 AM
What do you mean by "start time" of a song?

I assume by "end time" you mean the length of the song, correct?
Title: Re: Accessing the Start Time / End Time through tagging system
Post by: redwing on May 02, 2018, 12:22:18 PM
I would like to highlight the songs that have Start Time enabled for them.

You can use a virtual tag. For instance, the following formula
Code
$IsNull(<Start>,,<Start>)
will display start time of tracks. You can add the virtual tag to the main panel or use "that virtual has a value" for a highlighting rule.
Title: Re: Accessing the Start Time / End Time through tagging system
Post by: maziara on May 02, 2018, 07:02:22 PM
Thanks redwing! This is exactly what I was looking for!  :)