1.0.7 ā€¢ Published 3 months ago

osu-play v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

NPM version Downloads MIT License

Listen to your favourite osu!lazer beatmaps as a spotify playlist from the terminal

Installation

Requirements

  • Node.js (v18 or higher)
  • osu!lazer with some beatmaps to listen to šŸ˜‰
  • That's it!

Quick start

  • Try out the latest release without installing anything:

    npx osu-play # using npm
    pnpm dlx osu-play # using pnpm
  • Install the latest release globally:

    npm i -g osu-play # using npm
    pnpm i -g osu-play # using pnpm

Usage

The osu-play command can be used with the following options:

āžœ  korigamik git:(main) āœ— osu-play --help
Play music from your osu!lazer beatmaps from the terminal
Usage: osu-play [options]

Options:
      --help            Show help                                      [boolean]
      --version         Show version number                            [boolean]
  -r, --reload          Reload lazer database         [boolean] [default: false]
      --exportPlaylist  Export playlist to a file                       [string]
  -d, --osuDataDir      Osu!lazer data directory
                            [string] [default: "/home/origami/.local/share/osu"]
  -c, --configDir       Config directory
                            [string] [default: "/home/origami/.config/osu-play"]
  -l, --loop            Loop the playlist on end      [boolean] [default: false]

This package can be used as a library or as a cli application. To use the lazer database interaction in your applicatoins import the osu-play package and start using it!

import { lazer } from "osu-play";

const realm = getLazerDB();
1.0.7

3 months ago

1.0.6

5 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago