You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -537,12 +537,14 @@ Ani-skip is a script to automatically skip anime opening sequences, making it ea
537
537
538
538
For install instructions visit [ani-skip](https://github.com/synacktraa/ani-skip).
539
539
540
-
Ani-skip uses the external lua script function of mpv and as such – for now – only works with mpv.
540
+
Ani-skip uses the external lua script function of mpv and as such – for now – only works with mpv and celluloid.
541
541
542
542
**Warning:** For now, ani-skip does **not** seem to work under Windows.
543
543
544
544
**Note:** It may be, that ani-skip won't know the anime you're trying to watch. Try using the `--skip-title <title>` command line argument. (It uses the [aniskip API](https://github.com/lexesjan/typescript-aniskip-extension/tree/main/src/api/aniskip-http-client) and you can contribute missing anime or ask for including it in the database on their [discord server](https://discord.com/invite/UqT55CbrbE)).
545
545
546
+
**Note:** To get ani-skip to work under celluloid, copy the `skip.lua` to celluloid's script folder. This is usually `~/.config/celluloid/scripts`. The `skip.lua` file can be found in the root directory of ani-skip's repository if you installed via source, or in mpv's script directory `~/.config/mpv/scripts` if you installed it using the AUR.
Copy file name to clipboardExpand all lines: ani-cli.1
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,12 @@ Play the dubbed version. Without this flag, it'll always play the subbed version
59
59
Use rofi instead of fzf for the interactive menu
60
60
.TP
61
61
\fB\--skip\fR
62
-
Use ani-skip to skip the intro of the episode (mpv only)
62
+
Use ani-skip to skip the intro of the episode (mpv and celluloid only)
63
63
.TP
64
64
\fB\--no-detach\fR
65
-
Don't detach the player (useful for in-terminal playback, mpv only)
65
+
Don't detach the player (useful for in-terminal playback, mpv and celluloid only)
66
66
\fB\--exit-after-play\fR
67
-
Exit the player, and return the player exit code (useful for non interactive scenarios, works only if --no-detach is used, mpv only)
67
+
Exit the player, and return the player exit code (useful for non interactive scenarios, works only if --no-detach is used, mpv and celluloid only)
68
68
.TP
69
69
\fB\--skip-title\fR\fI\,<title>\/\fR
70
70
Specify the title to use for ani-skip
@@ -108,10 +108,10 @@ Controls the directory ani-cli uses for storing history. A /ani-cli subfolder is
108
108
Controls the default source. Valid is history (equivalent to -c), everything else means search. Default is search.
109
109
.TP
110
110
\fBANI_CLI_SKIP_INTRO\fR
111
-
Controls if ani-skip is used to skip intros (works with mpv only). Can be 0 (disabled) or 1 (enabled). Default is 0.
111
+
Controls if ani-skip is used to skip intros (works with mpv and celluloid only). Can be 0 (disabled) or 1 (enabled). Default is 0.
112
112
.TP
113
113
\fBANI_CLI_NO_DETACH\fR
114
-
Controls if mpv is detached from the main process for playback, which can be useful for use with terminal renderers such as kitty. (works with mpv only). Can be 0 (disabled) or 1 (enabled). Default is 0.
114
+
Controls if mpv is detached from the main process for playback, which can be useful for use with terminal renderers such as kitty. (works with mpv and celluloid only). Can be 0 (disabled) or 1 (enabled). Default is 0.
115
115
.TP
116
116
\fBANI_CLI_SKIP_TITLE\fR
117
117
Overrides the anime title to query for skip times. Can be any string value. Default is empty, resolving to the anime title as given by ani-cli.
0 commit comments