chore: rename TA Organizer to TubeSorter and setup gitea actions
Some checks failed
Docker Build / build (push) Failing after 14s
Some checks failed
Docker Build / build (push) Failing after 14s
This commit is contained in:
parent
48ba8eacf7
commit
9997927bef
7 changed files with 15 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ on:
|
|||
- '.gitignore'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
REGISTRY: git.unfilteredrealm.com
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# TA Organizer
|
||||
# TubeSorter
|
||||
|
||||
📂 Automatically organizes TubeArchivist downloads into human-readable folder structures using symlinks and metadata.
|
||||
|
||||
|
|
@ -47,8 +47,8 @@ VIDEO_URL=http://localhost:8457/video
|
|||
1. Clone this repo and navigate into it:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Salpertio/ta-organizer.git
|
||||
cd ta-organizer
|
||||
git clone https://github.com/Salpertio/tubesorter.git
|
||||
cd tubesorter
|
||||
```
|
||||
|
||||
2. Edit the `docker-compose.yml` to point to your source/target folders:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
services:
|
||||
ta-organizer:
|
||||
tubesorter:
|
||||
build: .
|
||||
# image: ghcr.io/salpertio/ta-organizerr:latest
|
||||
container_name: ta-organizer
|
||||
# image: ghcr.io/salpertio/tubesorter:latest
|
||||
container_name: tubesorter
|
||||
volumes:
|
||||
- ./source:/app/source
|
||||
- ./target:/app/target
|
||||
|
|
|
|||
|
|
@ -1209,7 +1209,7 @@ def api_recovery_force():
|
|||
"title": f"Offline Import - {src_path.stem}",
|
||||
"uploader": "Unknown (Lost Media)",
|
||||
"upload_date": datetime.now().strftime("%Y%m%d"),
|
||||
"description": "Imported via TA Organizerr Force Import (Lost Media)",
|
||||
"description": "Imported via TubeSorterr Force Import (Lost Media)",
|
||||
"webpage_url": f"https://www.youtube.com/watch?v={vid_id}",
|
||||
"view_count": 0,
|
||||
"like_count": 0,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TA Organizerr Dashboard</title>
|
||||
<title>TubeSorterr Dashboard</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
|
||||
<style>
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
<header class="d-flex justify-content-between align-items-center mb-5 border-bottom pb-3"
|
||||
style="border-color: #333 !important;">
|
||||
<div class="d-flex align-items-center">
|
||||
<h1 class="display-6 mb-0 me-3"><i class="bi bi-collection-play-fill text-primary"></i> TA Organizer
|
||||
<h1 class="display-6 mb-0 me-3"><i class="bi bi-collection-play-fill text-primary"></i> TubeSorter
|
||||
</h1>
|
||||
<span class="badge bg-secondary" id="connection-status">Connecting...</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcode Manager - TA Organizerr</title>
|
||||
<title>Transcode Manager - TubeSorterr</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@ const { title } = Astro.props;
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="description" content="TA Organizerr Dashboard" />
|
||||
<meta name="description" content="TubeSorterr Dashboard" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title} | TA Organizerr</title>
|
||||
<title>{title} | TubeSorterr</title>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;600;800&display=swap"
|
||||
rel="stylesheet"
|
||||
|
|
@ -52,7 +52,7 @@ const { title } = Astro.props;
|
|||
<span
|
||||
class="text-2xl font-bold tracking-tighter italic bg-clip-text text-transparent bg-gradient-to-r from-neon-cyan to-neon-pink pr-2 pb-1"
|
||||
>
|
||||
TA_ORGANIZERR
|
||||
TUBESORTER
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -93,7 +93,7 @@ const { title } = Astro.props;
|
|||
<footer
|
||||
class="border-t border-gray-800 py-6 mt-8 text-center text-gray-500 text-sm"
|
||||
>
|
||||
<p>TA_ORGANIZERR // SYSTEM_V2 // BUN_POWERED</p>
|
||||
<p>TUBESORTER // SYSTEM_V2 // BUN_POWERED</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue