2024-01-08.21-17-48.mp4
An extension for Chromium browsers to customize lyrics in Spotify Web Player.
Report a Bug ยท Request a Feature
Features lyrics translation for over 100 languages powered by Google Translate and
romanization for Chinese, Korean, Japanese, Cyrillic, and many more non-latin scripts!
Tested on Google Chrome (135.0.7049.52) and Brave Browser (137.1.79.119) on Linux
Most of the changes affects developer experience instead of users, you may not notice anything different from version 1 except some layout or text changes. My main focus is to migrate the framework from CRXJS to WXT for more streamlined development.
There are some things to do:
- Rework to WXT ๐
- Auto-release on new tags (ci/cd) ๐
- Reset defaults button
- DeepL translation ๐ (#20)
- Reimplement fullscreen handling ๐
- Implement active lyric listener
- Picture-in-picture lyrics
- Update README, video, and screenshots
Chromium browsers doesn't support installing extensions directly outside of Chrome Web Store, so follow these steps carefully:
- Download the latest release (moegi-x.x.x.zip) archive from https://github.com/sglkc/moegi/releases/latest
- Extract and remember the location of the extracted folder (moegi-x.x.x)
- Open Chrome extensions page at chrome://extensions
- Toggle developer mode at the topmost bar
- Click on the new Load unpacked button
- Find and select the folder you extracted earlier (moegi-x.x.x)
- Moegi should be added to the list and switched on, pin the extension for easy access
- Click on the puzzle piece icon on the top-right
- Find Moegi and click on the pin icon
- Open Spotify Web Player (https://open.spotify.com)
- Play any song and open the lyrics page by clicking the microphone icon on bottom-right
- If you click on Moegi, it should now display a popup, nice!
The most basic feature to customize your Spotify lyrics screen:
Feature | Default | Options |
---|---|---|
Text Align | Left | Left, Center, Right |
Font Size | 1em | 0.5-2.5em |
Spacing | 0px | 0-64px |
Colors | None | Background, Passed, Active, Inactive, Translation, Romanization |
There is an integration issue with the colors, so if you want to reset the colors, use the Reset to defaults button
Library used: google-translate-api-x
Translate lyrics line-by-line using Google Translate, successful translations are cached temporarily in storage to avoid Google Translate limit. Note that translations are not accurate and should not be used literally! Read about privacy policy.
Feature | Default | Options |
---|---|---|
Font Size | 1em | 0.5-1.5em |
Language Target | auto | Over 100 languages |
Mainly supported languages:
Other than that, use Anything else.
Romanize lyrics that has the selected language's characters, if none then it will skip to the next line.
Feature | Default | Options |
---|---|---|
Language | Any | Japanese, Korean, Chinese, Cyrillic, Any |
Font Size | 1em | 0.5-1.5em |
Libraries used: @sglkc/kuroshiro, @sglkc/kuroshiro-analyzer-kuromoji
Note that Japanese romanization may not be accurate, particularly on kanji!
Feature | Default | Options |
---|---|---|
To | Romaji | Romaji, Hiragana, Katakana |
Mode | Spaced | Normal, Spaced, Okurigana, Furigana |
Romaji System | Hepburn | Nippon, Passport, Hepburn |
Okurigana Delimiter | ( ) | Custom delimiters |
Differences between each mode in hiragana
Original Text: ๆใๅใใใๆใ็นใใใ้ใชใใฎใฏไบบ็ใฎใฉใคใณ and ใฌใใชใขๆ้ซ๏ผ
-
Normal:
ใใใใจใใใใฆใใคใชใใใใใใชใใฎใฏใใใใใฎใฉใคใณ and ใฌใใชใขใใใใ๏ผ -
Spaced:
ใใใใจใ ใใ ใฆ ใ ใคใชใ ใ ใ ใใใชใ ใฎ ใฏ ใใใใ ใฎ ใฉใคใณ and ใฌใ ใชใข ใใใใ ๏ผ -
Okurigana:
ๆ(ใใ)ใๅ(ใจ)ใใใๆ(ใฆ)ใ็น(ใคใช)ใใใ้(ใใ)ใชใใฎใฏไบบ็(ใใใใ)ใฎใฉใคใณ and ใฌใใชใขๆ้ซ(ใใใใ)๏ผ -
Furigana:
ๆใๅใใใๆใ็นใใใ้ใชใใฎใฏไบบ็ใฎใฉใคใณ and ใฌใใชใขๆ้ซ๏ผ
Library used: @romanize/korean
Feature | Default | Options |
---|---|---|
Hangul System | Revised | Revised, McCune, Yale |
Differences between each romanization system
Original Text: ์ฐ๋์ปค๋ ๊ทธ ์๋ฆฌ์ ์์ ๊ธฐ๋ค๋ฆฌ๋ ค๋ ๋ด
-
Revised (Revised Romanization of Korean):
udukeoni geu jarie seoseo gidariryeona bwa -
McCune (McCuneโReischauer romanization):
utuk'ลni kลญ carie sลsล kitariryลna pwa -
Yale (Yale romanization of Korean):
utukheni ku caliey sese kitalilyena pwa
Library used: cyrillic-to-translit-js
Feature | Default | Options |
---|---|---|
Language | Russian | Russian, Ukrainian |
Library used: pinyin-pro
Feature | Default | Options |
---|---|---|
Ruby text | OFF | ON, OFF |
Library used: any-ascii
Provides a lot of conversions at the cost of accuracy, read more from the package repository.
-
Node ^22
-
pnpm ^10
npm install -g pnpm
If you wish to make modifications or just want to build the extension yourself:
- Clone the repository
git clone https://github.com/sglkc/moegi.git
cd moegi
- Install dependencies using pnpm
pnpm install
- Start extension development and launch test browser
pnpm dev
- Build extension
pnpm build
Any kind of contributions are greatly appreciated! You can start by forking this repository then create a pull request.
- Fork the repository
- Clone the forked repository to your machine
- Create your branch (
git checkout -b feat/new-feature
) - Commit your changes (
git commit -m 'feat: add this and that'
) - Push to the branch (
git push origin feat/new-feature
) - Open a pull request
Moegi is not affiliated with Spotify in any way. Moegi is for educational purposes only and should not be used to violate Spotify's terms of service.
-
Moegi does not track your listening habits, your IP address, or any other personal information. Everything is done locally in the web browser, except for the translation feature.
-
The translation feature uses Google Translate, which is a third-party service. Google may collect some data about your use of the translation feature, such as the text you translate and the language you translate it to. For more information about Google's privacy policy, please see https://policies.google.com/privacy.
-
Moegi uses a small amount of storage space on your computer to store the options that you have customized and lyrics you have translated. It is not used to store any other personal information.
Distributed under the MIT License. See LICENSE for more information.