• Resolved dasme

    (@dasme)


    Hey there. Is there any way to have different playlists I add post videos to different categories on my site? It seems that everything wants to post to the default category so I have to edit each post and push it live manually. It would be nice to use the set it and forget it feature with multi-category support.

    Hope that I’m just missing something obvious.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is a capability, but at present, it’s not really exposed on the frontend.

    Copying below from this ticket.

    ——————–

    Okay, I’ve pushed an update (v1.1.8) of the plugin that provides support for “source” specific terms IDs, meaning you can associate specific terms with any channel or playlist.

    To do so, you will need to set a post_meta value for tube_source_term_ids which will be a comma list of term IDs.

    NOTE: there’s no “frontend” for this at this point, so you’ll need to add the postmeta via database or call to update_post_meta for the desired source.

    To find the post ID of a source, go to TUBE Curator > Your Channels & Playlists and click on the source you’re working with. The post ID will be in the address bar. The process is similar for finding a term ID, but you’ll need to browse the appropriate taxonomy/ies.

    So if the source post ID were 418, and you wanted videos from that source to use terms 542 and 610, you’d set up the postmeta like this…

    update_post_meta( 418, ‘tube_source_term_ids’, ‘542,610’ );

    Then, these terms will be applied during video creation in admin and via CRON-based imports.

    Please give this a shot and update here.

    Thread Starter dasme

    (@dasme)

    That worked perfectly, thanks so much.

    I just added a “New Custom Field” of “tube_source_term_ids” with the proper term id on the playlist page and any new manual publish actions used that term as the WordPress category. Exactly what I needed, thanks so much for the quick assistance!

    I’m not seeing any options to enable auto-sync anywhere. Do you have step by step instructions on how to enable it? Will mark this question as resolved in the meantime since this fixed my original issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Select Category per Playlist?’ is closed to new replies.