-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.stub
49 lines (36 loc) · 2.12 KB
/
README.stub
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# subtitle-to-lrc {VERSION}
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![Build and release](https://github.com/shipurjan/subtitle-to-lrc/actions/workflows/go.yml/badge.svg)](https://github.com/shipurjan/subtitle-to-lrc/actions/workflows/go.yml)
A program that converts a subtitle file into an [`.lrc` file](https://en.wikipedia.org/wiki/LRC_(file_format))
Currently supported input formats: {SUPPORTED_EXTENSIONS}
## Why?
One use case is to convert podcast subtitles to the lyrics format (.lrc), which can then be played on various portable music/media players
## Usage
{USAGE}
## Download
Windows
[64-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_windows-amd64.zip)
<sub><sup>[32-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_windows-386.zip)</sup></sub>
(ARM:
[64-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_windows-arm64.zip)
<sub><sup>[32-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_windows-arm.zip)</sup></sub>
)
Linux
[64-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_linux-amd64.zip)
<sub><sup>[32-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_linux-386.zip)</sup></sub>
(ARM:
[64-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_linux-arm64.zip)
<sub><sup>[32-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_linux-arm.zip)</sup></sub>
)
MacOS
[64-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_darwin-amd64.zip)
(ARM:
[64-bit](https://github.com/shipurjan/subtitle-to-lrc/releases/latest/download/subtitle-to-lrc_darwin-arm64.zip)
)
## Development
It's recommended that you use [husky](https://github.com/automation-co/husky) script,
so that the versioning is correctly updated before pushing
```console
go install github.com/automation-co/husky@latest
husky init
```