This website works better with JavaScript.
Home
Explore
Help
Sign In
home
/
plugin.image.photostation
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Play images and video from Synology PhotoStation server
7
Commits
1
Branch
Tree:
d4b6ad9c0e
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd4b6ad9c0e'
${ noResults }
plugin.image.photostation
/
get_version.py
get_version.py
90B
History
Raw
1
2
import re,sys
print re.search('<addon version="([^"]+)',open(sys.argv[1]).read()).group(1)