Euro

Results 160 comments of Euro

try using -l with the rewrite, i'm curious if anything has changed. to get the rewrite run: ```sh curl https://raw.githubusercontent.com/pystardust/ytfzf/rewrite/ytfzf > ytfzf chmod +x ytfzf ``` `./ytfzf -lt blah blah...

is there any error, or do thumbnails just not work?

I'm honestly not sure what's happening here, you could try updating ytfzf by running `ytfzf --update`, or switching to the development or rewrite branch ```sh #change to rewrite for rewrite...

to revert back, you can do ```sh git clone https://gtihub.com/pystardust/ytfzf sudo make install ``` > /usr/bin/ytfzf: line 954: /tmp/ytfzf-subjson: Permission denied I had a feeling it'd be related to permission...

> same results after editing the FIFO to $HOME/.cache/.ytfzf-ueberzug-fifo-$PROC_ID interesting. If you have a configuration file set, try `YTFZF_CONFIG_DIR=. ytfzf -t search` if this fixes it it might be something...

yeah, that's my fault, $FIFO is nothing special, just a variable, forgot to change it to $file_path and yes you did do the image path thing correct. You might also...

I'm running out of ideas, I'm pretty sure it's a problem with ueberzug, but i'm not sure, try uninstalling ueberzug and reinstalling it, also try updating fzf, not sure how...

@jjanella idk if you still have this issue, but if you installed `ueberzug` with `sudo pip install ueberzug` try uninstalling it, then reinstalling it with `pip install ueberzug` (no sudo)

In the way that you are proposing, this will not work simply due to how shell uses variables. (although I do think this would be a nice feature) you could...

Move the video player function inside handle_keypress_alt_y