mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
Compare commits
4 Commits
86a4e187a6
...
260d212e22
Author | SHA1 | Date | |
---|---|---|---|
|
260d212e22 | ||
|
cc9d66d4a2 | ||
|
eb0677fef3 | ||
|
2221d550c0 |
BIN
.assets/showcase.jpg
Normal file
BIN
.assets/showcase.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
[**_Setup_**](#setup) | [**_Usage_**](#usage) | [**_Screenshots_**](#screenshots)
|
[**_Setup_**](#setup) | [**_Usage_**](#usage) | [**_Screenshots_**](#screenshots)
|
||||||
|
|
||||||
![aniwrapper stream gif - konosuba](https://imgur.com/HNRphY0.gif)
|
[![aniwrapper showcase](.assets/showcase.jpg)](https://user-images.githubusercontent.com/33813108/153111535-5010d44b-82c8-4800-af6b-b6c3ed51bb02.mp4)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ This tool scrapes the site [gogoanime](https://gogoanime.cm).
|
|||||||
- [Aniwrapper](#aniwrapper)
|
- [Aniwrapper](#aniwrapper)
|
||||||
- [Introduction](#introduction)
|
- [Introduction](#introduction)
|
||||||
- [MPV Extension - Skip Intro Script](#mpv-extension---skip-intro-script)
|
- [MPV Extension - Skip Intro Script](#mpv-extension---skip-intro-script)
|
||||||
- [Installing](#installing)
|
- [Installing](#installing)
|
||||||
- [Manual Install](#manual-install)
|
- [Manual Install](#manual-install)
|
||||||
- [Aniwrapper Menus](#aniwrapper-menus)
|
- [Aniwrapper Menus](#aniwrapper-menus)
|
||||||
- [Dealing with conflicting search queries / rofi grabbing from search list](#dealing-with-conflicting-search-queries--rofi-grabbing-from-search-list)
|
- [Dealing with conflicting search queries / rofi grabbing from search list](#dealing-with-conflicting-search-queries--rofi-grabbing-from-search-list)
|
||||||
@ -68,7 +68,7 @@ episode introduction by skipping to the next moment of silence in the video
|
|||||||
video/episode, then the script may fail and skip to a random point in the
|
video/episode, then the script may fail and skip to a random point in the
|
||||||
video
|
video
|
||||||
|
|
||||||
## Installing
|
# Installing
|
||||||
|
|
||||||
These are the minimum dependences required to run `aniwrapper`
|
These are the minimum dependences required to run `aniwrapper`
|
||||||
|
|
||||||
|
2
ani-cli
2
ani-cli
@ -878,7 +878,7 @@ main() {
|
|||||||
episode=${ep_choice_end:-$ep_choice_start}
|
episode=${ep_choice_end:-$ep_choice_start}
|
||||||
choice=''
|
choice=''
|
||||||
while :; do
|
while :; do
|
||||||
inf "Currently playing $selection_id episode" "$episode/$last_ep_number"
|
inf "Currently playing $selection_id episode" "${episode// /}/$last_ep_number"
|
||||||
if ((episode != last_ep_number)); then
|
if ((episode != last_ep_number)); then
|
||||||
menu_line_alternate "next episode" "n"
|
menu_line_alternate "next episode" "n"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user