切换歌曲 | 自动 | 预定时间后

切换歌曲 | 自动 | 预定时间后

是否可以配置任何播放器仅在规定的时间内播放歌曲,然后切换自动切换到其他歌曲?

答案1

您正在寻找的功能通常称为“简介”。我找到了Winamp 插件带有一些 Google-fu。其他一些媒体播放器也内置了此功能。

答案2

福巴连同其组成部分foo_skip也可以这样做

该组件还提供仅跳过部分曲目的功能。要利用部分跳过功能,请将标记字段 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 分钟后跳过所有标记文件。请注意结尾的减号。阅读更多氢音频如何设置。这有点棘手

相关内容