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'
|
- '.gitignore'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: git.unfilteredrealm.com
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# TA Organizer
|
# TubeSorter
|
||||||
|
|
||||||
📂 Automatically organizes TubeArchivist downloads into human-readable folder structures using symlinks and metadata.
|
📂 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:
|
1. Clone this repo and navigate into it:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/Salpertio/ta-organizer.git
|
git clone https://github.com/Salpertio/tubesorter.git
|
||||||
cd ta-organizer
|
cd tubesorter
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Edit the `docker-compose.yml` to point to your source/target folders:
|
2. Edit the `docker-compose.yml` to point to your source/target folders:
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
services:
|
services:
|
||||||
ta-organizer:
|
tubesorter:
|
||||||
build: .
|
build: .
|
||||||
# image: ghcr.io/salpertio/ta-organizerr:latest
|
# image: ghcr.io/salpertio/tubesorter:latest
|
||||||
container_name: ta-organizer
|
container_name: tubesorter
|
||||||
volumes:
|
volumes:
|
||||||
- ./source:/app/source
|
- ./source:/app/source
|
||||||
- ./target:/app/target
|
- ./target:/app/target
|
||||||
|
|
|
||||||
|
|
@ -1209,7 +1209,7 @@ def api_recovery_force():
|
||||||
"title": f"Offline Import - {src_path.stem}",
|
"title": f"Offline Import - {src_path.stem}",
|
||||||
"uploader": "Unknown (Lost Media)",
|
"uploader": "Unknown (Lost Media)",
|
||||||
"upload_date": datetime.now().strftime("%Y%m%d"),
|
"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}",
|
"webpage_url": f"https://www.youtube.com/watch?v={vid_id}",
|
||||||
"view_count": 0,
|
"view_count": 0,
|
||||||
"like_count": 0,
|
"like_count": 0,
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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 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">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
|
||||||
<style>
|
<style>
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
<header class="d-flex justify-content-between align-items-center mb-5 border-bottom pb-3"
|
<header class="d-flex justify-content-between align-items-center mb-5 border-bottom pb-3"
|
||||||
style="border-color: #333 !important;">
|
style="border-color: #333 !important;">
|
||||||
<div class="d-flex align-items-center">
|
<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>
|
</h1>
|
||||||
<span class="badge bg-secondary" id="connection-status">Connecting...</span>
|
<span class="badge bg-secondary" id="connection-status">Connecting...</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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 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">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css">
|
||||||
<style>
|
<style>
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,11 @@ const { title } = Astro.props;
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="description" content="TA Organizerr Dashboard" />
|
<meta name="description" content="TubeSorterr Dashboard" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>{title} | TA Organizerr</title>
|
<title>{title} | TubeSorterr</title>
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;600;800&display=swap"
|
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;600;800&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
@ -52,7 +52,7 @@ const { title } = Astro.props;
|
||||||
<span
|
<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"
|
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>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -93,7 +93,7 @@ const { title } = Astro.props;
|
||||||
<footer
|
<footer
|
||||||
class="border-t border-gray-800 py-6 mt-8 text-center text-gray-500 text-sm"
|
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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue