This website works better with JavaScript.
홈
탐색
도움말
로그인
home
/
plugin.image.photostation
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
Play images and video from Synology PhotoStation server
3
커밋
1
브렌치
트리:
8215948e36
master
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from '8215948e36'
${ noResults }
plugin.image.photostation
/
get_version.py
get_version.py
90B
히스토리
Raw
1
2
import re,sys
print re.search('<addon version="([^"]+)',open(sys.argv[1]).read()).group(1)