Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bangumi.el - Anime Workflow Management in Emacs

Features

  • [x] Anime discovery and watchlist management
  • [x] Progress tracking with sync capabilities
  • [x] Integrated download link management (magnet/cloud)
  • [ ] Remote download server integration (WIP)

Installation

Using straight.el

(straight-use-package
 '(bangumi :type git :host github :repo "nailuoGG/bangumi.el"))

Configuration

(require 'bangumi)
(setq bangumi-db-path "~/.emacs.d/bangumi.db") 
(bangumi-initialize)

Usage

The goal is to implement the entire anime workflow in Emacs:

  1. Discover and mark anime to watch
  2. Record anime watching progress
  3. Search and store anime download links (magnet links, cloud storage links, etc.)
  4. Store anime metadata locally: cover images, anime title, author, main characters, etc. Should be as comprehensive as possible. Store in sqlite for easy retrieval.
  5. Ability to start download server: Support configuration of remote download services, supporting aria2, qbtorrent, Transmission

Documentation

Development Status

Version: 0.1.0

Dependencies

  • emacsql-sqlite
  • request

Contributing

Please see CONTRIBUTING.org for details.

License

GPL-3.0 License. See LICENSE.

Environment Variables

APP_ID and APP_SECRET environment variables have been loaded through .env file

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages