celluloid
celluloid copied to clipboard
Feature request: playback history
Hello,
Would it be possible to add playback history to Celluloid? It would be great if you use Gtk's file history.
There's already one in the open dialog. It's under the Recent Files
section.
There's already one in the open dialog. It's under the
Recent Files
section.
File chooser recent files, and file/url history are two different things. The former will not show arbitrary URLs for example.
What I am talking about is a per-application recent history.
https://developer.gnome.org/gtk3/stable/GtkRecentChooser.html https://developer.gnome.org/gtk3/stable/GtkRecentChooserMenu.html
Any way to achieve this with this script? https://github.com/hacel/recent it works fine on mpv but i couldn't on celluloid. the default hotkey doesn't work and changing it to a free one didn't help either
@fabianski7
If you replace mp.find_config_file(".")
on this line with a string containing a path to a directory for storing the plugin's log file, it should work.
Example: o.log_path = utils.join_path("/tmp", o.log_path)
.
Thanks!