commit 117d95c064ef371e387202d570e4401f9fe14ce8 parent affaafeeb4d5c8e042dee02a73ef2283d066af40 Author: lostd <lostd@2f30.org> Date: Thu, 22 Nov 2012 06:58:02 +0000 Try to use song artist first Diffstat:
M | bin/musicfix | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/musicfix b/bin/musicfix @@ -183,7 +183,8 @@ tn = 0 fl.each do |ofname| tn = tn.next s = tl[tn - 1] - al = (r.artists.first.name == "Various") ? s.artists : r.artists + # Use song artist for compilations, fallback to release + al = s.artists || r.artists a = mkartist al d, n = mkdiscnum s.position t = s.title