transfer-failed-retry

Retry failed file transfers and re-organize media libraries.

11.5k|1.4k|Updated May 31, 2023
One-click install
npx skills add https://github.com/jxxghp/MoviePilot --skill transfer-failed-retry
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: transfer-failed-retry
Source: https://github.com/jxxghp/MoviePilot/tree/main/skills/transfer-failed-retry
Command: npx skills add https://github.com/jxxghp/MoviePilot --skill transfer-failed-retry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates retrying failed file transfers and re-organizing media.

Core Features & Use Cases

  • Batch and single-file retry workflows to recover from transfer failures.
  • Integrates with transfer_history via query, delete, recognition, search, and transfer operations to re-identify and re-ship media.
  • Handles multi-episode batch scenarios by reusing media identification across files.

Quick Start

Query the failed transfer histories, delete each record, re-identify the media from the source files, and re-transfer.

Frequently Asked Questions about transfer-failed-retry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retry failed media transfers in bulk from transfer history?▼

Failed media transfers are retried by querying transfer history for failed records, deleting each entry, re-identifying the source media, and re-initiating the file transfer. It supports batch workflows across movie and TV episode libraries.

What is the best way to re-identify and re-organize media after a transfer failure?▼

The best way to re-identify and re-organize media after a transfer failure is to query the failed record, delete it, recognize the media from the source file, search for a match, and transfer the file to its correct location.

Can I retry a single failed file transfer or does it only support batch processing?▼

Yes, you can retry both single-file and batch failed transfers. The Skill handles individual file failures as well as multi-episode batch scenarios by reusing media identification across files during the re-transfer process.

Does retrying failed transfers work with multi-episode TV shows?▼

Retrying failed transfers works with multi-episode TV shows. The Skill handles multi-episode batch scenarios by reusing media identification across files to ensure accurate re-organization and transfer.

Why do I need to delete transfer history before re-transferring a failed file?▼

Deleting transfer history before re-transferring a failed file clears the failed status record. This allows the system to re-identify the media from the source file and execute a fresh transfer without conflicting with the previous failed state.

What tools are required to automate failed transfer recovery?▼

Automating failed transfer recovery requires tools to query and delete transfer history, recognize media, search for media matches, and transfer files. These tools enable per-record deletion and per-file transfer workflows.