mashingan
Since '\' is the escape character, you must input it "\\"
nope, there're no escape characters here
at least they shouldn't be 
unless you're using regexp here (*)
SwordOfWar
Directory path DOES work, but you have to use "/" instead of "\" in the path.
agreed, will be fixed in the next build
Nintendo Maniac 64
If you play a 720p 24fps video located in the folder C:\anime\
...SVP will insist on using the profile "Normal HD"
cause it's two matches vs. one
two > one 
as a workaround you can add something like "width < 10000" to the latter one
=======
(*) all the following variants work in rev.60:
1. c:/anime
2. \c:/[anime|cgi]\ <=== regexp matches "c:\anime" or "c:\cgi"
should work in the next build:
3. c:\anime
4. \c:\\[anime|cgi]\ <==== regexp!
will NOT work:
5. c:\\anime