Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move YTDLPLogger to beginning of file | Wolfgang Müller | 2024-09-19 | -11/+11 |
| | ||||
* | Use function to determine XDG directories | Wolfgang Müller | 2024-09-19 | -7/+9 |
| | | | | We do the same thing here twice, so this seems worth it. | |||
* | lint: Remove newline from imports | Wolfgang Müller | 2024-09-19 | -1/+0 |
| | ||||
* | Use os.makedirs instead of os.mkdir | Wolfgang Müller | 2024-09-19 | -4/+2 |
| | | | | | This will make sure that the whole directory structure will be created if missing and saves us a try/except block with exist_ok. | |||
* | Add .editorconfig | Wolfgang Müller | 2024-09-14 | -0/+12 |
| | ||||
* | Show video titles using yt-dlp | Juhani Krekelä | 2024-09-12 | -6/+104 |
| | | | | | | | | | | Different video URLs can be easy to confuse in the output of later(1). Look up titles for them in $XDG_CACHE_HOME/later/title.json and add an option, --update-titles, to populate the file automatically using yt-dlp. The title is prefixed with a hash sign (#) in order to better separate it visually from the URLs, as well as to allow easier copypasting of output onto an mpv command line. | |||
* | Change xdg_config_home to xdg_state_home | Juhani Krekelä | 2024-09-11 | -3/+3 |
| | ||||
* | Initial commit | Wolfgang Müller | 2024-09-10 | -0/+92 |