Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.49 KB

checks.adoc

File metadata and controls

43 lines (27 loc) · 1.49 KB

Content checks

muserv provides a set of checks that can be executed to detect inconsistencies in the music database. With these checks we do not want to impose any guideline or best practice wrt. organization or tagging of music files. They are meant as a (hopefully helpful) tool to detect potential inconsistencies.

If the muserv service is running, these check can be executed in the browser via the URL

<IP-address-of-your-server:8008>/content/<name-of-check>

The check result is displayed in the browser.

Available checks

The table lists the available checks.

Name of check Description

albums-spread-across-multiple-directories

Lists all albums whose track files are spread across more than one directory.

albums-with-inconsistent-track-numbers

This check verifies that the track numbering for each album …​

  • starts with 1

  • there are no overlapping track numbers

  • there are no gaps.

Thus, an album with 8 tracks that are numbered 1, 1, 2, 3, 4, 5, 6, 7 or 2, 3, 4, 5, 6, 7, 8, 9 would occur in the results list.

albums-with-multiple-covers

Lists all albums where the tracks don’t have the same cover picture assigned.

inconsistent-albums

Lists all albums with the same title from the same album artists that don’t have the same year and compilation flag assigned.

tracks-without-album

Lists all tracks that have no or an empty album tag.

tracks-without-cover

Lists all tracks that don’t have a cover picture assigned.