v0.0.1

    Music in your
    terminal.
    _

    Melody CLI brings your music library to the command line with a beautiful, intuitive interface designed for developers.

    melody-cli ~ /music
    $ melody

    Features

    $ help |feature|

    Simple Playback

    Play your music with a single command. Supports all major audio formats.

    $ play <song_number>

    Smart Search

    Find songs, albums, or artists with powerful fuzzy search capabilities.

    $ search <song_name>

    Autoplay Songs

    Pull any playlists directly from the terminal and autoplay songs.

    $ autoplay <ON | OFF>

    Playback Controls

    Play, pause, skip, and navigate through your music library effortlessly.

    $ next | prev

    Queue

    View, navigate and stream in the queue effortlessly.

    $ queue

    Installation

    $ create python environment

    python3 -m venv env

    $ activate environment

    source env/bin/activate

    $ git clone

    git clone https://github.com/pythonicforge/Melody.CLI.git
    cd Melody.CLI
    python melody.py

    Basic Commands

    melody-cli ~ /music
    # Start playing music
    $ play <song_id>
    
    # Pause current track
    $ pause
    
    # Skip to next track
    $ next
    
    # Go back to previous track
    $ prev
    
    # Search for music
    $ search "artist or song"
    
    # View queue
    $ queue
    
    # Toggle Autoplay
    $ autoplay
    
    # Show help
    $ help