https://github.com/ianmitchell/deschtimes
Deschtimes is a project management application for TV Subtitling, with a focus on Discord integration
https://github.com/ianmitchell/deschtimes
deschtimes discord fansubbing
Last synced: about 1 year ago
JSON representation
Deschtimes is a project management application for TV Subtitling, with a focus on Discord integration
- Host: GitHub
- URL: https://github.com/ianmitchell/deschtimes
- Owner: IanMitchell
- Created: 2021-01-29T05:21:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T21:57:44.000Z (about 2 years ago)
- Last Synced: 2025-03-28T08:51:19.103Z (about 1 year ago)
- Topics: deschtimes, discord, fansubbing
- Language: Ruby
- Homepage: https://deschtimes.com
- Size: 435 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Deschtimes
**If you would like to use Deschtimes, you can create an account at https://deschtimes.com**
Deschtimes is a TV Subtitling Project Management System. It is a comprehensive solution for coordinating the translation and subtitling of media, with first class Discord support and a focus on Japanese television shows.
## Sponsors
Priority support and feature development will be given to my [GitHub Sponsors](http://github.com/sponsors/IanMitchell). If you're using Deschtimes and have enjoyed it, please consider sponsoring me to help pay for its support!
## Community Resources
1. [Are We There Yet](https://github.com/GrygrFlzr/are-we-there-yet) - GrygrFlzr has developed a website that reads the Deschtimes API and allows you to easily embed an overview widget on your website.
## Development
Deschtimes is a Ruby on Rails project that is styled using Tailwind UI and powered by a PostgreSQL database. After cloning the project, the following commands will get you started with a local development environment:
```
$ bundle install
$ rails db:create
$ rails server
```