Skip to content

Commit 06e4dab

Browse files
committed
Update documentation
1 parent 09a9fd1 commit 06e4dab

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

MILESTONES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Production readiness:
328328
- [ ] >95% test coverage
329329
- [ ] Zero known critical bugs
330330
- [ ] Real-world corpus tested (1,000+ files)
331-
- [ ] 4+ weeks production Roon usage
331+
- [ ] 4+ weeks production usage
332332
- [ ] Community adoption (3+ projects)
333333

334334
---

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Based on the specification in `/Users/sshaw/code/roon-8/Docs/TagLibSharp2/` and
250250

251251
## Implementation Priority Order
252252

253-
### MVP (Must Have for Roon Replacement)
253+
### MVP (Core Formats)
254254

255255
1. **WAV** - Studio/archival format, very common
256256
- RIFF parsing

docs/ROADMAP.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,12 @@ Tracker formats (MOD, S3M, IT, XM) have limited tagging capabilities and are low
181181

182182
### 4.3 Missing Metadata Fields
183183

184-
Per Roon requirements, verify these fields are properly mapped:
184+
Verify these extended fields are properly mapped:
185185

186186
| Field | ID3v2 | Vorbis | MP4 | Status |
187187
|-------|-------|--------|-----|--------|
188-
| RoonId | TSID | ROONID | ©sid | Verify |
189188
| UserTags | TTAG | TAGS | ©tag | Verify |
190189
| Version | TVER | VERSION | ©ver | Verify |
191-
| RoonRadioBan | TXXX:ROONRADIOBAN | ROONRADIOBAN | - | Verify |
192190
| RecordingDate | - | PERFORMANCEDATE | - | Add |
193191
| Section | TXXX:SECTION | SECTION | - | Verify |
194192

@@ -227,7 +225,7 @@ These items from the requirements are explicitly not planned:
227225
1. ✅ Add Musepack support (SV7 and SV8)
228226
2. Add Speex support
229227
3. Add TrueAudio support
230-
4. Verify all Roon-specific fields
228+
4. Verify all extended metadata fields
231229

232230
### Sprint 4: Tracker Formats (1 week effort)
233231
1. MOD format (read-only)

0 commit comments

Comments
 (0)