forked from KRTirtho/spotube
-
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.
feat: track caching and cached track export support (KRTirtho#2117)
* feat: add caching support with track metadata * feat(settings): add cache music toggle * fix(mobile): cache dir not open-able * feat(local folder): add cache export/clear actions and size of the folder * chore: ios deps upgrades * chore: upgrade lint flutter version * chore: lint secrets causing error * cd: invalid value for env var
- Loading branch information
1 parent
a0e0bd8
commit 1231892
Showing
47 changed files
with
5,223 additions
and
324 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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# The format: | ||
# SPOTIFY_SECRETS=clintId1:clientSecret1,clientId2:clientSecret2 | ||
SPOTIFY_SECRETS= | ||
SPOTIFY_SECRETS=$SPOTIFY_SECRETS | ||
|
||
# 0 or 1 | ||
# 0 = disable | ||
# 1 = enable | ||
ENABLE_UPDATE_CHECK= | ||
ENABLE_UPDATE_CHECK=$ENABLE_UPDATE_CHECK | ||
|
||
LASTFM_API_KEY= | ||
LASTFM_API_SECRET= | ||
LASTFM_API_KEY=$LASTFM_API_KEY | ||
LASTFM_API_SECRET=$LASTFM_API_SECRET | ||
|
||
# Release channel. Can be: nightly, stable | ||
RELEASE_CHANNEL= | ||
RELEASE_CHANNEL=$RELEASE_CHANNEL | ||
|
||
HIDE_DONATIONS= | ||
HIDE_DONATIONS=$HIDE_DONATIONS |
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 |
---|---|---|
|
@@ -39,3 +39,4 @@ analyzer: | |
- "**.g.dart" | ||
- "**.gr.dart" | ||
- "**/generated_plugin_registrant.dart" | ||
- test/**/*.dart |
Large diffs are not rendered by default.
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
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
Oops, something went wrong.