✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for Video Embed & Thumbnail Generator: video library dashboards

Videopack stores uploaded videos as attachment posts with encoded format children, thumbnail attachments, and postmeta capturing duration, dimensions, and encoder status. SleekView Charts reads that attachment graph and builds a dashboard for the video library.

♾️ Lifetime License available

SleekView Charts dashboard for Video Embed & Thumbnail Generator

A video library dashboard built from Videopack attachments

Video Embed & Thumbnail Generator, commonly shipped as Videopack, treats every uploaded video as an attachment in wp_posts with post_mime_type like video/mp4 or video/webm. Encoded format children are stored as additional attachments linked through post_parent, and the auto-generated poster image lives in _kgflashmediaplayer-poster postmeta. The data is there, but the Media Library list view treats videos like any other file.

SleekView Charts reads the attachment store directly. Number cards count total uploaded videos and the average file size across the library. Pie cards split the catalog by MIME type so the team sees how much of the library is MP4, WebM, or OGV. Bar cards rank uploaders by video count using post_author, and area cards trace upload cadence against post_date so the editorial calendar lines up with the actual library.

Every card is a read against the same attachments and postmeta keys Videopack already writes, so the player shortcodes, the FFmpeg encoding queue, and the front-end embeds keep working exactly as before. The dashboard becomes the production status board the WP media list never tried to be.

Workflow

From Videopack attachments to a library dashboard

1

Connect to video attachments

Create a SleekView against the attachment post type filtered to video MIME types. Title, post_author, post_date, and post_mime_type are detected, alongside Videopack postmeta keys for poster, duration, and encoded format children.
2

Switch to the Charts view

Add a Charts view on top of the same dataset. Each card chooses a chart type, a group-by column, an aggregation, and an optional value column. The Charts view sits next to the table and gallery views you already use.
3

Pin the library dashboard

Save a dashboard that captures total uploads, MIME type mix, uploads per editor, and weekly upload cadence. Saved dashboards reopen with one click for every team member who manages the video catalog.
4

Filter across cards

Use the top-level filter bar to scope by MIME type, uploader, or date range. One click narrows every card so the team can move from library-wide view to per-editor view without rebuilding the dashboard.

Sample dashboard

Charts you can build from Videopack attachment data

Four cards that read attachment posts and Videopack postmeta directly and turn the Media Library into the video production dashboard the default admin never offered.
Number · Default

Total uploaded videos

A single KPI tile counting attachment posts where post_mime_type matches video formats. The headline number a video lead wants before diving into format or uploader breakdowns.
Count
Pie · Donut

Videos by MIME type

Donut over post_mime_type values like video/mp4, video/webm, and video/ogg. Shows how much of the catalog is HTML5 friendly versus legacy uploads waiting for an FFmpeg re-encode.
Count group by post_mime_type
Bar · Horizontal

Top uploaders by video count

Horizontal bar ranking editors by the number of video attachments uploaded, joining post_author back to wp_users.display_name. Reveals who carries the production load week to week.
Count group by post_author
Area · Gradient

Uploads per week

Gradient area chart of new video attachments bucketed by week of post_date. Useful for seeing whether the production schedule kept rhythm or slipped during a particular sprint.
Count group by post_date

Comparison

Default WP Media Library vs SleekView Charts for Videopack

Default Videopack admin

  • Media Library shows a flat list with no aggregate totals or trends
  • No breakdown by MIME type, no view of WebM coverage across the catalog
  • No per-uploader ranking, no per-editor production view
  • No upload cadence chart, drift in the schedule stays invisible
  • Encoding queue and poster status sit on separate Videopack screens

SleekView Charts

  • Number cards for total videos and average file size across the library
  • Pie split by post_mime_type to see MP4, WebM, and legacy mix
  • Bar of top uploaders by video count using post_author
  • Area trend of uploads per week using post_date
  • All cards filter together by MIME type, uploader, or date range

Features

What SleekView Charts gives you for Video Embed & Thumbnail Generator

One screen for the video library

Replace scrolling the Media Library with a dashboard that answers the production questions directly. Total uploads, MIME mix, top uploaders, and weekly cadence on one screen instead of four tabs.

Format coverage at a glance

Donut cards summarize how much of the library is modern HTML5 friendly versus older formats. Spot the gap that needs an FFmpeg pass before it surfaces as a broken player on the front end.

Catch production drift early

An area chart of uploads per week reveals whether the editorial calendar matches the actual upload rhythm. Slow weeks show up on the dashboard before they show up on the publishing schedule.

Audience

Who builds Videopack chart dashboards with SleekView

Video producers

Open the dashboard before each planning sync. Total uploads, MIME mix, and weekly cadence answer the standing questions without scrolling the Media Library or chasing editors.

Editorial leads

Use the uploader bar to balance load across the team. Pair with a date filter to see who carried the recent sprint and where the next assignments should go.

Site administrators

Watch the MIME type donut for legacy formats waiting on a Videopack re-encode. Catch the long tail before it triggers playback complaints from front-end visitors.

The bigger picture

Why a video plugin still benefits from a dashboard

A growing WordPress video library has more moving parts than the Media Library admits. Every Videopack upload spawns encoded children, a poster attachment, and postmeta tracking duration, dimensions, and encoder status. The default admin list shows files but never the shape of the catalog.

A producer planning the next sprint wants to read total uploads, format coverage, and per-editor load at a glance. A site admin watching disk usage wants the MIME mix and average file size on one screen. SleekView Charts reads the attachments and postmeta Videopack already writes and renders that information as a configurable chart dashboard.

The player shortcodes, the encoding queue, and the front-end embeds keep behaving normally because nothing about how Videopack stores video changes. The team simply gains the production status board the catalog has been quietly asking for as it grew.

Questions

Common questions about SleekView Charts for Video Embed & Thumbnail Generator

No. Every card reads the existing attachment posts, postmeta keys, and post_parent links Videopack already writes. The encoding queue, the FFmpeg pipeline, and the player shortcodes continue to behave exactly as before. SleekView Charts is a read-only reporting surface on top of the attachment library.

 

Yes. Encoded WebM, MP4, and OGV children are stored as additional attachments linked via post_parent to the source video. A SleekView filter that selects child attachments turns the dashboard into a coverage report for which sources have been encoded to which target formats.

 

Yes. File size is read from the attachment metadata Videopack already records, and duration from the postmeta keys the plugin writes after probing each upload with FFmpeg. Number cards summarize totals and averages, and bar or area cards trend them over time.

 

Yes. The top-level filter bar applies across all cards. Selecting one or more post_author values scopes every chart to that editor, so a per-uploader review is one filter click away from the library-wide view without rebuilding the dashboard.

 

No. Charts are computed against the same attachment and postmeta queries WordPress already supports, with SleekView caching aggregation results between renders. The first paint may take a moment on very large libraries, subsequent loads are immediate.

 

Yes. Videopack writes the poster image reference into postmeta on each video attachment. A SleekView number card for the share of videos that have a poster reveals coverage at a glance, and a date filter scopes it to recent uploads only.

 

Yes. Each card supports a CSV export of its underlying aggregation. Export the MIME type mix for a quarterly review or the uploader bar to share workload context with the editorial lead running the next planning meeting.

 

Yes. SleekView runs per site within a multisite network, so each site has its own Charts view against its own attachment library. Charts only ever read the current site's attachments, keeping reporting scoped and private to that subsite.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView