The version field in the scripts should be the same version as
Tvheadend. However it does not seem worthwhile at the moment to
sed a version number in to the scripts since most people will
install via a package manager.
def get_capabilities():
return {
"name": "tv_meta_tmdb",
- "version": "0.1",
+ # "version": "0.1",
"description": "Grab movie/tv details from TMDB.",
"supports_tv": True,
"supports_movie": True,
def get_capabilities():
return {
"name": "tv_meta_tvdb",
- "version": "0.1",
+ # "version": "0.1",
"description": "Grab tv details from TVDB.",
"supports_tv": True,
"supports_movie": False,