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

Add ani-man #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions mpv_script_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2982,5 +2982,28 @@
"install_dir": "github/werman/noise-suppression-for-voice",
"sharedrepo": false,
"stars": 70943
},
"github:johndovern/ani-man": {
"name": "ani-man",
"url": "https://github.com/johndovern/ani-man",
"type": "other",
"desc": "Offline anime/video progress tracking.",
"os": [
"Linux"
],
"sharedrepo": false,
"install": "git",
"receiving_url": "https://github.com/johndovern/ani-man.git",
"install_dir": "github/johndovern/ani-man",
"scriptfiles": [
"conf/lua/ani-man.lua"
],
"scriptoptfiles": [
"conf/lua/ani-man.conf"
],
"executablefiles": [
"ani-man"
],
"install-notes": "To complete the installation please run:\n\tani-man --setup\nPlease ensure that ~/bin is in your PATH.\nFor help please run:\n\tani-man --help"
}
}