Commit graph

11 commits

Author SHA1 Message Date
RTSDA 6bf2eb38aa Add documentation and configuration templates
- Add comprehensive .gitignore for Rust projects
- Add MIT LICENSE file
- Add detailed README with installation and usage instructions
- Add generic service file template (livestream-archiver.service.example)
- Add generic deployment script template (deploy.sh.example)
- Keep sensitive configuration out of version control
2025-08-16 19:05:59 -04:00
RTSDA 5e3de7ec1c Fix ownership and borrowing issues in LivestreamArchiver 2025-04-20 10:12:16 -04:00
RTSDA cc7cf766cd Fix ownership issue by using output_path from archiver 2025-04-20 10:10:43 -04:00
RTSDA f07be605b7 Fix ownership issue by cloning output_path 2025-04-20 10:09:59 -04:00
RTSDA 8fbc43a9ef Fix ownership issue by making LivestreamArchiver borrow the output path 2025-04-20 10:08:10 -04:00
RTSDA 8f98a688f1 Make extract_date_from_filename method public 2025-04-20 10:06:40 -04:00
RTSDA bde1ca72c3 Prevent reprocessing of old files by checking for existing output files 2025-04-20 10:05:16 -04:00
RTSDA 6509ad8f58 Remove unused create_nfo_file method 2025-04-20 09:59:53 -04:00
RTSDA edfaf8f44b Fix file overwriting issue by implementing proper file existence checks and naming logic 2025-04-20 09:57:47 -04:00
RTSDA bdcef093c0 Remove .mp4 files and update .gitignore 2025-02-06 22:14:51 -05:00
RTSDA e778e0ec8f Initial commit 2025-02-06 22:14:18 -05:00