Skip to content

Can this be used to add podcast episodes to PowerPress? #48

@paratechnical

Description

@paratechnical

https://forum.blubrry.com/index.php?topic=3466.0
I read here that you need to add information to custom fields in order to do this

`$enclosure_value = $row['url'];
$enclosure_value .= "\n";
$enclosure_value .= $row['size'];
$enclosure_value .= "\n";
$enclosure_value .= $type;

    $content['title'] = $title;
    $content['description'] = $body;
    $content['categories'] = array("Meetings");
    /*Pass custom fields*/
    $content['custom_fields'] = array(
        array( 'key' => 'enclosure', 'value' => $enclosure_value )
        );`

Can this be done using this java library?
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions