Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jellybrick/alsongsubtitleuploader
Easily upload your .srt lyrics to Alsong.
https://github.com/jellybrick/alsongsubtitleuploader
alsong alsong-lyric jetpack-compose kotlin srt srt-subtitles subtitle
Last synced: about 2 months ago
JSON representation
Easily upload your .srt lyrics to Alsong.
- Host: GitHub
- URL: https://github.com/jellybrick/alsongsubtitleuploader
- Owner: JellyBrick
- License: apache-2.0
- Created: 2023-06-27T11:49:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T22:37:34.000Z (3 months ago)
- Last Synced: 2024-11-01T18:42:37.247Z (2 months ago)
- Topics: alsong, alsong-lyric, jetpack-compose, kotlin, srt, srt-subtitles, subtitle
- Language: Kotlin
- Homepage:
- Size: 224 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> 알송 서버에 `.srt` 자막 파일을 업로드 할 수 있게 해줍니다.
> 더 편리하게 가사를 편집하고, 알송 서버에 업로드 해보세요.### Screenshot
| Main Screen | Duplicated warning | Upload screen |
| :-----------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: |
| ![image](https://github.com/JellyBrick/AlsongSubtitleUploader/assets/16558115/46c3fa93-ce63-4cd6-a67c-08d429e7beee) | ![image](https://github.com/JellyBrick/AlsongSubtitleUploader/assets/16558115/f9da53b3-fdf7-42cd-913f-ad5bd5179c1b) | ![image](https://github.com/JellyBrick/AlsongSubtitleUploader/assets/16558115/3cb7dafe-8381-4909-9d7d-2c2b2f5c1d05) |## 사용법
### 윈도우 (Windows)
[Releases](https://github.com/JellyBrick/AlsongSubtitleUploader/releases)에서 릴리즈를 받고, 설치한 뒤 실행하면 됩니다.
### Other OS (macOS, Linux)
Java (17 이상 버전) 설치 후, `javaw -jar AlsongUploader-*.jar`나 `java -jar AlsongUploader-*.jar` 를 사용하여 실행하세요.
## 주의
1. `.srt` 자막 파일의 편집 기능은 지원하지 않습니다. [Subtitle Edit](https://github.com/SubtitleEdit/subtitleedit/releases)과 같은 프로그램을 사용하여 `.srt` 자막 파일을 제작해주세요.
2. `jar` 버전 사용시, **반드시 `Java 17` 이상을 사용해주세요.**