Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.

Home Page:http://www.strixmusic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test and fixup PlaylistMetadataScanner

Arlodotexe opened this issue · comments

commented

Background

The PlaylistMetadataScanner is used to scan files for playlist metadata, and link the tracks to known audio metadata found by AudioMetadataScanner.

This is implemented, but has some lingering TODOs, needs unit tests, and needs to be tested with real data.

What to do:

The scanner is built to work with a lot of different playlist types, and we need to make sure they all work as expected.

  • Write integration tests for each supported playlist format.
    • Mocking the playlists in unit tests would take an overkill amount of effort
    • You may add the files being tested to the repo directly. Don't include any copywrite material.
  • Make any fixes needed for bugs uncovered during testing