$this->channels_by_name is the same structure, but indexed by the channel's name, not the id.

Array

(
[28] => stdClass Object
(
[id] => 28
[_name] => Video
[_type] => 0
[_exclusive] => 0
[_continuity] => -14.201183432
[_contradiction] => -6.20689655172
)

[29] => stdClass Object
(
[id] => 29
[_name] => Voice Over
[_type] => 3
[_exclusive] => 1
[_continuity] => -80.4733727811
[_contradiction] => 31.0344827586
)

[30] => stdClass Object
(
[id] => 30
[_name] => Musik
[_type] => 2
[_exclusive] => 1
[_continuity] => 55.6213017751
[_contradiction] => -51.0344827586
)

)