- OSMC 설치(http://secrice.com/?p=1063)
- https://osmc.tv/download/ 에서 윈도우즈용 설치 프로그램을 다운로드 받는다.
- 설치 프로그램을 실행 시킨 후 라즈베리파이에 사용할 MicroSD 카드에 OSMC를 설치한다.
- 라즈베리파이에 SD 카드를 넣고 실행 시키면 설치 완료
- 아직 한글 지원하지 않이 때문에 한글 ttf 파일을 OSMC 쪽으로 옮겨서 설정 파일을 수정해 줘야 한다.
- 이를 위해 Samba 설치
- Samba 설치(http://webcreate.tistory.com/301)
- sudo apt-get update
- sudo apt-get install samba samba-common-bin
- sudo smbpasswd -a osmc
- /etc/samba/smb.conf 편집
- 아래 내용 추가 [global]
- service samba restart or # /etc/init.d/samba restart
- OSMC 메뉴 한글 표시(http://secrice.com/?p=1109)
- sudo service mediacenter stop
- 삼바를 통해 복사한 글꼴을 복사
- cp NanumGothic.ttf /usr/share/kodi/addons/skin.osmc/fonts
- /usr/share/kodi/addons/skin.osmc/16×9/Font.xml 파일 편집
- 모든 글꼴을 NanumGothic.ttf 로 수정
- System 메뉴에서 언어 변경
- 동영상 다운로드를 위해 Transmission 설치(http://songsroom.tistory.com/315)
- mkdir ~/incomplete (다운이 완료될 때까지 파일을 저장할 폴더)
- mkdir ~/movie (다운이 완료된 파일을 저장할 폴더)
- apt-get install transmission-daemon
- /etc/init.d/transmission-daemon stop
- /etc/transmission-daemon/settings.json 편집
- "download-dir": "/Tdown",
- "incomplete-dir": "/Tdown",
"rpc-password": "암호",- "rpc-port": 9091,
"rpc-username": "아이디",
"rpc-whitelist-enabled": false, - /etc/init.d/transmission-daemon start
workgroup = WORKGROUP //네트워크 공유 그룹 설정
encrypt password = true // 암호 설정
unix charset = utf-8
charset = utf-8
#dos charset = cp949
[osmc]
comment = raspberry pi folder
path = /
valid user = osmc
writable = yes
browseable = yes
댓글
댓글 쓰기