Giter Club home page Giter Club logo

Comments (6)

Zren avatar Zren commented on July 29, 2024

That would interfere with the Seekbar's tooltip + Thumbnail. I'd be fine with a toggle to hide the title alltogether, but you can already do this in ~/.config/mpv/script-opts/ocs.conf:

https://github.com/Zren/mpv-osc-tethys#oscconf

title= 

Make sure there's a space after the =. If there's no space, the title will default to mpv.

from mpv-osc-tethys.

Cananbolt avatar Cananbolt commented on July 29, 2024

I now understand that the title in ModernX would not work as it will interfere with the seekbar's tooltip + Thumbnail. But how about something like mpv bottombar.

20220606_195650

I included a pic that shows the title of the video as such. Would that still be intrusive to the seekbar's tooltip + Thumbnail?

from mpv-osc-tethys.

Zren avatar Zren commented on July 29, 2024

Are you asking for a row dedicated to the title under the seekbar? Not really interested in that.

from mpv-osc-tethys.

Cananbolt avatar Cananbolt commented on July 29, 2024

Yea, that wouldn't look good at all. I actually just played around with the script so that the border title size would be smaller, and now it's pretty much exactly how I want it. Thanks again for the script it's great.

P.S Is there any way you could show the audio track. The subtitle track selection is already there, and I would definitely love to see an audio track. Here's a pic of what I mean

image

Would it be possible to include the audio track on the left side of the subtitle track, as shown in the pic?

I'm definitely aware that this will take a lot of time as you would also have to create the tooltip code as well, but at the very least, I wanted to bring it to your attention. Sorry for all these requests.

from mpv-osc-tethys.

Zren avatar Zren commented on July 29, 2024

It's there, just not visible unless there's more than 1 track. Ctrl+F for cy_audio.

    ne = new_element("cy_audio", "button")

    ne.visible = (#tracks_osc.audio > 1)
    ne.enabled = (#tracks_osc.audio > 0)

from mpv-osc-tethys.

Cananbolt avatar Cananbolt commented on July 29, 2024

This is exactly what I wanted, I changed the number 1 to 0, and now it shows the audio track all the time. Thank you so much.

from mpv-osc-tethys.

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.