switch ($catalog->gather_types) {
            case 'podcast':
                $type      = 'podcast_episode';
                $file_ids  = Catalog::get_ids_from_folder($folder, $type);
                $className = Podcast_Episode::class;