support for opening lyrics in external editor

This commit is contained in:
Andrzej Rybczak
2009-02-17 20:17:37 +01:00
parent 330fdb4759
commit 70f48dd454
6 changed files with 35 additions and 3 deletions

View File

@@ -508,6 +508,11 @@ void ReadConfiguration(ncmpcpp_config &conf)
if (!v.empty())
conf.tag_editor_album_format = v;
}
else if (cl.find("external_editor") != string::npos)
{
if (!v.empty())
conf.external_editor = v;
}
else if (cl.find("browser_playlist_prefix") != string::npos)
{
if (!v.empty())