-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release auto-skip-tracks-by-duration
- Loading branch information
Showing
10 changed files
with
2,087 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dist/* linguist-vendored |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Auto Skip Tracks by Duration | ||
|
||
Allows you to automatically skip tracks based on their duration.<br> | ||
Especially useful if your local files collection contains SFX you'd prefer to skip. | ||
|
||
Be careful not to cause any skipping loops by playing albums/playlists where no songs fall between your specified durations! | ||
|
||
> If you like it, please consider starring it on GitHub 🌟 | ||
<p align="center"> | ||
<img src="https://github.com/Bergbok/Spicetify-Creations/assets/66174189/95a1539d-cc46-48ad-b238-298950d90fee"/></img> | ||
</p> | ||
|
||
> Implemented using spcr-settings<br> | ||
> Settings can be found in user settings | ||
## Installation | ||
|
||
**Recommended**: | ||
|
||
Download it using [Spicetify Marketplace](https://github.com/spicetify/spicetify-marketplace) from within Spotify. | ||
|
||
**Manual**: | ||
|
||
1. Download it from [here](https://github.com/Bergbok/Spicetify-Creations/archive/refs/heads/dist/auto-skip-tracks-by-duration.zip) | ||
2. Run `spicetify config-dir` in a terminal | ||
3. Extract `auto-skip-tracks-by-duration.js` into the Extensions folder | ||
4. Run `spicetify config extensions auto-skip-tracks-by-duration.js` | ||
5. Run `spicetify apply` | ||
|
||
## Credits | ||
|
||
- Made with [Spicetify Creator](https://github.com/FlafyDev/spicetify-creator) | ||
- [FlafyDev](https://github.com/FlafyDev) - [spcr-settings](https://github.com/FlafyDev/spicetify-creator-plugins/tree/main/packages/spcr-settings) |
Oops, something went wrong.