• This plugin is great and has most of the functionality needed, but it is missing a very important feature that is category management, I should be able to select which category the video, channel videos go to, or the auto sync. A dropdown to add and select existing categories.

    Example:
    When I have multiple playlists setup for Auto-Sync, the videos from all the playlists go to the default category set in Import settings, which is pretty useless as it makes more sense to be able to select a category for each channel/playlist/video on the page through a drop down menu this way I see this plugin being useful else its just bulking up everything in same category which is not ideal at all, at-least not for me but still a very useful plugin and I am using it on 2 sites.

    • This topic was modified 6 years, 10 months ago by mrvirk.
    • This topic was modified 6 years, 10 months ago by mrvirk.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tubegtld

    (@tubegtld)

    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 mrvirk

    (@mrvirk)

    Thanks, I will give this a try ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insufficient Category Management When Importing Videos’ is closed to new replies.