More > JRiver Media Center 26 for Mac

Display Playlist Remaining Time in MM:SS?

(1/1)

WMarkT:
Is there a way to display Playlist Remaining Time with seconds? The existing display (e.g. 24 minutes) is good for an approximation, but sometimes and exact time is important (like starting music for timed fireworks).

Thanks for any guidance.

zybex:
There's a function called PlayListTime() but it doesn't seem to work on the status bar, and it doesn't update every second anyway.
It would make sense to be able to get the raw values in seconds that the user could then format with FormatDate() for display, perhaps like so:
[Playlist Remaining Time,0]
[Elapsed Time,0]
[Total Time,0]

Maybe @Matt can add that?

Matt:
I added an expression column to Playing Now and just played around with showing the remaining number of seconds for each file:
Math((PlaylistTime(4,0)-PlaylistTime(0, 0))/1000)

Maybe you could build on that.

zybex:
That works fine, but I believe we're talking about the Display bar on top which updates every second.
The default expression for that is:
[Elapsed Time] // [Total Time] - [Bitrate (labeled)]   [PN Position] of [PN Tracks]  [Zone] - [Playlist Remaining Time]

The [Playlist Remaining Time] prints "25 minutes", and OP wants something like "24:13" that updates every second, like [Elapsed Time] does.

Navigation

[0] Message Index

Go to full version