Foobar2000:Components/Skip Track (foo skip): Difference between revisions
No edit summary  | 
				mNo edit summary  | 
				||
| Line 9: | Line 9: | ||
| released             = {{start date and age|2008|11|02}}  | | released             = {{start date and age|2008|11|02}}  | ||
| released_ref         =    | | released_ref         =    | ||
| stable_release       = 1.  | | stable_release       = 1.37  | ||
| stable_release_date  =   | | stable_release_date  = 2023-03-16  | ||
| preview_release      =    | | preview_release      =    | ||
| preview_release_date =    | | preview_release_date =    | ||
| foobar2000_minimum   = 1.  | | foobar2000_minimum   = 1.5  | ||
| foobar2000_maximum   =    | | foobar2000_maximum   =    | ||
| foobar2000_ui_module =    | | foobar2000_ui_module =    | ||
| Line 22: | Line 22: | ||
==Description==  | ==Description==  | ||
Allows you to skip tracks that match a specified search query. By default the component will skip all files with RATING set to 1.  | |||
==Usage==  | ==Usage==  | ||
The query is configured in Preferences -> Tools -> Skip Track.  | The query is configured in Preferences -> Tools -> Skip Track.  | ||
Revision as of 07:34, 30 March 2023
| Skip Track | |
|---|---|
foo_skip  | |
| Developer(s) | |
| Release information | |
| Initial release | November 2, 2008; 17 years ago | 
| Stable release | 1.37 (March 16, 2023) | 
| foobar2000 compatibility | |
| Minimum version | 1.5 | 
| UI module(s) | N/A | 
| Additional information | |
| Use | Other | 
| License | Modified ISC license | 
| View all components | |
Description
Allows you to skip tracks that match a specified search query. By default the component will skip all files 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