Giter VIP home page Giter VIP logo

moegi's Introduction

Moegi

2024-01-08.21-17-48.mp4

MIT License Issues Pull Requests Latest Release

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 (122.0.6261.111) and Brave Browser (123.1.64.113) on Linux


Getting Started

Chromium browsers doesn't support installing extensions directly outside of Chrome Web Store, so follow these steps carefully:

  1. Download the latest release (moegi-x.x.x.zip) archive from https://github.com/sglkc/moegi/releases/latest
  2. Extract and remember the location of the extracted folder (moegi-x.x.x)
  3. Open Chrome extensions page at chrome://extensions
  4. Toggle developer mode at the topmost bar
  5. Click on the new Load unpacked button
  6. Find and select the folder you extracted earlier (moegi-x.x.x)
  7. 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
  8. Open Spotify Web Player (https://open.spotify.com)
  9. Play any song and open the lyrics page by clicking the microphone icon on bottom-right
  10. If you click on Moegi, it should now display a popup, nice!
Steps screenshot Moegi installation Moegi loaded

Features

Show full extension features screenshot Moegi all features

Lyrics Styling

The most basic feature to customize your Spotify lyrics screen:

  • Text Align: Where the lyrics should align. Default: Left, Options: Left, Center, Right.
  • Font Size: Set the lyrics relative font size including translation and romanization if active. Default: 1em, Options: 0.5-2.5em.
  • Spacing: How much space between lyric lines. Default: 0px, Options: 0-64px.
  • Colors: Set background and lyrics colors using a color picker.
    Default: Background (blueish), Active (white), Inactive (black), Passed (white with opacity)

There is an integration issue with the colors, so if you want to reset the colors, use the Reset to defaults button

Translation

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.

  • Font Size: Set the translation line relative to lyrics font size. Default: 1em, Options: 0.5-1.5em.
  • Language Target: Translation language target. Default: auto, Options: Over 100 languages.

Romanization

Mainly supported languages:

  1. Japanese
  2. Korean
  3. Chinese
  4. Cyrillic

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.

  • Language: Language to romanize. Default: Korean, Options: Korean, Japanese.
  • Font Size: Set the romanization line relative to lyrics font size. Default: 1em, Options: 0.5-1.5em.

Japanese

Libraries used: @sglkc/kuroshiro, @sglkc/kuroshiro-analyzer-kuromoji

Note that Japanese romanization may not be accurate, particularly on kanji!

  • To: Romanization target for Japanese lyrics. Default: Romaji, Options: Romaji, Hiragana, Katakana.
  • Mode: How generated romanization should be written. Default: Spaced, Options: Normal, Spaced, Okurigana, Furigana.
  • Romaji System: What romanization system to use for romaji. Default: Hepburn, Options: Nippon, Passport, Hepburn.
  • Okurigana Delimiter: What should okurigana starts and ends with. Default: ( ).
Differences between each mode in hiragana

Original Text: 感じ取れたら手を繋ごう、重なるのは人生のライン and レミリア最高!

  1. Normal:
    かんじとれたらてをつなごう、かさなるのはじんせいのライン and レミリアさいこう!

  2. Spaced:
    かんじとれ たら て を つなご う 、 かさなる の は じんせい の ライン and レミ リア さいこう !

  3. Okurigana:
    感(かん)じ取(と)れたら手(て)を繋(つな)ごう、重(かさ)なるのは人生(じんせい)のライン and レミリア最高(さいこう)!

  4. Furigana:
    (かん)()れたら()(つな)ごう、(かさ)なるのは人生(じんせい)のライン and レミリア最高(さいこう)

Read about romaji romanization systems (for nerds).

Korean

Library used: @romanize/korean

  • Hangul System: Romanization system used. Default: Revised, Options: Revised, McCune, Yale.
Differences between each romanization system

Original Text: 우두커니 그 자리에 서서 기다리려나 봐

  1. Revised (Revised Romanization of Korean):
    udukeoni geu jarie seoseo gidariryeona bwa

  2. McCune (McCune–Reischauer romanization):
    utuk'ŏni kŭ carie sŏsŏ kitariryŏna pwa

  3. Yale (Yale romanization of Korean):
    utukheni ku caliey sese kitalilyena pwa

Cyrillic

Library used: cyrillic-to-translit-js

  • Language: Cyrillic language. Default: Russian, Options: Russian, Ukrainian.

Chinese

Library used: pinyin-pro

  • Ruby text: Show romanization on top of original characters. Default: OFF.
Ruby text ON/OFF

Original Text: 你不知道你有多可愛

  1. OFF
    nǐ bù zhī dào nǐ yǒu duō kě ài

  2. ON
    ()()(zhī)(dào)()(yǒu)(duō)()(ài)

Any

Library used: any-ascii

Provides a lot of conversions at the cost of accuracy, read more from the package repository.

Development

Prerequisites

Steps

If you wish to make modifications or just want to build the extension yourself:

  1. Clone the repository
git clone https://github.com/sglkc/moegi.git
cd moegi
  1. Install dependencies using pnpm
pnpm install
  1. Start extension development with hot reload
pnpm dev
  1. Build extension
pnpm build

Contributing

Any kind of contributions are greatly appreciated! You can start by forking this repository then create a pull request.

  1. Fork the repository
  2. Clone the forked repository to your machine
  3. Create your branch (git checkout -b feat/new-feature)
  4. Commit your changes (git commit -m 'feat: add new command')
  5. Push to the branch (git push origin feat/new-feature)
  6. Open a pull request

Disclaimer

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.

Privacy Policy

  1. 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.

  2. 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.

  3. 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.

License

Distributed under the MIT License. See LICENSE for more information.

moegi's People

Contributors

dependabot[bot] avatar sglkc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

moegi's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.