Added MKV source/worker plugins, tidied sources page
Added placeholder for source plugin to read from an existing mkv file. Added corresponding worker placeholder to transcode an mkv file using ffmpeg. Updated the sources page to show which sources come from which plugins.
This commit is contained in:
@@ -132,8 +132,8 @@ class RippingCluster_Config {
|
||||
}
|
||||
|
||||
switch ($this->settings[$key]['type']) {
|
||||
case TYPE_STRING_LIST:
|
||||
return explode("\n", $this->settings[$key]['value']);
|
||||
case self::TYPE_STRING_LIST:
|
||||
return array_map('trim', explode("\n", $this->settings[$key]['value']));
|
||||
|
||||
default:
|
||||
return $this->settings[$key]['value'];
|
||||
|
||||
Reference in New Issue
Block a user