| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This facilitates outsourcing the mpv playlist operations and overlaying
them with an cache that provides the facility to convert for `playlist_entry_id`s
to `ExtractorHash`es even after their corresponding video has been
removed from the playlist.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
They make it possible to force check for new available videos and to
remove the currently playing video from the playlist to free cache
space (otherwise you would have to quit the whole playlist).
|
|
|
|
|
|
| |
This allows use to avoid duplication of default values in the codebase
and obviously also facilitates changing these without having to
re-compile.
|
| |
|
|
This repository was migrated out of my nixos-config.
|