Merge branch 'master' of gitea.suda.codes:sudacode/jimaku-dl

This commit is contained in:
2025-03-12 20:40:41 -07:00
5 changed files with 86 additions and 16 deletions

View File

@@ -13,7 +13,7 @@ A tool for downloading Japanese subtitles for anime from <a href="https://jimaku
<video autoplay loop muted playsinline src="https://github.com/user-attachments/assets/6cf63a3e-f9a6-41e3-9351-d37a76d882e9" type="video/mp4">
<img src="https://github.com/user-attachments/assets/f65d4e47-59f9-4cd1-be72-46a512af7fe1" alt="Jimaku-DL Demo">
</p>
</div>
## Features
@@ -26,7 +26,6 @@ A tool for downloading Japanese subtitles for anime from <a href="https://jimaku
- Cross-platform support (Windows, macOS, Linux)
- Smart filename and directory parsing for anime detection
- Cache AniList IDs for faster repeat usage
- Interactive subtitle selection with fzf
## Installation
@@ -39,7 +38,15 @@ pip install jimaku-dl
- Python 3.8+
- fzf for interactive selection menus (required)
- MPV for video playback (optional)
- ffsubsync for subtitle synchronization (optional)
- # ffsubsync for subtitle synchronization (optional)
```sh
paru -S python-jimaku-dl
# or
yay -S python-jimaku-dl
```
> > > > > > > a646fd2395e751096ccf9f40c9dc52cfc53273b7
## Usage