-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: ✨ add recording support for a station record an audio stream with --record on fixes #48 * build: test mp3 files ignored * refactor: 🎨 formatted main into several functions moved codes under main() to utilities as several functions * feat: 🎨 add --record and --filename and remove --random two arguments --record and --filename are added to support recording of a live audio stream * feat: add limit on search by name add limit on results on stations found by name * docs: 🔥 remove install guide * refactor: 🎨 help message logic updated * build(vscode): manual save * feat: ✨ add a command listener to the app users can give command on runtime and execute various options like record, fav station, list show etc * feat: 👽 rename --station to --search use --search instead of --station to search for stations with name on the API --search instead of --station * refactor: 🎨 minor refactoring * perf(cache): ⚡ add chaching mechanism for faster API queries added request_cache module to initiate a cached RadioBrowser object * build: ✨ add request_cache module for API cache * feat: ✨ add command listener handler a function that listens for user inputs in a loop and performs actions accrodingly * refactor: 🎨 different functions for each options * feat: 🔧 modified some options name modified some option names like --station to --search * feat: 🔧 updated help table for modified options * build: sqlite cache added to ignore * docs: ✨ update option list and screenshot * style: 💄 trim long entries on result page with ... short name column to 30 char and tag to 40 char for better table UI * feat: ✨ user input to play a station from search result directly promt user to type an ID from the result page to play directly * feat: ✨ user input handler for search response * build: 🔥 clean mp3 files if any * feat: ✨ add --play for direct play feature directly play stations from fav list or stream url * style: add minor debug log * style: 🎨 minor format * feat: ✨ add new options * fix: 🐛 fix minor bug * feat: ✨ add runtime commands and recording features * docs: ✨ add docs for new features * docs: ✨ v2.7.0 * feat: ✨ 2.7.0 * feat: ✨ add --last option to play last station play the last played station directly with --last * docs: ✨ add doc for --last * docs: ✨ v2.7.0 * fix: 🚑 fix bug quit on pressing anything than y * feat: 💄 remove UUID from result page for compact view * feat: updated several options name * v2.7.0
- Loading branch information
Showing
15 changed files
with
781 additions
and
404 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 |
---|---|---|
|
@@ -133,3 +133,8 @@ deploy.sh | |
|
||
pylint.txt | ||
.gitpod.yml | ||
tests/ | ||
tests/ | ||
|
||
*.mp3 | ||
cache.sqlite |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.