fix: rename TranscriptorIO to Transcriptarr
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# TranscriptorIO REST API
|
||||
# Transcriptarr REST API
|
||||
|
||||
Complete documentation for the TranscriptorIO backend REST API.
|
||||
Complete documentation for the Transcriptarr backend REST API.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@@ -52,7 +52,7 @@ Root endpoint - API info or frontend (if built).
|
||||
**Response (API mode):**
|
||||
```json
|
||||
{
|
||||
"name": "TranscriptorIO API",
|
||||
"name": "Transcriptarr API",
|
||||
"version": "1.0.0",
|
||||
"status": "running",
|
||||
"message": "Frontend not built. Access API docs at /docs"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# TranscriptorIO Backend Architecture
|
||||
# Transcriptarr Backend Architecture
|
||||
|
||||
Technical documentation of the backend architecture, components, and data flow.
|
||||
|
||||
@@ -22,7 +22,7 @@ Technical documentation of the backend architecture, components, and data flow.
|
||||
|
||||
## Overview
|
||||
|
||||
TranscriptorIO is built with a modular architecture consisting of:
|
||||
Transcriptarr is built with a modular architecture consisting of:
|
||||
|
||||
- **FastAPI Server**: REST API with 45+ endpoints
|
||||
- **Worker Pool**: Multiprocessing-based transcription workers (CPU/GPU)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# TranscriptorIO Configuration
|
||||
# Transcriptarr Configuration
|
||||
|
||||
Complete documentation for the configuration system.
|
||||
|
||||
@@ -16,7 +16,7 @@ Complete documentation for the configuration system.
|
||||
|
||||
## Overview
|
||||
|
||||
TranscriptorIO uses a **database-backed configuration system**. All settings are stored in the `system_settings` table and can be managed through:
|
||||
Transcriptarr uses a **database-backed configuration system**. All settings are stored in the `system_settings` table and can be managed through:
|
||||
|
||||
1. **Setup Wizard** (first run)
|
||||
2. **Web UI** (Settings page)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# TranscriptorIO Frontend
|
||||
# Transcriptarr Frontend
|
||||
|
||||
Technical documentation for the Vue 3 frontend application.
|
||||
|
||||
@@ -20,7 +20,7 @@ Technical documentation for the Vue 3 frontend application.
|
||||
|
||||
## Overview
|
||||
|
||||
The TranscriptorIO frontend is a Single Page Application (SPA) built with Vue 3, featuring:
|
||||
The Transcriptarr frontend is a Single Page Application (SPA) built with Vue 3, featuring:
|
||||
|
||||
- **6 Complete Views**: Dashboard, Queue, Scanner, Rules, Workers, Settings
|
||||
- **Real-time Updates**: Polling-based status updates
|
||||
|
||||
Reference in New Issue
Block a user