OpenCut-app / OpenCut-app/OpenCut
[FEATURE] Ability to import lyrics files
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 89.8k
- Forks
- 8.9k
- PR merge metrics
- No merged PRs in 30d
Description
Problem
I can't import the lyrics file (*.lrc) for the song. Although it is just a plain text file associated with the lyric content through time tags.
Solution
I need to upload a lyric file so that the lyrics text are displayed in the video.
Alternative
LRC are essentially plain text files (which can be opened and edited using text editors such as Notepad), and their core is to associate with the lyric content through time labels to achieve the synchronization effect of "one lyric corresponds to a point in time".
For example:
[ti:Title]
[ar:Artist]
[al:Album]
[by:by]
[offset:500]
[00.00.01] Lyric content
[00.00.02] Lyric content
Anything else?
This saves time and reduces unnecessary hassle.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the editor's existing upload/import flow and the path that displays lyrics in video, then use the attached LRC example to define supported time tags and metadata. Done means an LRC file can be uploaded and its timed lyric text appears synchronized in the video.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- content, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100