Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsukagami/osu-music-copy
A program that allows you to copy and organize your osu! music library with ease.
https://github.com/natsukagami/osu-music-copy
Last synced: about 2 months ago
JSON representation
A program that allows you to copy and organize your osu! music library with ease.
- Host: GitHub
- URL: https://github.com/natsukagami/osu-music-copy
- Owner: natsukagami
- Created: 2017-02-12T03:39:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T09:44:29.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T00:44:30.243Z (7 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# osu-music-copy
[![Build Status](https://travis-ci.org/natsukagami/osu-music-copy.svg?branch=master)](https://travis-ci.org/natsukagami/osu-music-copy)A program that allows you to copy and organize your osu! music library with ease.
## Running
### From pre-compiled Executable
One can easily download a binary executable on the [Release](https://github.com/natsukagami/osu-music-copy/releases) section.
Once downloaded, the program can be run directly from a command prompt.### Compiling from Source
To compile the program you will need the Go compiler. It can be obtained from the [Golang website](https://golang.org).
The recommended version is 1.7.x or later.After installing Go compiler, run the following command from the command prompt:
```
go get github.com/natsukagami/osu-music-copy
go build github.com/natsukagami/osu-music-copy
```After that you should see an executable named `osu-music-copy`.
## Command-line Arguments
```
Copies and fills metadata for osu! songs, organized in a beautiful way.
Usage: ./osu-music-copy [options] path-to-osu-songs-folder
Available options:
-h, -help
Show this help
-ntfs
Fixes the name to fit NTFS filename limits
-o string
The destination for output songs (default "songs/")
-s Skips songs already found
-v Print logging information
```