Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purifetchi/koronba
Self-hosted flash archiving website. (a'la swfchan)
https://github.com/purifetchi/koronba
archiving aspnet csharp flash
Last synced: about 1 month ago
JSON representation
Self-hosted flash archiving website. (a'la swfchan)
- Host: GitHub
- URL: https://github.com/purifetchi/koronba
- Owner: purifetchi
- License: mit
- Created: 2024-01-24T14:55:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-04T18:28:54.000Z (11 months ago)
- Last Synced: 2024-10-15T07:24:13.427Z (3 months ago)
- Topics: archiving, aspnet, csharp, flash
- Language: C#
- Homepage:
- Size: 20.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Koronba (ころんば) - A Flash archival/cataloguing utility.---
![A watch page displaying the Remind_Me.swf loop](Meta/watch.png)
**Koronba** is a self-hostable archiving tool for Adobe Flash content, similar to sites like swfchan. It has the ability to check for duplicates and assign seen filenames, group Flash content by tags and much more!
# Usage
To run the project, run the **Koronba.Web** front-end project. Koronba itself doesn't depend on the MVC web front-end and can be safely used outside of it, by referencing the **Koronba.Core** project.
# TODOs
- [x] File uploading
- [x] De-duplicate flash content and group known file names
- [ ] Thumbnail generation
- [ ] Gathering metadata from
- [ ] Tags
- [ ] Ratings
- [ ] Switch away from Sqlite3
- [ ] An alright looking front-end# Contributing Guide
If you'd really want to contribute to this project (thank you!) please adhere to the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) commit format as much as you can.