diff --git a/.github/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml similarity index 96% rename from .github/workflows/docker-build.yml rename to .gitea/workflows/docker-build.yml index eca205b..36adf49 100644 --- a/.github/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -8,7 +8,7 @@ on: - '.gitignore' env: - REGISTRY: ghcr.io + REGISTRY: git.unfilteredrealm.com IMAGE_NAME: ${{ github.repository }} jobs: diff --git a/README.md b/README.md index f3f697e..8f9faae 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docker-compose.yml b/docker-compose.yml index fbb0a48..50647dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/ta_symlink.py b/ta_symlink.py index 5683732..81e3651 100644 --- a/ta_symlink.py +++ b/ta_symlink.py @@ -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, diff --git a/templates/dashboard.html b/templates/dashboard.html index 4226478..6d6d535 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -4,7 +4,7 @@ - TA Organizerr Dashboard + TubeSorterr Dashboard