Audio player written in TypeScriptz, using Electron and React.
Features:
- Browse folders for audio files
- Support mp3, wav, flac and other files
- Read Tags
- Show Album Art
- Shuffle playback mode
git clone
yarn install
npm run electron:dev
https://github.com/yhirose/react-typescript-electron-sample-with-create-react-app-and-electron-builder Great template, that combines create-react-app, electron, typescript.
https://github.com/jonsafari/mocp The console player that inspired me to create a two-pane UI.