adb-audiobook-sync

Transfers local audiobook folders to Android via adb and verifies integrity.

Updated Sep 30, 2021
One-click install
npx skills add https://github.com/isymchych/accel-os --skill adb-audiobook-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adb-audiobook-sync
Source: https://github.com/isymchych/accel-os/tree/main/ai/codex/skills/adb-audiobook-sync
Command: npx skills add https://github.com/isymchych/accel-os --skill adb-audiobook-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This workflow automates transferring local audiobook folders to an Android device via adb and ensures integrity after transfer, rather than relying on unreliable file copy semantics.

Core Features & Use Cases

  • Deterministic transfer: push folders individually to isolate failures.
  • Integrity verification: compare local and device file counts and total bytes per folder.
  • Robust workflow: handle device authorization prompts, create destination directories, and report per-folder results.

Quick Start

Connect the Android device, enable USB debugging, and run the adb-audiobook-sync flow to transfer selected folders and verify integrity.

Frequently Asked Questions about adb-audiobook-sync

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

FAQPage Schema
How do I verify audiobook file integrity after transferring to an Android device?

Audiobook integrity verification compares local and device file counts and total bytes per folder using adb, reporting per-folder OK or DIFF results to confirm successful transfer.

Why does MTP file transfer fail or corrupt audiobook folders on Android?

MTP transfers are unreliable for audiobook folders due to inconsistent file copy semantics, whereas pushing folders individually via adb isolates failures and provides deterministic transfer results for each directory.

How do I sync local audiobook folders to an Android device using adb?

Sync local audiobook folders to Android by using adb to push folders individually to /sdcard/Audiobooks, creating destination directories and verifying each folder's file counts and byte totals.

Do I need USB debugging enabled to transfer audiobooks via adb?

Yes, transferring audiobooks via adb requires an available adb setup, USB debugging enabled, and an authorized device to push folders to /sdcard/Audiobooks and verify integrity.

What is the best way to automate Android audiobook transfers and check for missing files?

Automating Android audiobook transfers via adb pushes folders one by one and checks for missing files by comparing local and device file counts and byte totals per folder, reporting OK or DIFF.

Why does adb push report DIFF when syncing audiobooks to /sdcard/Audiobooks?

Adb reports DIFF when syncing audiobooks if integrity verification detects mismatched local and device file counts or byte totals per folder, indicating an incomplete or corrupted transfer.