This is a little media player written for myself.
# Aquinas Media Player
A simple and straightforward terminal media player.
Built primarily with people who have a local and organized music collection in mind, with the philosophy that the folder heirarchy is enough.
## Controls
- **Enter** - Play
- **Space** - Play / Pause
- **Up / Down** - Go up / down file list
- **Left / Right** - Expand / contract highlighted folder
- **f** - Seek forward 2 seconds (**F** for 5 seconds)
- **b** - Seek backward 2 seconds (**B** for 5 seconds)
- **d** - Change Directory
- **s** - Search
## Progress
State of the interface.

### Features
- [x] Play music
- [x] File tree rendering
- [x] Change directories
- [x] Seek forward / backward
- [x] Gstreamer backend integration
- [x] Rodio backend integration
- [ ] [Symphonia](https://github.com/pdeljanov/Symphonia) backend integration
- [x] Automatically play next song
- [x] Search
- [x] Sorting / ordering (Basic)
- [ ] Advanced sorting / ordering
- [ ] Now playing info
- [ ] Help info
- [ ] Song metadata
- [ ] Global media keys (mpris)