Files
music-player/README.md
2025-05-24 10:33:23 +02:00

20 lines
603 B
Markdown

A simple and fast music player in Arcade.
Note: FFmpeg is required due to both yt-dlp and to support most formats
Features:
- Music playing including looping, pausing/resuming, shuffling and skipping to next track
- Music metadata fixing from title
- Audio normalization using pydub
- Tab based music selection(directories)
- Custom playlists
- Fast search using just text, and instant best result playback using enter
- Discord RPC
Features TBD:
- Improved UI looks
- More keyboard shortcuts
- Vim keybindings(focusing with up down arrow keys)
- Replace paths with own file manager
- And much more!