Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
home
/
plugin.image.photostation
Suivre
1
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Play images and video from Synology PhotoStation server
21
Révisions
1
Branche
Aborescence:
bf13b29cc6
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de 'bf13b29cc6'
${ noResults }
plugin.image.photostation
/
get_version.py
get_version.py
90B
Historique
Brut
1
2
import re,sys
print re.search('<addon version="([^"]+)',open(sys.argv[1]).read()).group(1)