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
* fix: literal . in grep
* chore: bump v4.0.2 -> v4.0.3
* fix: posix compliance for cut
* feat : random user-agent, fix vrv provider, catt support
* fix: add back posix compliance
fix: add back execution bit
docs: remove media locale from man page and add catt as player
* refactor: replace sed with tr
* fix: add episode link to custom player
* fix: readd literal . reversed by previous commit
* fix: add exit on end and title flag for vlc
Co-authored-by: port19 <[email protected]>
Co-authored-by: coolnsx <[email protected]>
Copy file name to clipboardExpand all lines: ani-cli.1
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -54,17 +54,14 @@ ani-cli v4 uses environment variables to control unstable/untested and niche fea
54
54
\fBANI_CLI_MODE\fR
55
55
Controls the scraped media's mode, valid options are sub or dub. Default is sub.
56
56
.TP
57
-
\fBANI_CLI_MEDIA_LOCALE\fR
58
-
Controls the scraped media's locale, check allanime for valid options. Default is en-US.
59
-
.TP
60
57
\fBANI_CLI_DOWNLOAD_DIR\fR
61
58
Controls the directory where files are downloaded. Default is the current dir.
62
59
.TP
63
60
\fBANI_CLI_QUALITY\fR
64
61
Controls the scraped media's quality, check allanime for valid options or set to worst/best. Default is best.
65
62
.TP
66
63
\fBANI_CLI_PLAYER\fR
67
-
Sets the player ani-cli uses. Can be debug (print links), download (equivalent to -d), android_mpv (apk and am start), android_vlc (apk and am start), flatpak_mpv (for flatpak) or any player that can play urls. For defaults see working without arguments.
64
+
Sets the player ani-cli uses. Can be debug (print links), download (equivalent to -d), android_mpv (apk and am start), android_vlc (apk and am start), flatpak_mpv (for flatpak), catt (for streaming to tv), or any player that can play urls. For defaults see working without arguments.
68
65
.TP
69
66
\fBANI_CLI_EXTERNAL_MENU\fR
70
67
Controls the frontend of ani-cli. Can be 0 (uses fzf) or 1 (uses rofi dmenu). Default is 0.
0 commit comments