Compare commits

..

4 Commits

Author SHA1 Message Date
ksyasuda
260d212e22 update readme 2022-02-08 19:32:30 -08:00
ksyasuda
cc9d66d4a2 update showcase 2022-02-08 19:10:42 -08:00
Kyle Yasuda
eb0677fef3
add showcase video to readme 2022-02-08 18:40:47 -08:00
ksyasuda
2221d550c0 remove whitespace from ep number if coming from continue function 2022-02-08 18:27:16 -08:00
3 changed files with 20 additions and 20 deletions

BIN
.assets/showcase.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

View File

@ -4,7 +4,7 @@
[**_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>
@ -29,23 +29,23 @@ This tool scrapes the site [gogoanime](https://gogoanime.cm).
**Table of Contents**
- [Aniwrapper](#aniwrapper)
- [Introduction](#introduction)
- [MPV Extension - Skip Intro Script](#mpv-extension---skip-intro-script)
- [Installing](#installing)
- [Manual Install](#manual-install)
- [Aniwrapper Menus](#aniwrapper-menus)
- [Dealing with conflicting search queries / rofi grabbing from search list](#dealing-with-conflicting-search-queries--rofi-grabbing-from-search-list)
- [Usage](#usage)
- [aniwrapper](#aniwrapper-1)
- [Option 1: Streaming](#option-1-streaming)
- [Option 2: Download](#option-2-download)
- [Option 3: Continue](#option-3-continue)
- [Option 4: Play from File](#option-4-play-from-file)
- [Option 5: Sync History](#option-5-sync-history)
- [Option 6: Choose Theme](#option-6-choose-theme)
- [ani-cli](#ani-cli)
- [Themes](#themes)
- [Aniwrapper](#aniwrapper)
- [Introduction](#introduction)
- [MPV Extension - Skip Intro Script](#mpv-extension---skip-intro-script)
- [Installing](#installing)
- [Manual Install](#manual-install)
- [Aniwrapper Menus](#aniwrapper-menus)
- [Dealing with conflicting search queries / rofi grabbing from search list](#dealing-with-conflicting-search-queries--rofi-grabbing-from-search-list)
- [Usage](#usage)
- [aniwrapper](#aniwrapper-1)
- [Option 1: Streaming](#option-1-streaming)
- [Option 2: Download](#option-2-download)
- [Option 3: Continue](#option-3-continue)
- [Option 4: Play from File](#option-4-play-from-file)
- [Option 5: Sync History](#option-5-sync-history)
- [Option 6: Choose Theme](#option-6-choose-theme)
- [ani-cli](#ani-cli)
- [Themes](#themes)
<!-- markdown-toc end -->
@ -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
## Installing
# Installing
These are the minimum dependences required to run `aniwrapper`

View File

@ -878,7 +878,7 @@ main() {
episode=${ep_choice_end:-$ep_choice_start}
choice=''
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
menu_line_alternate "next episode" "n"
fi