Index: help/config_apps.page ================================================================== --- help/config_apps.page +++ help/config_apps.page @@ -96,12 +96,36 @@ mpc clear mpc load $1 mpc play

Save it as mpc-pls script and configure it in streamtuner as - mpc-pls %pls for example. + mpc-pls %pls for example. You can find an extended + version in the contrib/cmdline/ directory.

+
+Windows config +

There's a few gothchas when running streamtuner2 on +Windows.

+ +

You will often have to quote command paths (e.g. to + "C:/Program Files/Mozilla Firefox/firefox.exe" or + vlc.exe) in double quotes. In particular if those paths + contain spaces.

+ +

If you're using streamripper.exe it's best to put it into a directory + without spaces. For some reason quoting the full exe path will not pass on + parameters.

+ +

If you want to be extra safe, just extend your system %PATH variable + to include all relevant directories. Then just specify the basenames, like + firefox.exe for browsing, or vlc.exe as + player.

+
+

As reported by Oliver in the sourceforge Discussion +board.

+
+