Commit Graph

10 Commits

Author SHA1 Message Date
e966f4625a Added changes to README to reflect latest changes in scripts. 2025-02-08 15:13:02 -05:00
98f9a57ea1 feat: add video_autoreduce_rename.py for automated renaming
- Adds `video_autoreduce_rename.py`, a companion script to rename video files and directories containing resolution tags.
- Automatically replaces higher resolution tags (e.g., 2160p, 1080p) with a specified max height (default: 720p).
- Supports debug mode for detailed output.
- Prevents overwriting existing files by skipping conflicts.
- Complements `video_autoreduce.py` for a streamlined video processing workflow.
2025-02-08 13:01:15 -05:00
218951f035 Merge branch 'main' gitea.fabq.ca 2025-02-08 12:55:54 -05:00
c062b32dc6 feat: add video_autoreduce.py for automatic video resolution reduction
Added `video_autoreduce.py`, a Python script that scans directories for video files exceeding a specified resolution and prepares them for automatic resolution reduction using FFmpeg.

- Detects video files in a given directory.
- Determines their resolution using `ffprobe`.
- Identifies videos exceeding a maximum height threshold.
- Supports subtitle codec validation and ensures proper output handling.
- Includes utility functions for file management and logging.

This script will help streamline batch video processing while preserving essential metadata and subtitles.
2025-02-08 12:55:09 -05:00
45fb6b35b3 Updated README with information about latest notes. 2025-02-03 10:25:28 -05:00
a6fa2738cd docs: update README to reflect recent repository changes
- Added references to new guides included in the repository.
- Updated paths to server setup notes moved to `setups/*`.
- Reflected overall structural changes and improvements in the repository.

This update ensures the README stays accurate and provides clear navigation for users.
2024-12-05 22:36:36 -05:00
758a624218 feat: Add comprehensive guide for installing Aptly on Debian
- Introduced a detailed installation guide for Aptly on Debian in a Proxmox LXC container.
- Included sections on:
  - Introduction to Aptly
  - Prerequisites for installation
  - Step-by-step installation procedure
  - Important warnings and security practices
  - Useful commands and information

This guide aims to simplify the setup and configuration of Aptly for efficient Debian package management.

- Updated README.md to reflect those changes.
2024-10-30 01:21:57 -04:00
1d9f2f60a7 feat: add debrepo.fabq.ca.html and related images
- Added debrepo.fabq.ca.html template for the Debian package repository homepage.
- Included various icons for better representation and accessibility, such as:
  - Favicon (16x16, 32x32)
  - Android Chrome icons (192x192, 512x512)
  - Apple Touch icon
  - Web manifest for site configuration
2024-10-29 17:42:26 -04:00
0a0099d44d Update README: Improve formatting and clarity
- Enhanced section headers for improved readability
- Added detailed descriptions for setup and usage instructions
- Clarified contribution guidelines and project objectives
2024-10-23 14:17:41 -04:00
973d9ac9b6 Initial commit 2024-07-07 00:26:42 -04:00