Coder Social home page Coder Social logo

mpv-scripts's Introduction

mpv-scripts's People

Contributors

jonniek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mpv-scripts's Issues

appendURL doesn't work on Wayland

Could it use wl-clipboard instead?

As far as i can tell wl-paste should handle the case well where xclip is involved without any arguments but i'm not sure how to detect Wayland inside the script.

Noob Question about the append script.

I am really new to using scripts at all. I wanted to ask how to specifically use the appendurl script. Does it work like mpv -[some text related to the script]? I couldn't find any combinations of text to use that seemed to work, but I am not sure how to use it, if this is the case.

I ideally want to bind it to a hotkey to play whatever video is linked in my clipboard, but that is besides the point,

Keybinds - Sugestion

Hello,
I'm using your playlistmanager, it's awesome!!!
Susgestion: do you know or want to do a keyboard shortcuts list? Like using "z" a list of active keybinds appear at right of the mpv.

thanks . good work.

About the buffer or "live"

It's actually a question or a suggestion. Sorry, I don't know how to set flags.
I noticed that if you pause mpv, then with "play" the playback will continue from the same mark. That is, it will start to lag behind the air. I don’t know how far she can lag behind, but it seemed to me that I paused for at least 5-6 seconds.
It seems to me that it is right to keep up with the air, although pauses can also be annoying. Now the question is, is this set in mpv or can it be configured in a script? I wanted to convey this to the author, maybe this is a bug or is he aware of it? Need some thoughts on this.

appendURL.lua fails to add url if previus file is over

Hi!
I noticed this issue:

  • open mpv pseudo gui
  • copy an URL to a video
  • press "a" in the mpv empty gui
  • the video starts and runs ok till it ends, so no issues
  • after video is over, if mpv config option "idle=yes" is set, the gui stays open waiting for a new input file or url. So ok
  • now if copy an other URL in my clipboard
  • and press "a" in the gui
  • nothing happens

Seems appendURL script is not recalled again as expected, when mpv window gui has already finished to play all previous videos and stays open in "idle mode".

Could this "bug" be fixed?
Thanks in advance for your work, anyway useful script!
Bye! :)

Move to trash

The current trashfileonend.lua version uses "rm" and deletes the file directly under Linux. It would be better to use the trashcan. You can do this automatically with "gio trash".

Previous version:

local rm = 'rm'.
local response = utils.subprocess({ cancellable=false, args = { rm, path } })

New version:

local rm = 'gio'
local response = utils.subprocess({ cancellable=false, args = { rm, "trash", path } })

Would have to be adjusted accordingly for Windows.

Error when pressing 'r'

When playing and pressing "r' such an error
изображение
The player also closes if you press Shift + r (R) again

Question on radio saving song titles

First off, must say that despite the scarce documentation I find your scripts well thought out and super useful THANK YOU +)

Secondly, and regarding the radio lua script: would it be possible to toogle a "keep saving automaticly" the songs' info as they change throughout the session?

Also, is there a way to have more than one radio station (in the playlist, or several playlists) and cycle through them?

Cheers

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.