Help - Search - Members - Calendar
Full Version: Enqueue to playlist
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Support - (fb2k)
Blankwire
I'm using Juice to download Podcasts, and I'm having an issue.

When new shows are downloaded, I have Juice run a batch file that tells foobar (0.8.3) to add the file to the playlist, but that's the problem: the file is added to the selected playlist.

Here is the code: (enqueue.cmd)
CODE
@echo off

set str=
:loop
if "%str%" NEQ "" set str=%str% %1
if "%str%" EQU "" set str=%1
shift
if "%1" NEQ "" goto loop

"c:\program files\foobar2000\foobar2000.exe" /add "%str%"


I want to know if there's a way to add the downloaded file to the 'Podcasts' playlist I have set up, instead of the selected one in foobar.

The top portion of the script is fine, I'm just interested in the last line. I'm not familiar with foobar's commands (I found the script online).

Thanks.
gfngfgf
Foobar2000 Preferences -> Core -> "Always send to playlist"
Blankwire
QUOTE(gfngfgf @ Nov 20 2005, 04:05 AM)
Foobar2000 Preferences -> Core -> "Always send to playlist"
*


I know about that option in foobar, but the problem is anytime I open an audio file, it will be sent to the Podcast playlist.
gfngfgf
Yeah, I was going to say that the "Always send to playlist" option wasn't really optimal, but couldn't find the right way to say it. I don't think there is a way in 0.8.3 to add files to a particular playlist from the commandline.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.