Problem with external player

Report a bug or a problem.
Post Reply
t-mehta
Newbie
Newbie
Posts: 1
Joined: Sun Jun 30, 2013 1:13 pm

Problem with external player

Post 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!!

User avatar
jtclipper
Administrator
Administrator
Posts: 768
Joined: Tue Aug 10, 2010 12:04 pm

Re: Problem with external player

Post 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

Post Reply