Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesalilac/sakugahd
Stream your locally downloaded anime to any device in your network
https://github.com/mesalilac/sakugahd
Last synced: about 1 month ago
JSON representation
Stream your locally downloaded anime to any device in your network
- Host: GitHub
- URL: https://github.com/mesalilac/sakugahd
- Owner: mesalilac
- Created: 2021-08-27T12:48:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T17:51:19.000Z (over 1 year ago)
- Last Synced: 2024-05-06T06:21:50.473Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sakugahd
WIP
## Anime directory structure example
```
ANIME DIRECTORY
└── bleach
│
├── cover.png ( cover image for the anime )
├── episodes
│ │
│ ├── 1.mp4
│ ├── 2.mp4
│ ├── ...
│ ├── 30.mp4
│ ├── 31.mp4
│ ├── 32.mp4
│ ├── 33 (Filler).mp4
│ ├── 34.mp4
│ └── 35.mp4
├── movies
│ │
│ ├── 1 Memories of Nobody.mp4
│ ├── 2 The DiamondDust Rebellion.mp4
│ ├── 3 Fade to Black.mp4
│ └── 4 Hell Verse.mp4
├── openings
│ │
│ └── 1 asterisk.mp4
└── endings
│
└── 1 life is like a boat.mp4
```> **Note**
> If an episode file name includes a "(Filler)"
> the episode will be marked as a filler## Manga directory structure example
```
MANGA DIRECTORY
└── bleach
│
├── cover.png ( cover image for the manga )
```