{"id":13911059,"url":"https://github.com/eatgrass/obsidian-lyrics","last_synced_at":"2025-03-23T14:31:43.852Z","repository":{"id":210842057,"uuid":"726437098","full_name":"eatgrass/obsidian-lyrics","owner":"eatgrass","description":"Enhance your Obsidian audio player by adding a interactive lyrics display feature.","archived":false,"fork":false,"pushed_at":"2024-02-18T05:41:22.000Z","size":116,"stargazers_count":29,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T21:21:48.440Z","etag":null,"topics":["audio","lyrics","obsidian-plugin","subtitle","transcript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eatgrass.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-02T11:54:03.000Z","updated_at":"2025-03-08T14:48:41.000Z","dependencies_parsed_at":"2024-01-02T16:25:14.858Z","dependency_job_id":"cb4c8c6f-ce76-4127-9e0f-552be21aa459","html_url":"https://github.com/eatgrass/obsidian-lyrics","commit_stats":null,"previous_names":["eatgrass/obsidian-lyric"],"tags_count":11,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fobsidian-lyrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fobsidian-lyrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fobsidian-lyrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eatgrass%2Fobsidian-lyrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eatgrass","download_url":"https://codeload.github.com/eatgrass/obsidian-lyrics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115998,"owners_count":20563264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","lyrics","obsidian-plugin","subtitle","transcript"],"created_at":"2024-08-07T00:01:55.849Z","updated_at":"2025-03-23T14:31:43.531Z","avatar_url":"https://github.com/eatgrass.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/eatgrass"],"categories":["TypeScript"],"sub_categories":[],"readme":"## Screenshot\n\n![Screen Recording 2023-12-05 at 14 29 53](https://github.com/eatgrass/obsidian-lyric/assets/2351076/264918e6-ef45-483a-8f7b-98bc1f897f24)\n\n## Description\n\nEnhance your audio player by adding a interactive lyrics display feature.  \nNow you can navigate through the player using the lyrics for a more engaging and organized listening experience.\nIt allows you to seamlessly review your audio notes and highlights.\n\n## Usage\n\n### Installation\n\nObsidian Community Plugins\n\n`obsidian://show-plugin?id=lyrics`\n\n### Basic Usage\n\nInclude an audio source and subtitle contents in the `lrc` code block.  \n\n**Supported Subtitle Format**\n\n- [LRC](https://en.wikipedia.org/wiki/LRC_(file_format))\n- [SRT](https://en.wikipedia.org/wiki/SubRip)\n\n\n**Specifying the Audio Source**\n\nYou can specify the source of the audio file either as a filepath or as an internal link.\n\n1. Using an internal link source:\n\n\u003cpre\u003e\n```lrc\nsource [[audio_file.mp3]]\n[00:01.00] Your .lrc format contents\n[00:02.00] ....\n```\n\u003c/pre\u003e\n\n2. Using a filepath source:\n\n\u003cpre\u003e\n```lrc\nsource path/to/your_audio_file.mp3\n1\n00:02:16,612 --\u003e 00:02:19,376\nYour .srt format contents\n\n2\n00:02:19,482 --\u003e 00:02:21,609\nHello ==Lyrics==\n```\n\u003c/pre\u003e\n\n### Context Menu\n\nIn the `Reading View`, right-click on the area where lyrics are displayed to use context menu.\n\n-   play/pause audio player\n-   toggle auto-scroll\n-   toggle sentence mode\n-   seek\n-   edit\n\n## Styling\n\nCustomize your own styles by utilizing the CSS classes provided below.\n\n```html\n\u003cspan class=\"lyrics-line\" data-lyid=\"36\" data-time=\"84160\"\u003e\n    \u003cspan class=\"lyrics-timestamp\" data-lyid=\"36\" data-time=\"84160\"\u003e01:24\u003c/span\u003e\n    \u003cdiv class=\"lyrics-text\"\u003e\n        \u003cp\u003eHello Lyrics\u003c/p\u003e\n    \u003c/div\u003e\n\u003c/span\u003e\n```\n\n-   `.lyrics-line`: the entire lyrics line.\n-   `.lyrics-line .lyrics-timestamp`: timestamp of the lyrics.\n-   `.lyrics-line .lyrics-text`: text content of the lyrics.\n-   `.lyrics-highlighted`: mark the current highlighted lyrics.\n\n---\n\n[\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"BuyMeACoffee\" width=\"100\"\u003e](https://www.buymeacoffee.com/eatgrass)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Featgrass%2Fobsidian-lyrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Featgrass%2Fobsidian-lyrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Featgrass%2Fobsidian-lyrics/lists"}