Files
tdarr-plugs/agent_notes/prompt_log.md
Tdarr Plugin Developer aa71eb96d7 Initial commit: Tdarr plugin stack
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
2025-12-15 11:33:36 -08:00

2.1 KiB

User Prompt Log

Records user prompts/requests before agent actions.


2025-12-15 Session

11:15:30 - Implement Reorder Fix

User Prompt:

Impliment that fix

Action Taken: Implementing stream order check in misc_fixes to prevent infinite reorder loop.


11:12:31 - Infinite Loop Analysis Request

User Prompt:

Examine the current Tdarr Plugin stack for any potential infinite loop scenarios that might arise

Action Taken: Analyzing all 4 plugins for reQueueAfter logic and conditions that could cause infinite loops.


11:11:33 - Git Repository Request

User Prompt:

include in your logs under the agent_notes what prompts are given to you before the actions are taken

Action Taken: Creating this prompt log file.


11:10:13 - Initialize Git Repo

User Prompt:

initnialize local as a git repo

Action Taken:

  • Initialized git repository in /Local
  • Configured user as "Tdarr Plugin Developer"
  • Created initial commit with all plugin files

06:30:15 - TS Timestamp Decision

User Prompt:

its been decided that nothing we can do will fix those TS timestamp issues

Action Taken:

  • Reverted -start_at_zero timestamp fix
  • Implemented skip logic for corrupt TS files instead
  • Updated misc_fixes plugin to detect and skip problematic TS files

05:51:14 - Plan Approved

User Prompt: (System message)

Artifact approved with "LGTM"

Action Taken:

  • Implemented all 3 fixes from implementation plan
  • Fix 1: TS timestamp handling
  • Fix 2: Attachment stream mapping
  • Fix 3: ISO/DVD skip logic

2025-12-15 Earlier Session

Error Log Analysis Request

User Prompt:

(Conversation resumed from checkpoint - analyzing error logs from Latest-Reports)

Context from Summary:

  • Examined 5 error logs
  • Identified 3 distinct failure patterns
  • Created analysis report and implementation plan

Format Guide

Each entry should include:

  • Timestamp (from ADDITIONAL_METADATA)
  • User Prompt (exact or summarized request)
  • Action Taken (brief description of what was done)