From 9c05f0ab7b77984d36d54c19d04e2473d1930349 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 10 Apr 2012 12:33:16 -0700 Subject: [PATCH] link to FAQ on no match (GH-27) --- beets/ui/commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 993869307..d86e69a5e 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -302,6 +302,8 @@ def choose_candidate(candidates, singleton, rec, color, timid, else: print_("No matching release found for {} tracks." .format(itemcount)) + print_('For help, see: ' + 'https://github.com/sampsyo/beets/wiki/FAQ#wiki-nomatch') opts = ('Use as-is', 'as Tracks', 'Skip', 'Enter search', 'enter Id', 'aBort') sel = ui.input_options(opts, color=color)