Skip to content

Commit

Permalink
docs: update README with badges and features (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrani authored Aug 30, 2023
1 parent 7056142 commit f48e7ed
Showing 1 changed file with 30 additions and 11 deletions.
41 changes: 30 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,59 @@
# Chorus - Spotify Enhancer
<h1 align="center">💃 Chorus - Spotify Enhancer 💃</h1>

<p align="center">
<img alt="Chrome Web Store # Users" src="https://img.shields.io/chrome-web-store/users/jfnjmnapkhdbaidedlbdcmhiphfjljcd?label=Chrome%20users">
<img alt="Chrome Web Store Rating" src="https://img.shields.io/chrome-web-store/rating/jfnjmnapkhdbaidedlbdcmhiphfjljcd">
<!--
<img alt="Mozilla Add-on" src="https://img.shields.io/amo/users/chorus-spotify-enchancer?label=Firefox%20users">
<img alt="Mozilla Add-on" src="https://img.shields.io/amo/rating/chorus-spotify-enchancer">
-->
<img alt="GitHub manifest version" src="https://img.shields.io/github/manifest-json/v/cdrani/chorus">
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/cdrani/chorus">
<img alt="GitHub" src="https://img.shields.io/github/license/cdrani/chorus">
<p/>

Enhance Spotify with controls to save favourite track section and auto-skip. Save sections can be used for infinite looping of a chorus, verse, etc. Snips can be shared with others. Auto-skip tracks in a playlists or albums and never hear them again. Additionally set global playback speed and per track speed! More features to come!

## **🎉 Chorus Features :tada:**

:star: Save your favourite section of a Spotify track or podcast episode. That section then will the only part played for that track or episode. This can be used to play (or replay) a favourite chorus, sample, or a verse infinitely (if looped).
## **🎉 Chorus Features 🎉**

⭐ Save your favourite section of a Spotify track or podcast episode. That section then will the only part played for that track or episode. This can be used to play (or replay) a favourite chorus, sample, or a verse infinitely (if looped).

Use the slider left and right thumbs to narrow down the section you want to save. This saved section will be the only part of the song played from now on.

Set left and right thumbs at 0 to skip a track completely, or better yet...

:star: Block a song from being played forever. In the artist, album, playlists, or queue pages, clicking the block icon will toggle the track's blocked/unblocked state. In the blocked state, that song will always be skipped from being played in an album, queue, and/or playlist. Blocking a song takes precedence over a saved snip.
⭐ Block a song from being played forever. In the artist, album, playlists, or queue pages, clicking the block icon will toggle the track's blocked/unblocked state. In the blocked state, that song will always be skipped from being played in an album, queue, and/or playlist. Blocking a song takes precedence over a saved snip.

⭐ Toggling the entire extension on/off by clicking the extension icon in the toolbar. Toggle the extension off whenever you want to listen to Spotify without your snips, blocked songs, or custom playback speeds and pitch. Toggle it back on to enjoy the features. It would be a good idea to have the extension pinned for quick access and use of this feature.

:star: Toggling the entire extension on/off by clicking the extension icon in the toolbar. Toggle the extension off whenever you want to listen to Spotify without your snips, blocked songs, or custom playback speeds and pitch. Toggle it back on to enjoy the features. It would be a good idea to have the extension pinned for quick access and use of this feature.
⭐ Generate a shareable link to your favourite snip for easy sharing. Currently only copied to clipboard, but upcoming features will allow social media sharing such as on twitter, IG, etc. Note that link will only work if opening on desktop browser and recipient has the extension installed.

:star: Generate a shareable link to your favourite snip for easy sharing. Currently only copied to clipboard, but upcoming features will allow social media sharing such as on twitter, IG, etc. Note that link will only work if opening on desktop browser and recipient has the extension installed.
## 📆 **Upcoming Features** 📆

## 📆 **Upcoming features** :calendar:
◀ ▶️ Custom Skip Forward & Back. Currently only available for podcasts (may audiobooks(?)), but would like something like fast-forward 10secs and skip-back 5secs.

✂️ Multi-Snips. More snips in a track. For example, snips to only play a chorus and the second verse of a track.

💿 Discography. Keep track of your progress as you work through an artist's discography and resume where you left off.

📓 Review. View your favourite snips and blocked songs. Some filtering.

💃 Enjoy Spotify again... again. 💃

## :gear: **Releases** :gear:
### 🎀 **V2** 🎀

📱 Web App. This will likely just be a simple UI utilizing Spotify Connect to apply the above features/controls, but areas like search, playlist creation, music discovery will left to the official Spotify App.


## ⚙️ **Releases** ⚙️

Releases are automated based on semantic releases and tagged as such in the [Releases](https://github.com/cdrani/chorus/releases) page. Releases have the newest features, bug fixes, etc, but the Web Store version is most likely on a day or two behind due to Chrome's review cycle. If you want the latest and greatest, the download the `Chorus.zip` file from the newest release.



## :wave: **Closing Remarks** :wave:
## 👋 **Closing Remarks** 👋

Please give a :star: if you like and/or use this project. [Contributions](./contributing.md) are wholeheartedly welcome if they adhere to the [coc](./code_of_conduct.md)
Please give a if you like and/or use this project. [Contributions](./contributing.md) are wholeheartedly welcome if they adhere to the [coc](./code_of_conduct.md)

For issues, questions, feature suggestions, etc please report it [here](https://github.com/cdrani/chorus/issues/new/choose).

Expand Down

0 comments on commit f48e7ed

Please sign in to comment.