generated from crowbartools/firebot-custom-script-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/move helpers to lib + fixes (#79)
* Fixed up menu position and some styles on input fields * Updated changelogs and bumped version * Moved some Non-Spotify related helper functions to new npm library, converted copy-build to ts just because * Updated oceanity/firebot-helpers dependency * Moved DbService to helper library, converted use of Db in lyrics to fs-extra because it's just raw saving/loading entire json files * Removed live queue updating, removed announced deprecated variables, deprecated more variables * Moved calls to firebot utils to @oceanity/firebot-helpers * Updated mock * Moved more methods to @oceanity/firebot-helpers * Fixed some typos * Updated queue variables to pull live data * Updated description * removed Launch * updated changelog
- Loading branch information
Showing
63 changed files
with
356 additions
and
795 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
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
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,24 @@ | ||
## What's Changed | ||
|
||
**Fixes** | ||
- Plugin will no longer Chat Feed Alert on errors | ||
- No more errors when Non-Premium user uses plugin due to Queue pulls | ||
|
||
**Removed Variables** | ||
- $spotifyTrackTitle | ||
- $spotifyTrackArtist | ||
- $spotifyTrackArtists | ||
- you were warned :P | ||
- more variables have been marked for deletion, if you see warnings in chat feed alerts, you should fix them | ||
|
||
**Removed Events** | ||
- Queue Changed | ||
- Honestly very unfortunate this needs to be regressed, but, blame Spotify having a weird Premium-only limitation on Get Spotify Queue in their API /shrug | ||
|
||
**Changed Variables** | ||
- $spotifyQueue | ||
- $rawSpotifyQueue | ||
- Due to the fact these need premium, they now pull every time they use the variable with auth, so I'd advise folks to save these to a custom variable and pull data from that to avoid rate limits | ||
|
||
**Behind the Scenes** | ||
- Moved some helper functions to a new shared library, `@oceanity/firebot-helpers`, this shouldn't have any functional effect on the plugin but means I can be lazier in my others |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.