Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 1017 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 1017 Bytes

app icon Koguma

Koguma a tool that helps you create metadata for Tachiyomi's Local Source entries.

The application uses AniList for getting metadata from online, but metadata can be manually created and edited if desired.

Features

  • Read/Write details.json for Tachiyomi Local Source
  • Search AniList for metadata

Development

  • Coroutines for asynchronous work
  • Hilt for dependency injection
  • Kotlin Serialization for parsing and writing JSON.
  • Apollo GraphQL for networking
  • Jetpack Compose for creating the UI
  • Jetpack Compose Navigation for navigating between screens
  • Coil for displaying images
  • Version Catalog for dependency management
  • ktlint for checking/formatting code style

License

Copyright (C) 2022 ghostbear

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.