Skip to content

Commit

Permalink
🐛 It does not start at 0x00
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboHsu committed Sep 9, 2023
1 parent 0936bd5 commit 19d9695
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@

[中文文档](./README_CN.md)

## 0x01 Intro
## 0x00 Intro

Munager is a music library management helper that have several functions:

- Automatically search for lyric files on online services like Netease Music, etc.
- Syncs your music library between devices with customizable transcoding rules.

## 0x02 Install
## 0x01 Install

If you wanna compile yourself, just clone this project and run `go build .`.

If you just want to run the binary, find it in `Releases` or `Github Actions Artifacts` for CI Build.

## 0x03 Usage
## 0x02 Usage

_Munager is quite self-explained. Use `--help` for explainations._

Expand All @@ -39,7 +39,7 @@ Type `munager sync` for help. It have several subcommands which does:
- `client` Starts a client. It can automatically discover server side and syncs local music library with server side. You can also transcode your received songs to another format (FFmpeg) using `--transcode` flag.
- `server` Starts a server. It broadcasts its existance to local network, and serves local music library as you expected.

## 0x04 Example
## 0x03 Example

### Fetching lyrics

Expand Down
8 changes: 4 additions & 4 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

[![Go Report Card](https://goreportcard.com/badge/github.com/TurboHsu/munager)](https://goreportcard.com/report/github.com/TurboHsu/munager)

## 0x01 这啥
## 0x00 这啥

Munager 是一个有以下功能的音乐库管理工具:

- 自动化的为您的本地乐库抓取歌词
- 跨设备同步乐库,支持自定义转码规则

## 0x02 咋装
## 0x01 咋装

如果你喜欢自己编译&运行一些东西,直接使用 `go build .`就可以了。

如果你想要直接用这个, 可以在 `Releases` 中找到发行版,或者你可以在 `Github Actions Artifacts` 中找到CI构建的版本。

## 0x03 咋用
## 0x02 咋用

_Munager 的帮助信息足够解释自己。 尝试添加 `--help` 来查看详细参数以及使用方法。_

Expand All @@ -37,7 +37,7 @@ _Munager 的帮助信息足够解释自己。 尝试添加 `--help` 来查看详
- `client` 将会启动客户端。在局域网内,它一般能够自动发现服务器,并且同步本地乐库(增量更新)。您也可以使用 `--transcode` 参数来指定转码规则。(这将会用到FFmpeg。您可以指定FFmpeg可执行文件的路径。)
- `server` 将会启动服务器。它会向局域网内广播自己的存在,并且提供本地乐库的服务,就如你想要的那样。

## 0x04 例子
## 0x03 例子

### 我要同步一些歌

Expand Down

0 comments on commit 19d9695

Please sign in to comment.