Page 1 of 1

Problem with external player

Posted: Sun Jun 30, 2013 1:28 pm
by t-mehta
TGF V0.85, on Vista (fully updated).
The problem is that when I changed the player I can no longer play with external player. All I did was - Options>Library>Player>External player - I choose the correct file

In play command its %1 - is that correct or should it be %1% - BTW, both don't work.
I checked the lib.ini file -
[Play]
player=""C:\Program Files\foobar2000\foobar2000.exe""
play_cmd=%1
play_def=0
play_def_action=0
enq_cmd=

Are the double-double quotes OK? I've tried all other players and command line options - nothing works!!

Re: Problem with external player

Posted: Sun Jun 30, 2013 3:28 pm
by jtclipper
Double quotes should not be a problem
I can't reproduce on Win7, so please remove them manually from the ini file, try :

Code: Select all

player="C:\Program Files\foobar2000\foobar2000.exe"
and
player=C:\Program Files\foobar2000\foobar2000.exe
If any of those works let me know