This repository contains my current mpv config and scripts.
favorite.js
is a script for mpv to save timestamps of your favorite TV-shows/Movies/Anime scenes.
I've made this because I like to keep a list on Wunderlist of great scenes for future reference.
Examples:
Foo Bar 24 - 19:29 -> 22:28
Alice and Bob - 11 - 14:04 -> 14:59
Download the favorite.js and place to your mpv's scripts
directory.
Platforms:
- Windows only:
mpv\scripts\favorite.js
You'll also need to download nircmd and place the nircmdc.exe
on a folder and then reference it on favorite.js
on line 2
.
Seek to the begging of desired time and press ctrl+d
then going to the final desired time and pressing again ctrl+d
.
The output will be the file name
(without scene release info) episode number
mm:ss -> mm:ss
copied to your clipboard.
favorite-screenshot.js
is a script for mpv to save timed-screenshots of your favorite TV-shows/Movies/Anime scenes.
I've made this because I like to keep a organized folder of screenshots for future reference.
Folder scructured example is as follows media title
episode number
:
.
├── mpv-screenshots
│ ├── Foo bar - 01
│ ├── Foo bar - 02
│ ├── Alice and Bob - 46
│ ├── Alice and Bob - 47
Download the favorite-screenshot.js and place to your mpv's scripts
directory.
Platforms:
- Windows only:
mpv\scripts\favorite-screenshot.js
You'll also need to install git and copy the mkdir.exe
located on C:\Program Files\Git\usr\bin\
on a folder and then reference it on favorite-screenshot.js
on line 2
.
Seek to the desired time and press ctrl+s
. The output will be the file name
(without scene release info) episode number
saved on the configured folder.
Software is provided as-is and the current as of 2018-09-26
regex is not perfect, contributions are welcome.