8 | {{ calendar.series.season }}x{{ calendar.series.episode }} 9 | {{ calendar.title }} 10 |
11 |{{ (calendar.series ? calendar.series.title : calendar.title) }}
12 |16 | {{ Math.round(calendar.downloading.progress) + '%' }} 17 |
18 |19 | {{ calendar.series ? calendar.series.network : calendar.studio }} 20 |
21 |22 | {{ formatRuntime(calendar.release.runtime) }} 23 |
24 |Overview is not currently available for this item.
27 |{{ calendar.overview }}
28 |11 | Channel: 12 | {{ activity.channel.title }} 13 |
14 |17 | Series: 18 | {{ activity.series.title }} 19 |
20 |21 | Episode Title: 22 | {{ activity.title }} 23 |
24 |25 | Season: 26 | {{ activity.series.season }} 27 |
28 |29 | Episode: 30 | {{ activity.series.episode }} 31 |
32 |35 | Movie Title: 36 | {{ activity.title }} 37 |
38 |9 | {{ history.series.season }}x{{ history.series.episode }} 10 | {{ history.title }} 11 |
12 |{{ (history.series ? history.series.title : history.title) }}
13 |8 | {{ missing.series.season }}x{{ missing.series.episode }} 9 | {{ missing.title }} 10 |
11 |{{ (missing.series ? missing.series.title : missing.title) }}
12 |8 | {{ recent.series.season }}x{{ recent.series.episode }} 9 | {{ recent.title }} 10 |
11 |{{ (recent.series ? recent.series.title : recent.title) }}
12 |14 | {{ queue.series.season }}x{{ queue.series.episode }} 15 | {{ queue.title }} 16 |
17 |{{ (queue.series ? queue.series.title : queue.title) }}
18 |Current Upload Rate: {{ (bandwidth ? bandwidth.total.live.upload : 0) | DataUnit(true) }}
6 |Current Download Rate: {{ (bandwidth ? bandwidth.total.live.download : 0) | DataUnit(true) }}
7 |Total Data Used: {{ (bandwidth ? bandwidth.total.total : 0) | DataUnit() }}
8 |Total Data Uploaded: {{ (bandwidth ? bandwidth.total.upload : 0) | DataUnit() }}
9 |Total Data Downloaded: {{ (bandwidth ? bandwidth.total.download : 0) | DataUnit() }}
10 |Total Diskspace: {{ (diskspace ? diskspace.total.bytes : 0) | DataUnit() }}
6 |Free Diskspace: {{ (diskspace ? diskspace.free.bytes : 0) | DataUnit() }} ({{ (diskspace ? diskspace.free.percent : 0).toFixed(1) }}%)
7 |Used Diskspace: {{ (diskspace ? diskspace.used.bytes : 0) | DataUnit()}} ({{ (diskspace ? diskspace.used.percent : 0).toFixed(1) }}%)
8 |Total Files: {{ (libraries ? libraries.total.files : 0) }}
6 |Total Plays: {{ (libraries ? libraries.total.plays : 0) }}
7 |Total Watch Time: {{ (libraries ? libraries.total.time_watched : 0) | HumanizedDuration() }}
8 |TV Shows: {{ (libraries ? libraries.shows.total.series : 0) }}
13 |TV Seasons: {{ (libraries ? libraries.shows.total.seasons : 0) }}
14 |TV Episodes: {{ (libraries ? libraries.shows.total.episodes : 0) }}
15 |Total Episodes Played: {{ (libraries ? libraries.shows.plays : 0) }}
16 |Time Spent Watching TV Episodes: {{ (libraries ? libraries.shows.time_watched : 0) | HumanizedDuration() }}
17 |Movies: {{ (libraries ? libraries.movies.total : 0) }}
22 |Movies Played: {{ (libraries ? libraries.movies.plays : 0) }}
23 |Time Spent Watching Movies: {{ (libraries ? libraries.movies.time_watched : 0) | HumanizedDuration() }}
24 |TODO:// Make this error page
4 |