mpvScripts.chapterskip: Add missing metadata
This commit is contained in:
parent
0b157469b7
commit
86e2b649ab
@ -14,7 +14,13 @@ buildLua {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Automatically skips chapters based on title";
|
||||
longDescription = ''
|
||||
MPV script that skips chapters based on their title, categorized using regexes.
|
||||
The set of skipped categories can be configured globally, or by an auto-profile.
|
||||
'';
|
||||
homepage = "https://github.com/po5/chapterskip";
|
||||
license = lib.licenses.unfree; # https://github.com/po5/chapterskip/issues/10
|
||||
maintainers = with lib.maintainers; [ nicoo ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user