chaosplayr is a small CLI tool that displays a searchable list of the last 2 years of media.ccc.de content. Can open MPV on keypress
- Search list of videos & authors, and keywords
- view summary from video
- Bookmark certain videos in a local list to store
- caching of the rss feed
- if mpv has a callback mechanism, we could store watched time in that list and "continue" videos
- parameters for either sd or hd and mpv command line switches
- Prerequsites
- go >= 1.23.2
- mpv (tested with version 0.39.0)
go install github.com/burgr033/chaosplayr/cmd/chaosplayr
go build ./cmd/chaosplayr && ./chaosplayr
Code & Resource contributions are always welcome!