aboutsummaryrefslogtreecommitdiffstats
path: root/src/select/selection_file (unfollow)
Commit message (Collapse)Author
2024-08-23feat(treewide): Use a configuration fileBenedikt Peetz
This allows use to avoid duplication of default values in the codebase and obviously also facilitates changing these without having to re-compile.
2024-08-22feat(select/file): Allow `--priority` argument to all functionsBenedikt Peetz
This allows setting a priority even on picked videos.
2024-08-21fix(select/duration): Also parse `[No Duration]` as durationBenedikt Peetz