8000 GitHub - paix64/music-player
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

paix64/music-player

Repository files navigation

Run the project

Install bun

curl -fsSL https://bun.sh/install | bash

Install dependencies

bun install

Compiles and runs the project for development

bun run dev

Compiles and optimizes the project for production

bun run build

Roadmap

v0.1.0

  • Play/Pause song
    • Control with Spacebar
  • Display song duration/position
  • Display album cover
  • Song queue
    • Repeat one song
    • Skip to previous/next song
  • Seek backward/forward
    • Control with arrow keys
  • Volume controls
    • Control with arrow keys
  • Playlists
    • Shuffle
    • Repeat (by default)
    • Based on metadata
  • Custom CSS

v0.1.1

  • Mini player indicator in library

  • Playlists

    • Based on directories
    • Custom
  • MPRIS support

  • Youtube download/search support

  • Fetch metadata from internet

  • Took 69.5 hours to build

Format Seeking Support Cover Art Support
MP3 Yes Yes
OGG Yes Yes
FLAC No Yes
M4A Yes Yes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0