Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terminal Support #32

Closed
dostoievsky opened this issue May 6, 2023 · 8 comments
Closed

Terminal Support #32

dostoievsky opened this issue May 6, 2023 · 8 comments
Labels
enhancement New feature or request

Comments

@dostoievsky
Copy link

dostoievsky commented May 6, 2023

Hey guys! I have the following question:
This support any terminal? Or it is needed to be a GPU powered like Kitty or Alacrity?

@Siriusmart
Copy link
Owner

Basically any, Linux is definitely working, perhaps Macs, but it doesn't seem to be working on windows, according to some issues long time ago, but that's not problem with the terminal. There are no plans to make it work on Windows.

The TUI can work with any terminal emulators, and even tty. The experience would be better in terminals with sixel support, image rendering as a whole can be disabled in main.yml if you don't like the half block image rendering.

@dostoievsky
Copy link
Author

I didn't tested the tui yet because of this question. I case I do not using a terminal with sixel support (I am currently using urxvt, and already found a sixel extension, but I've been thinking of using terminator those later days), we can open pop-ups of the videos, like, pipe it to something like VLC?

I'll test it soon! You think those questions could be good details to be placed at README? I also can contribute with that after see how it works here.

@Siriusmart
Copy link
Owner

commands are defined in commands.yml, you can change how the tui plays the video by changing the config file, but i dont think vlc can play videos directly from youtube by default

@Siriusmart Siriusmart added the enhancement New feature or request label May 10, 2023
@akyag
Copy link

akyag commented Jul 27, 2023

Not working for me in Kitty but works well in konsole. Probably sixel issue as it just hangs in kitty when I search anything.

@Siriusmart
Copy link
Owner

I didn't read the full thread, but it seems like kitty doesn't like obeying to standards.
kovidgoyal/kitty#2511

@Siriusmart
Copy link
Owner

if you would want to use a minimal emulator, I suggest alarcitty-sixel or foot

@Neurognostic
Copy link

kitty doesn't like obeying to standards.

Sixel is not an agreed upon standard for doing terminal graphics, there is no agreement, Sixel is just the oldest.

Kitty is not the only terminal that implements the Kitty Graphics Protocol.

With Kitty you can play video directly in the terminal frame with mpv's kitty video output driver.

@ryanmusante
Copy link

ryanmusante commented Oct 24, 2023

I use kitty with Manjaro linux. I found that the keybindings work better with youtube-tui if you change from defaults. Also,what is your kitty config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants