%if settings.get('dash_rec_movies', 0):
%endif
%if settings.get('dash_rec_tv', 0):
%endif
%if settings.get('dash_rec_music', 0):
%endif
%if settings.get('dash_sabnzbd', 0):
%endif
%if settings.get('dash_nzbget', 0):
%endif
%if settings.get('dash_couchpotato', 0):
%endif
%if settings.get('dash_sickbeard', 0):
%endif
<%
dashcount = settings.get('dash_sickbeard', 0);
dashcount += settings.get('dash_couchpotato', 0);
dashcount += settings.get('dash_sabnzbd', 0);
dashcount += settings.get('dash_rec_music', 0);
dashcount += settings.get('dash_rec_tv', 0);
dashcount += settings.get('dash_rec_movies', 0);
%>
%if dashcount == 0:
Latest Downloads
File | Status |
---|
Latest Downloads
File | Status |
---|
Wanted Movies
Title | Year |
---|
Next Aired
Showname | Episode | Airdate |
---|
Welcome
Dashboard
This is you dashboard for all your Htpc modules. You have no dashboard modules configured yet.
Add the api configurations for you modules in the settings and enable them to show on the dashboard.
Help
If you need help configuring Htpc Manager, visit the webiste htpc.io or the Xbmc forum.