Plugins: - misc_fixes v2.8: Pre-processing, container remux, stream conforming - stream_organizer v4.8: English priority, subtitle extraction, SRT conversion - combined_audio_standardizer v1.13: AAC/Opus encoding, downmix creation - av1_svt_converter v2.22: AV1 video encoding via SVT-AV1 Structure: - Local/ - Plugin .js files (mount in Tdarr) - agent_notes/ - Development documentation - Latest-Reports/ - Error logs for analysis
16 lines
175 B
Plaintext
16 lines
175 B
Plaintext
# Ignore log files
|
|
*.log
|
|
|
|
# Ignore backup directories
|
|
backup_*/
|
|
|
|
# Ignore lock files
|
|
*.lock
|
|
|
|
# Ignore node modules if any
|
|
node_modules/
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.temp
|