Foobar2000:Components/Inactive Tracks (foo skip)
Skip Track | |
---|---|
foo_skip | |
Developer(s) | Case |
Release information | |
Initial release | November 2, 2008; 16 years ago |
Stable release | 1.36 (August 28, 2022) |
foobar2000 compatibility | |
Minimum version | 1.1 |
UI module(s) | N/A |
Additional information | |
Use | Other |
License | Modified ISC license |
View all components |
Description
Skips tracks that match user configurable title formatting string. By default skips over each track with Rating set to 1.
Usage
The query is configured in Preferences -> Tools -> Skip Track.
Starting from version 1.5 time expressions are supported. For example to skip all bad or recently played files you can use the following query: %rating% IS 1 OR %last_played% DURING LAST 8 HOURS
Skip query also offers $rand() field to generate random number from 0 to 2^32-1.
%playlist_name% returns the name of the playlist where the current file is played from. And %playback_order% returns the playback order name.
The component also offers functionality to skip only parts of a track. To utilize the partial skipping set a tag field SKIP with timecodes that you want skipped. For example SKIP=0:00:00-0:01:25 (or simply SKIP=-0:01:25) to skip the first 85 seconds.
Link
- Discussion topic on hydrogenaudio
- Skip Track on foobar2000.org
- Component Page