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: Toggle on/off songs in the playlist (Read 1033 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Toggle on/off songs in the playlist

Hi,

I saw a functionality in iTunes that some songs can be toggled on/off.
So I may have songs in playlist but the player won't play them if they are toggled off.

Does somebody know the trick?
I am intermediate user who has experience with customizing Foobar.

Toggle on/off songs in the playlist

Reply #1
http://www.foobar2000.org/components/view/foo_quicktag
http://www.foobar2000.org/components/view/foo_skip

You can use foo_quicktag to...quickly tag fields like RATING=1 or SKIP=1.

You can bind these commands to a key using file/preferences/keyboard shortcuts.

Then you can set up a pattern using foo_skip that dictates which files get skipped automatically. I think RATING =1 is the default setting.

Toggle on/off songs in the playlist

Reply #2
if you wanted a way to do this directly from within a playlist, you could use playback statistics (foo_playcount) to store ratings. then you could use either simplaylist or EsPlaylist with their clickable rating columns. it will still require foo_skip like the tagging suggestion above.

Toggle on/off songs in the playlist

Reply #3
Thank you guys, I will try it.