add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,24 @@
# peerflix
> 将基于视频或音频的种子流式传输到媒体播放器。
> 更多信息:<https://github.com/mafintosh/peerflix>。
- 流式传输种子中最大的媒体文件:
`peerflix "{{torrent_url|magnet_link}}"`
- 列出种子中所有可流式传输的文件(以磁力链接给出):
`peerflix "{{magnet:?xt=urn:btih:0123456789abcdef0123456789abcdef01234567}}" --list`
- 将种子中最大的文件以种子URL给出流式传输到 VLC
`peerflix "{{http://example.net/music.torrent}}" --vlc`
- 将种子中最大的文件流式传输到 MPlayer并带有字幕
`peerflix "{{torrent_url|magnet_link}}" --mplayer --subtitles {{subtitle-file.srt}}`
- 将种子中的所有文件流式传输到 Airplay
`peerflix "{{torrent_url|magnet_link}}" --all --airplay`