Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Add streams to the current playlist without making connections to them (Read 387 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Add streams to the current playlist without making connections to them

Hello. I've been using this command to add new podcast streams to foobar2000:

Code: [Select]
"c:\foobar2000\foobar2000.exe" "https://example.com/episode.mp3" /add

It works, but foobar2000 processes all URLs and makes connections to them. Is there a way to avoid this? I just want to add URLs silently, and foobar2000 to connect to them only when I decide to play them.