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: open foobar and have an empty playlist? (Read 4845 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

open foobar and have an empty playlist?

Hi again.
everytime I open foobar I see the track's list of the last album played.
There's a way to open foobar and have an empty playlist?
thanx

open foobar and have an empty playlist?

Reply #1
Since whatever playlist played, its the default behaviour of the playlist to save it. So, i guess there isn't such option, or may be
there could be other playlist viewer which could provide such functionality. 

open foobar and have an empty playlist?

Reply #2
Since whatever playlist played, its the default behaviour of the playlist to save it. So, i guess there isn't such option, or may be
there could be other playlist viewer which could provide such functionality. 


first of all, I'm sorry for the wrong title, but my english is very bad. 
anyway... if there's no option to clear the playlist, I'll keep it that way.
thanx

open foobar and have an empty playlist?

Reply #3
You can try this Command line setting
or you can look here  Foobar2000 Components and scroll down to foo_ playlistclear.  good luck


open foobar and have an empty playlist?

Reply #5
Hi rockberto,
have you tried the first suggestion in tpijags post?
It works without any component and does exactly what you want.

open foobar and have an empty playlist?

Reply #6
Hi rockberto,
have you tried the first suggestion in tpijags post?
It works without any component and does exactly what you want.


Hi, yeh its working with album list, but not with facets.

 

open foobar and have an empty playlist?

Reply #7
[!--sizeo:3--][span style=\"font-size:12pt;line-height:100%\"][!--/sizeo--]foobar2000.exe.cmd — Start foobar2000 with a blank new playlist (using a Batch file)[/size][/font]

Code: [Select]
@ECHO OFF
COLOR 1F
MODE CON:COLS=82 LINES=11

PUSHD "%~dp0"

TITLE [foobar2000.exe.cmd]  "%CD%\foobar2000.exe" /command:"New Playlist"

ECHO.  
ECHO   +----------------------------------------------+
ECHO   ^|  Start foobar2000 with a blank new playlist  ^|
ECHO   +----------------------------------------------+
ECHO.
ECHO.
ECHO   press any key to continue  (or CTRL+C to abort)
ECHO.
ECHO.
PAUSE > NUL

START "" "%CD%\foobar2000.exe" /command:"New playlist"

POPD

EXIT


===========================  M Y  N O T E S  ==================================

To use this batch file:
Name it "foobar2000.exe.cmd", and copy it to same location as foobar2000.exe,
and launch it directly or from a shortcut.

References:
"http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Commandline_Guide"
"http://www.hydrogenaudio.org/forums/index.php?showtopic=93219"

:EOF