2022-04-05 11:05:58 +00:00
|
|
|
# peertube-cli
|
|
|
|
Just for fun. Simple "player" API script for PeerTube instances.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
* Select videos and play
|
2022-04-05 16:16:13 +00:00
|
|
|
* Seeding videos[1]
|
|
|
|
* Switch instance from public list in config.json[2] or manual input. Also recent used instance list.
|
2022-04-05 11:05:58 +00:00
|
|
|
* All others futures maybe working 50/50
|
|
|
|
|
|
|
|
Depends:
|
|
|
|
* [mpv](https://mpv.io) (recommended)
|
|
|
|
* [jj](http://gitea.phreedom.club/localhost_frssoft/jj)
|
|
|
|
* [curl](https://curl.se/)
|
|
|
|
* [fzy](https://github.com/jhawthorn/fzy)
|
|
|
|
|
2022-04-05 16:16:13 +00:00
|
|
|
Opt. depends:
|
|
|
|
* [1]transmisson-daemon - for seeding videos when playing (but video still load from server).
|
|
|
|
|
|
|
|
[2]**Warning:** "Public" list instances in config.json may content _unofficial instance_
|
2022-04-05 11:05:58 +00:00
|
|
|
|