Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Finder Agent Banner

🎵 Music Screenshot Finder

Extract every visible song from music library screenshots and find the best matching YouTube page.

This is an open-source experiment for learning how to build reliable Codex agent workflows.

The agent:

  • reads every visible music row
  • extracts the song title and artist
  • searches for a matching YouTube page
  • creates one CSV row per song
  • checks whether the final result is complete

Usage

  1. Place your screenshots inside samples/images/.
  2. Start Codex:
codex --search
  1. Ask Codex:
Run Music Finder
  1. The complete pipeline will execute automatically.

Music Finder Agent workflow

Workflow

Music Finder is built as a modular AI agent pipeline.

The workflow consists of four stages:

  1. Extract songs
  2. Search YouTube
  3. Verify matches
  4. Audit the final CSV

The pipeline is orchestrated through prompts/run-all.md.

The individual stage prompts are implementation details and normally do not need to be run manually.

AGENTS.md defines the project rules and behavior used throughout the pipeline.


Project structure

music-finder/
├── .gitignore
├── AGENTS.md
├── LICENSE
├── README.md
├── prompts/
│   ├── run-all.md
│   ├── 01-extract-songs.md
│   ├── 02-search-youtube.md
│   ├── 03-verify-results.md
│   └── 04-audit-csv.md
├── samples/
│   └── images/
├── examples/
│   └── example-results.csv
└── results/

About

A Codex agent workflow that extracts songs from screenshots and finds verified YouTube matches.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors