Hello,
HWD video share is a great video sharing component from:
hwdmediashare.co.uk/
The entries have their own tags field for the components internal tag system.
I suspect the relevant fields will be title and tags
Here is the table:
mysql> describe jos_hwdvidsvideos;
+---------------------+--------------+------+-----+---------------------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------------------+--------------+------+-----+---------------------+----------------+
| id | int(50) | NO | PRI | NULL | auto_increment |
| video_type | varchar(250) | YES | | NULL | |
| video_id | text | YES | | NULL | |
| title | text | YES | MUL | NULL | |
| description | text | YES | | NULL | |
| tags | text | YES | | NULL | |
| category_id | int(50) | YES | | NULL | |
| date_uploaded | datetime | NO | | 0000-00-00 00:00:00 | |
| video_length | varchar(250) | YES | | NULL | |
| allow_comments | tinyint(1) | NO | | 0 | |
| allow_embedding | tinyint(1) | NO | | 0 | |
| allow_ratings | tinyint(1) | NO | | 0 | |
| rating_number_votes | int(50) | YES | | 0 | |
| rating_total_points | int(50) | YES | | 0 | |
| updated_rating | float(4,2) | YES | | 0.00 | |
| public_private | varchar(250) | YES | | NULL | |
| thumb_snap | varchar(7) | YES | | 0:00:00 | |
| thumbnail | text | NO | | NULL | |
| approved | varchar(250) | YES | | NULL | |
| number_of_views | int(50) | YES | | 0 | |
| user_id | int(50) | YES | | NULL | |
| featured | tinyint(1) | NO | | 0 | |
| ordering | int(50) | NO | | 0 | |
| checked_out | int(11) | NO | | 0 | |
| checked_out_time | datetime | NO | | 0000-00-00 00:00:00 | |
| published | tinyint(1) | NO | | 0 | |
+---------------------+--------------+------+-----+---------------------+----------------+
Here is an example:
+-------------------------------------+------------------------------------------------+
| title | tags |
+-------------------------------------+------------------------------------------------+
| Rising Moon | moon, |
| Foolishness 1 Corinthians Chapter 1 | Corinthians,Standard,Definition,PAL,Animation, |
+-------------------------------------+------------------------------------------------+
I hope this help, let me know if anything more is needed....
Many thanks.