Giter Club home page Giter Club logo

Comments (4)

Siriusmart avatar Siriusmart commented on September 25, 2024 1

the error message says that the sixels library is not present in your system, fyi it is used to display images in terminal.

if you don't want sixels you can do the followings:

  • Install without sixels: use halfblocks to display pixelated image: cargo install --no-default-features -F halfblock -F clipboard -F mpv
  • Install without any image capabilities: cargo install --no-default-features F clipboard -F mpv

since you're on a mac you might encounter more errors and stuff, i'm leaving this issue open

gl

from youtube-tui.

ahmad-reza619 avatar ahmad-reza619 commented on September 25, 2024 1

I think you meant this command

cargo install youtube-tui --no-default-features -F halfblock -F clipboard -F mpv

just leaving it here if someone encounter the same thing.

Anyway, how do i install sixel in mac tho? i tried to install libsixel and lsix from brew but it's not working. so i tried your suggested command, but now i got another error saying mpv is not found, so i tried to install it too via homebrew. but it still does not work

idk what to do now

from youtube-tui.

ahmad-reza619 avatar ahmad-reza619 commented on September 25, 2024 1

Turns out i was using the wrong one. i should've installed the mpv cask, not formulae 😅
So i tried to install the cask but still getting the same issue. From browsing the issue i found out that the issue is probably related to Homebrew/homebrew-core#126368.
So i followed instruction from this issue deus0ww/homebrew-tap#9 but still no luck

I'll just post this here for future references. I'll comeback later to try if i have time. Thanks @Siriusmart for helping out 😄
(Installing asahi linux seems cool, but it's such an over the top solution for this lol)

from youtube-tui.

Siriusmart avatar Siriusmart commented on September 25, 2024
  • Did you successfully install mpv?
  • Try cargo install --git https://github.com/Siriusmart/youtube-tui --no-default-features -F halfblock -F clipboard -F mpv, I know it sounds stupid but the mpv the crates.io version tries to link to is 2 years old and somehow work for ubuntu. The git version works on bleeding edge Arch
  • Otherwise it could be something wrong with mpv, you can even give that up by installing it without -F mpv, note that you will then have to change up the config in commands.yml as you would have disable the embedded mpv player which is huge QoL and the default settings depends on that.
  • Or even better: https://asahilinux.org/ 😉

from youtube-tui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.