tvheadend epg 설정
Devices/Raspberrypi2017. 2. 3. 15:28
1. beautifulsoup 설치를 위한 파이썬 패키지 설치
$ sudo apt-get install python-pip
2. beautifulsoup, lxml, requests 설치
$ sudo apt-cache search beautifulsoup
로 되지 않는다면
$ sudo pip install beautifulsoup4
또는
$ sudo easy_install beautifulsoup
$ sudo easy_install lxml
가 에러나면
$ sudo apt-get install python-lxml
$ sudo easy_install requests
3. python 설치
$ sudo apt-get install python-dev
4. egp
참고 : https://github.com/wonipapa/epg2xml
다운로드
$ sudo wget -q - https://raw.githubusercontent.com/sungpyohong/epg2xml/master/Channel.json
$ sudo wget -q - https://raw.githubusercontent.com/sungpyohong/epg2xml/master/epg2xml.py
'Devices > Raspberrypi' 카테고리의 다른 글
라즈베리파이 처음 설정 (0) | 2017.03.05 |
---|---|
라즈베리파이 mp3 스트리밍 subsonic 설치 (0) | 2017.02.06 |
openelec 과 libreelec (0) | 2017.02.02 |
Raspberry pi tvheadend 4.1.xxxx (2) | 2017.02.02 |
무선 절전 해제 (0) | 2017.02.01 |