Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
home
/
plugin.image.photostation
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Play images and video from Synology PhotoStation server
27
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de master
${ noResults }
plugin.image.photostation
/
get_version.py
get_version.py
90B
Link permanente
Histórico
Original
1
2
import re,sys
print re.search('<addon version="([^"]+)',open(sys.argv[1]).read()).group(1)