https://github.com/csd4ni3l/music-player
A simple and fast music player in Arcade.
https://github.com/csd4ni3l/music-player
music music-player normalization python python-music python-music-player python3 pythonarcade sound-processing
Last synced: 11 months ago
JSON representation
A simple and fast music player in Arcade.
- Host: GitHub
- URL: https://github.com/csd4ni3l/music-player
- Owner: csd4ni3l
- License: gpl-3.0
- Created: 2025-05-24T08:03:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-02T18:58:16.000Z (12 months ago)
- Last Synced: 2025-07-02T19:43:06.196Z (12 months ago)
- Topics: music, music-player, normalization, python, python-music, python-music-player, python3, pythonarcade, sound-processing
- Language: Python
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple and fast music player in Arcade.
Note: FFmpeg is required due to both yt-dlp and to support most formats
Features:
- Music downloading with thumbnail and as best format using yt-dlp
- 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!