V2.5.5
For Package Maintainers
- the Makefile will now take care of changing the default
YTFZF_SYSTEM_ADDON_DIRif it doesn't matchPREFIX
Removed
kittythumbnail viewer is no longer builtin due to it not working withfzfinkittyversion 0.27+ (see #636), it will remain an addon in case you have an older version ofkitty.
Features
- add timezone for search history timestamp (@jpgichw #630)
- streams, and playlist tabs can be scraped with
invidious-channel --disable-actions- Puts a blanket disable on all actions, including submenus, and the back button
--sort=<name>- An easier way to load a sort name.
--sort=<0|1>will still turn sorting on/off
Addons
Interfaces
sixel- Opens a very basic menu written in python but uses sixel to display thumbnails
kitty- Opens the same menu as sixel, but uses the kitty protocol for thumbnails
- both
sixel, andkittyrequire thesixel-menufolder.
Extensions
smart-thumb-download- Instead of downloading thumbnails into that current process' cache directory, save thumbnails in
$YTFZF_CUSTOM_THUMBNAILS_DIR, that way when the same results are loaded again there is no need to download the thumbnails again.
- Instead of downloading thumbnails into that current process' cache directory, save thumbnails in
auto-thumb- Automatically picks a thumbnail viewer based on the terminal, and current xdg session (wayland/X11/tty)
Scrapers
video-infogets information on a youtube video when provided a link.
Changes
-
A warning will no longer be printed for a non-absolute channel link such as:
@pewdiepie -
By default
$YTFZF_LOGFILEis empty instead of/dev/stderr -
-qsets$search_sourcetohistinstead ofhist:$search_source, essentially it will not prompt you if nothign is selected from history -
url_handler_opts is handled with eval instead of pure word splitting
- this allows for quoting strings.
-
Video descriptions are no longer folded to fit on half the width.
-
Changed how
SIscrapes subscriptions
Fixes
invidious-channelscraper, also used in-cSI.- ueberzug thumbnail viewer is broken
ctrl-pon busybox- When running
make installwith a custom prefix, the defaultYTFZF_SYSTEM_ADDON_DIRis not changed, this is an unecessary burden on the packager and end user. -sdoes not use$search_source, always uses prompt-fwith--format-selection=normalwithyoutube-dlis broken- Only one missing dependency could be shown at a time
- Kitty thumbnail causing problems (@greenfoo #628)
ardextension scraper
Code
- Remove the unused ueberzug fd 3