是否可以將任何播放器配置為僅在規定的時間內播放歌曲,然後切換自動轉到其他歌曲?
答案1
您正在尋找的功能通常稱為「簡介」。我找到了一個Winamp插件與一些谷歌-fu。其他一些媒體播放器也內建了此功能。
答案2
該組件還提供僅跳過部分曲目的功能。若要利用部分跳過,請設定帶有要跳過的時間碼的標記欄位 SKIP。例如,SKIP=0:00:00-0:01:25(或簡單地 SKIP=-0:01:25)可跳過前 85 秒。
Can also skip parts of tracks. Tag field SKIP specifies the timecodes:
SKIP=-<time> to skip from the beginning to <time>
SKIP=<time>- to skip from <time> to the next track
SKIP=<a>-<b> to skip from position <a> to later position <b>
SKIP=-<a>;<b>- to skip from start to <a> and from <b> to next track
例如,該值00:03:00-
將在 3 分鐘後跳過所有標記的檔案。注意結尾的減號。閱讀更多內容氫音頻關於如何設定它。這有點棘手