Author Topic: Accessing the Start Time / End Time through tagging system  (Read 1441 times)

maziara

  • Newbie
  • *
  • Posts: 6
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

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9299
What do you mean by "start time" of a song?

I assume by "end time" you mean the length of the song, correct?
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

redwing

  • Guest
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.

maziara

  • Newbie
  • *
  • Posts: 6