All Projects → hacel → recent

hacel / recent

Licence: other
No description or website provided.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to recent

mpv-youtube-download
A userscript for MPV that allows you to download youtube audio and video with one key press 💾
Stars: ✭ 16 (-36%)
Mutual labels:  mpv-script
immersive
Language learning mpv script for looking up words within mpv and generating Anki cards
Stars: ✭ 43 (+72%)
Mutual labels:  mpv-script
MPV lazy
🔄 mpv player 播放器折腾记录 windows conf ; 中文注释配置 快速帮助萌新入门 ; mpv-lazy 懒人包 win10 x64
Stars: ✭ 615 (+2360%)
Mutual labels:  mpv-script
mpv-youtube-upnext
A userscript for MPV that allows you to play "up next"/recommended youtube videos ⏭️
Stars: ✭ 29 (+16%)
Mutual labels:  mpv-script
mpv-gif-generator
Creates animated gifs using mpv hotkeys
Stars: ✭ 32 (+28%)
Mutual labels:  mpv-script
mpv-easycrop
A simple mpv script for manually cropping videos with ease.
Stars: ✭ 62 (+148%)
Mutual labels:  mpv-script
mpv crop script
A Lua script to take cropped screenshots in mpv, sans external dependencies
Stars: ✭ 77 (+208%)
Mutual labels:  mpv-script
mpv-osc-morden
Another mpv osc script
Stars: ✭ 149 (+496%)
Mutual labels:  mpv-script
mpv-search-page
An in-window search page for mpv player
Stars: ✭ 32 (+28%)
Mutual labels:  mpv-script
mpv-repl
A graphical REPL for mpv input commands
Stars: ✭ 70 (+180%)
Mutual labels:  mpv-script
videoclip
Easily create videoclips with mpv.
Stars: ✭ 49 (+96%)
Mutual labels:  mpv-script
mpvacious
Adds mpv keybindings to create Anki cards from movies and TV shows.
Stars: ✭ 286 (+1044%)
Mutual labels:  mpv-script
mpv-sub-scripts
Two mpv scripts for automatically pausing after each subtitle line and skipping intervals between subtitles.
Stars: ✭ 46 (+84%)
Mutual labels:  mpv-script
cfg
my dotfiles
Stars: ✭ 26 (+4%)
Mutual labels:  mpv-script
mpv-file-browser
A simple no-dependency file browser for mpv player
Stars: ✭ 139 (+456%)
Mutual labels:  mpv-script
mpv-scripts
A collection of scripts for mpv player
Stars: ✭ 138 (+452%)
Mutual labels:  mpv-script
mpv-ytdlautoformat
A simple mpv script to auto change ytdl-format for Youtube and Twitch
Stars: ✭ 30 (+20%)
Mutual labels:  mpv-script

recent.lua

Recently played menu

Logs played files to a history log file with an interactive 'recently played' menu that reads from the log. Allows for automatic or manual logging if you want a file bookmark menu instead.

Menu controls:

  • Default display hotkey is `
  • Keyboard:
    • UP/DOWN to move selection
    • ENTER to load highlighted entry
    • DEL to delete highlighted entry
    • 0-9 for quick selection
    • ESC to exit
  • Mouse (if turned on):
    • WHEEL_UP/WHEEL_DOWN to move selection
    • MBTN_MID to load highlighted entry
    • MBTN_RIGHT to exit

Modify settings through script-opts/recent.conf

  • Log path is history.log inside whatever config directory mpv reads
  • Disabling auto_save makes it only save with a keybind
    • No save key is bound by default, see script-opts
  • See comments in the script for more info
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].