Skip to content

Commit

Permalink
Release auto-skip-tracks-by-duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bergbok committed Mar 16, 2024
1 parent d4ca708 commit 495845f
Show file tree
Hide file tree
Showing 10 changed files with 2,087 additions and 14 deletions.
1 change: 1 addition & 0 deletions Extensions/auto-skip-tracks-by-duration/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/* linguist-vendored
34 changes: 34 additions & 0 deletions Extensions/auto-skip-tracks-by-duration/README.md
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)
Loading

0 comments on commit 495845f

Please sign in to comment.