A collection of YAML lists containing albums in my listening queue.
Each YAML file contains an array of album objects with the following metadata:
- Basic Info: title, artist, release date, release type
- Rating Data: average rating, rating count, review count
- Genres: primary and secondary genre classifications
- Descriptors: mood, style, and thematic tags
1.yaml
- Initial collection of curated albums2.yaml
- Second batch of album recommendations3.yaml
- Third collection4.yaml
- Fourth batch5.yaml
- Fifth collection
json2yaml.sh
- Script to convert JSON album data to YAML formatCLAUDE.md
- Documentation for Claude Code integration
To convert JSON files to YAML:
./json2yaml.sh input.json [output.yaml]
If no output file is specified, creates a .yaml
version of the input file.