Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(yt_dlp/wrappers/info_json): Add further fields to `RequestedDownloads` | Benedikt Peetz | 24 hours |
| | |||
* | chore(version): v1.4.0 v1.4.0 | Benedikt Peetz | 27 hours |
| | |||
* | build(treewide): Update | Benedikt Peetz | 28 hours |
| | |||
* | feat(yt/watch/events): Wire up the `yt-description-*` client commands | Benedikt Peetz | 28 hours |
| | |||
* | refactor(yt/description): Provide `get` function, returning a string | Benedikt Peetz | 28 hours |
| | | | | This allows code to get the description without shelling out. | ||
* | refactor(yt/config): Rename `local_comments_length` to `local_display_length` | Benedikt Peetz | 28 hours |
| | | | | This allows to use this value both for comments and description display. | ||
* | feat(yt/description): Init | Benedikt Peetz | 28 hours |
| | |||
* | refactor(yt/comments): Move the display code to a separate function | Benedikt Peetz | 28 hours |
| | |||
* | fix(yt/cli): Ensure that all `[No <xyz>]` value can be parsed | Benedikt Peetz | 28 hours |
| | |||
* | feat(tree-sitter-yts): Update to new tree-sitter version & improve parsing | Benedikt Peetz | 28 hours |
| | |||
* | fix(yt_dlp/wrappers/info_json): Add missing fields to `Subtitle` | Benedikt Peetz | 28 hours |
| | |||
* | fix(yt_dlp/wrappers/info_json): Treat `Extractor` and `ExtractorKey` as Strings | Benedikt Peetz | 28 hours |
| | | | | | There are too many possible extractors to mandate hard-coding them in a enumeration. | ||
* | chore(version): v1.3.3 v1.3.3 | Benedikt Peetz | 2024-11-16 |
| | |||
* | build(treewide): Update dependencies | Benedikt Peetz | 2024-11-16 |
| | |||
* | fix(yt/select/add): Avoid crash on adding a video | Benedikt Peetz | 2024-11-08 |
| | | | | | | Currently, it expects the video to be already added to the database, as it requires looking up it's hash from it. Re-ordering the statements is not the cleanest solution, but it works. | ||
* | chore(version): v1.3.2 v1.3.2 | Benedikt Peetz | 2024-11-04 |
| | |||
* | chore(tree-sitter-yts): Add copyright headers | Benedikt Peetz | 2024-11-04 |
| | |||
* | build(update.sh): Improve recursiveness | Benedikt Peetz | 2024-11-04 |
| | |||
* | fix(yt/select/cmds): Fix future incompatibility | Benedikt Peetz | 2024-11-04 |
| | | | | In rust edition 2024 this type can no longer be auto-injected. | ||
* | build(treewide): Update | Benedikt Peetz | 2024-11-04 |
| | |||
* | fix(tree-sitter-yts/grammar.js): Add missing commands | Benedikt Peetz | 2024-11-04 |
| | |||
* | build(tree-sitter-yts): Include in builds | Benedikt Peetz | 2024-11-04 |
| | |||
* | refactor(tree-sitter-yts): Move in tree | Benedikt Peetz | 2024-11-04 |
| | |||
* | style(yt/main): Use consistent use qualifications | Benedikt Peetz | 2024-11-04 |
| | |||
* | build(cog.toml): Format *before* checking the formatting | Benedikt Peetz | 2024-11-04 |
| | | | | | Otherwise, the formatting step would always be useless, as everything should already be formatted. | ||
* | fix(yt_dlp/progress_hook): Mark estimates as such | Benedikt Peetz | 2024-11-04 |
| | | | | | Currently, the wildly changing estimate numbers are not differentiated from the valid numbers. | ||
* | fix(yt/download): Only print changed bytes sizes, on changed string | Benedikt Peetz | 2024-11-04 |
| | | | | | | 2_000_000_000 and 2_000_000_001 cache sizes are not the same, but will both print out "1.86 GiB". Obviously, notifying the user about this change is rather counter-productive. | ||
* | fix(yt/download): Don't trust the `cache_path` attribute | Benedikt Peetz | 2024-11-02 |
| | |||
* | chore(version): v1.3.1 v1.3.1 | Benedikt Peetz | 2024-10-29 |
| | |||
* | style(treewide): Format | Benedikt Peetz | 2024-10-29 |
| | |||
* | fix(yt/videos/display): Also replace '“' in titles | Benedikt Peetz | 2024-10-29 |
| | |||
* | chore(yt_dlp/wrapper/info_json): Add further structure fields | Benedikt Peetz | 2024-10-29 |
| | |||
* | fix(yt/watch): Refine the warning on empty queue | Benedikt Peetz | 2024-10-29 |
| | | | | | This avoids spamming the terminal with "Queue is empty" messages, when one warning would have been enough. | ||
* | fix(yt_dlp/lib/progress_hook): Avoid overriding previous messages | Benedikt Peetz | 2024-10-29 |
| | | | | Otherwise, the hook would simply cancel the already printed line. | ||
* | fix(yt_dlp/lib/progress_hook): Estimate `total_byte_size` better | Benedikt Peetz | 2024-10-19 |
| | | | | | | This still is sort of weird, because the total byte size changes whilst downloading, but it is still immensely better than just putting a `0` there. | ||
* | fix(yt/cache): Don't try to delete video cache paths that don't exist anymore | Benedikt Peetz | 2024-10-19 |
| | | | | | | | | This is a quite common problem, because the download dir (residing on `/tmp/yt` by default) is cleared with every reboot, leaving the stale `cache_path` entries in the database. If a user would than run `yt download --force` these already deleted `cache_paths` should not be deleted again. | ||
* | fix(yt/download): Create the download dir, if it does not exist | Benedikt Peetz | 2024-10-19 |
| | |||
* | chore(version): v1.3.0 v1.3.0 | Benedikt Peetz | 2024-10-14 |
| | |||
* | refactor(libmpv2): Include in the workspace | Benedikt Peetz | 2024-10-14 |
| | |||
* | chore(treewide): Add missing copyright header | Benedikt Peetz | 2024-10-14 |
| | |||
* | test(treewide): Fix, so they compile and ignore | Benedikt Peetz | 2024-10-14 |
| | | | | | The tests are just not in an ideal state right now. Running them via `cargo test` still works, but the `yt_dlp` test simply seem to deadlock? | ||
* | build(scripts/mkdb.sh): Update to use new sql schema path | Benedikt Peetz | 2024-10-14 |
| | |||
* | style(treewide): Format | Benedikt Peetz | 2024-10-14 |
| | |||
* | build(.envrc): Set `sqlx`'s `DATABASE_URL` variable | Benedikt Peetz | 2024-10-14 |
| | |||
* | refactor(treewide): Conform to the clippy and rust lints | Benedikt Peetz | 2024-10-14 |
| | |||
* | feat(unreachable): Init trait | Benedikt Peetz | 2024-10-14 |
| | |||
* | refactor(treewide): Combine the separate crates in one workspace | Benedikt Peetz | 2024-10-14 |
| | |||
* | build(Cargo.toml): Add further lints | Benedikt Peetz | 2024-10-14 |
| | |||
* | feat(videos): Provide a consistent display for the `Video` struct | Benedikt Peetz | 2024-10-14 |
| | | | | | Before, `Video`s where colourized differently, just because the colourization was not standardized. It now is. | ||
* | fix(downloader): Don't display changed cache size on first run | Benedikt Peetz | 2024-10-07 |
| | | | | | | | Currently, the "Can't download video ..." message is directly followed by the "Current cache size has changed ...", when a full cache was hit before. This avoids this duplicated message, by update the cached cache size. |