Skip to content
ivLis edited this page Jan 22, 2026 · 1 revision

시작하기

English

이 가이드는 ivLyrics를 Spotify에 설치하고 설정하는 방법을 안내합니다.


시스템 요구사항

  • Spotify: 데스크톱 버전 (Windows, macOS, Linux)
  • Spicetify: 최신 버전 설치 필요
  • 인터넷 연결: 가사 및 AI 번역 기능 사용에 필요

설치 방법

1단계: 호환 가능한 Spotify 버전 설치

Spotify 공식 홈페이지를 통해 설치한 최신 버전은 Spicetify와 호환되지 않을 수 있습니다. 아래 방법으로 호환 가능한 버전을 설치하세요.

기존에 Spotify가 설치되어 있다면 먼저 삭제해주세요.

Windows

PowerShell을 실행하고 다음 명령어를 입력합니다:

iex "& { $(iwr -useb 'https://amd64fox.github.io/Rollback-Spotify/run.ps1') } -version 1.2.76.298-x64"

macOS

터미널을 실행하고 다음 명령어를 입력합니다:

bash <(curl -sSL https://raw.githubusercontent.com/jetfir3/TBZify/main/tbzify.sh) -v 1.2.76.298

수동 다운로드


2단계: Spicetify 설치

이미 Spicetify가 설치되어 있다면 이 단계를 건너뛰세요.

관리자 권한으로 실행하지 마세요.

Windows

iwr -useb https://raw.githubusercontent.com/spicetify/cli/main/install.ps1 | iex

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh

설치 과정에서 Marketplace 설치 여부를 묻는 질문이 나오면 Y를 입력하세요. Marketplace의 FullScreen 확장 프로그램과 함께 사용하면 더 나은 경험을 할 수 있습니다.


3단계: ivLyrics 설치

Spicetify 설치 직후라면 PowerShell 또는 터미널을 재시작한 후 진행하세요.

자동 설치 (권장)

Windows
iwr -useb https://ivlis.kr/ivLyrics/install.ps1 | iex
macOS / Linux
curl -fsSL https://ivlis.kr/ivLyrics/install.sh | sh

업데이트도 동일한 명령어로 가능합니다.

수동 설치

  1. GitHub Releases에서 최신 버전을 다운로드합니다
  2. 압축을 해제하고 폴더 이름을 ivLyrics로 변경합니다
  3. 해당 폴더를 Spicetify CustomApps 디렉토리에 복사합니다:
    • Windows: %LocalAppData%\spicetify\CustomApps
    • macOS/Linux: ~/.config/spicetify/CustomApps
  4. 터미널에서 다음 명령어를 실행합니다:
    spicetify config custom_apps ivLyrics
    spicetify apply
    

삭제 방법

Windows

iwr -useb https://ivlis.kr/ivLyrics/uninstall.ps1 | iex

macOS / Linux

curl -fsSL https://ivlis.kr/ivLyrics/uninstall.sh | sh

초기 설정

  1. Spotify를 실행하고 좌측 메뉴에서 ivLyrics를 선택합니다
  2. 우측 하단의 설정 버튼을 클릭합니다
  3. AI Providers 탭에서 원하는 AI 서비스를 설정합니다
  4. 음악을 재생하고 가사 영역에 마우스를 올리면 나타나는 변환 버튼을 활용합니다
  5. 번역 또는 발음 버튼을 클릭하여 원하는 모드를 활성화합니다

다음 단계

Clone this wiki locally