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

Menu to append files to playlist #821

Closed
candrapersada opened this issue Dec 24, 2023 · 9 comments · Fixed by #822
Closed

Menu to append files to playlist #821

candrapersada opened this issue Dec 24, 2023 · 9 comments · Fixed by #822
Labels
enhancement New feature or request

Comments

@candrapersada
Copy link

candrapersada commented Dec 24, 2023

how to create Open file in queue/playlist from Context Menu?

uosc/README.md

Line 428 in b36cefe

o script-binding uosc/open-file #! Navigation > Open file

@po5
Copy link
Contributor

po5 commented Dec 24, 2023

No such thing. Would need loadfile <file> append

function(path) mp.commandv('loadfile', path) end,

@tomasklaen
Copy link
Owner

There is currently no menu to append files to playlist. But I wouldn't mind adding it when I have some time.

@tomasklaen tomasklaen changed the title [Question] how to queue (enqueue) media Menu to append files to playlist Dec 24, 2023
@tomasklaen tomasklaen added the enhancement New feature or request label Dec 24, 2023
@candrapersada
Copy link
Author

and Menu to append history to playlist

@christoph-heinrich
Copy link
Contributor

and Menu to append history to playlist

uosc doesn't keep track of a history, but memo is a great script for that with good uosc integration.

@po5
Copy link
Contributor

po5 commented Dec 26, 2023

Sadly we probably won't have similar functionality in scripts like memo since it'd conflict with the palette menu's submit binding. Interest in buttons has been shown in #475.

@candrapersada
Copy link
Author

And Add files to playlist from clipboard

@christoph-heinrich
Copy link
Contributor

And Add files to playlist from clipboard

There are clipboard scripts, no need to add this to uosc.

@candrapersada
Copy link
Author

how to create clipboard to Context Menu?

@hooke007
Copy link
Contributor

hooke007 commented Dec 27, 2023

There are clipboard scripts, no need to add this to uosc.

how to create clipboard to Context Menu?

Isn't it a script-binding command in your input.conf?

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

Successfully merging a pull request may close this issue.

5 participants