TA的每日心情 | 慵懒 2020-6-24 01:28 |
---|
签到天数: 895 天 [LV.10]以坛为家III
至尊会员
- 积分
- 164133
|
本帖最后由 cczzhh 于 2017-11-25 03:53 编辑
是,意思就是独占输出,其他应用没声音是正常表现啊。
关于loop的问题,我下了7月份的0.26版,里面的document是:
- ``--loop-playlist=<N|inf|force|no>``, ``--loop-playlist``
- Loops playback ``N`` times. A value of ``1`` plays it one time (default),
- ``2`` two times, etc. ``inf`` means forever. ``no`` is the same as ``1`` and
- disables looping. If several files are specified on command line, the
- entire playlist is looped. ``--loop-playlist`` is the same as
- ``--loop-playlist=inf``.
- The ``force`` mode is like ``inf``, but does not skip playlist entries
- which have been marked as failing. This means the player might waste CPU
- time trying to loop a file that doesn't exist. But it might be useful for
- playing webradios under very bad network conditions.
- ``--loop``
- Currently a deprecated alias to ``--loop-playlist``. After a deprecation
- period, it will be undeprecated, but changed to alias ``--loop-file``.
- ``--loop-file=<N|inf|no>``
- Loop a single file N times. ``inf`` means forever, ``no`` means normal
- playback. For compatibility, ``--loop-file`` and ``--loop-file=yes`` are
- also accepted, and are the same as ``--loop-file=inf``.
- The difference to ``--loop-playlist`` is that this doesn't loop the playlist,
- just the file itself. If the playlist contains only a single file, the
- difference between the two option is that this option performs a seek on
- loop, instead of reloading the file.
复制代码 即当时的loop是loop-playlist的别名。
然后现在loop(我之前的楼层里拷贝了最新版的文档的关于loop的解释)是loop-file的别名。
所以你把loop=inf改成loop-playlist=inf就可以了
|
|