Stable: 2.5.2
Development: 2.6-alpha3
It's been already said that you can't finish search by nothing else but esc or enter, but now that we have queue (great stuff!) this is even more imporant.
I have a rather long playlist, and want to add something to queue. So i search for it and ... ? I'm hosed. I can either discard the search or play it now!
Also - it would be great if we could search through help screen.
m_a_xim
Wed, 2009-10-21 19:37
Permalink
Yes, searching through the
Yes, searching through the help screen would be great!
Wideawakening
Fri, 2010-10-15 06:49
Permalink
Search + Queue
+1
arcanex
Tue, 2010-11-02 07:30
Permalink
I've changed one line to have
I've changed one line to have the search target be selected instead of being played automatically.
I think this would be a good option to have in the next moc release.
Index: interface.c
===================================================================
--- interface.c (revision 2252)
+++ interface.c (working copy)
@@ -2398,7 +2398,7 @@
else if (file_type(file) == F_PLAYLIST)
go_to_playlist (file, 0);
else
- play_it (file);
+ iface_select_file (file);
}
free (text);