You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
Jose Erick Carreon edited this page Apr 20, 2019
·
1 revision
How access to the Season and its information?
Access to one or multiple Season
// First get a show.$show = $server->getLibrary()->getSection('TV Shows')->get('Breaking Bad');
$show->getSeasons(); // Get all seasons$show->getSeason(1);
$show->getSeason('Season 1');
$show->getSeason('/library/metadata/3112');