henkelis / sonospy

Sonospy is a UPnP control point and Windows Media proxy for the Sonos multi-room audio system.
GNU General Public License v3.0
113 stars 16 forks source link

ignore_blank_tags config directive in scan.ini is misleadingly named #39

Open ianmacd opened 13 years ago

ianmacd commented 13 years ago

From scan.ini:

# By default tags will be gathered from all tracks encountered. If you want
# to ignore music tracks that do not contain tags, set ignore_blank_tags
# to Y
# Note that after changing this option you will have to perform a full
# rescan

ignore_blank_tags=Y

The description conflicts with the name of the directive.

It's not blank tags that are ignored, it's files that have no tags.

A better name would be ignore_untagged_files.

I stumbled on this whilst looking into why issue #38 occurred.