Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: SKD - two problems (Read 2911 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

SKD - two problems

1. see format string.
If I request song info with this format, foobar2000 crashes.

2. calling utf8api -> TextOutColorsTabbed using formatting tag %_time_elapsed% returns '?' even if the song is currently running

SKD - two problems

Reply #1
2) %_time_elapsed% token is defined as an extra by playback_core::playback_format_title(), as are %_time_total% and %_ispaused%.

SKD - two problems

Reply #2
Quote
2) %_time_elapsed% token is defined as an extra by playback_core::playback_format_title(), as are %_time_total% and %_ispaused%.

and would it be a problem to implement these tags for regular track?
e.g. to check if the track I request the format is currently playing and format string properly (not played song would still return '?')