After looking into the xspf format, I found that vlc has the following options:
Code: Select all
<vlc:option>start-time=TIME</vlc:option>
<vlc:option>stop-time=TIME</vlc:option>
Though it would still be nice if the trackbar focused on the start/stop time specified. If the album is long but the specific track is short, it becomes virtually impossible to seek with the trackbar. And despite specifying a duration for each track, that seems to be ignored and the duration of the full album is displayed instead.
Also, my understanding is that these options only work with a few file formats (avi, mov, mkv, mp4), so if it's an mp3, flac, etc., presumably it won't be a viable option.