Difference between revisions of "Filemarkup table"

From MythTV Official Wiki
Jump to: navigation, search
m
m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''Note:''' This table is due to change in SVN.
+
{{Wrongtitle|filemarkup table}}
 +
The '''filemarkup table''' contains markup, bookmarks, cutlists for [[MythVideo]] files. It is created only when [[MythVideo]] is installed.
  
The filemarkup table contains markup, bookmarks, cutlists for [[MythVideo]] files. It is created only when [[MythVideo]] is installed.
+
Table is current as of schema version 1037.
  
== 0.20-fixes Version ==
+
== Table Description ==
 
+
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
{|
+
|- style="background: lightsteelblue"
|- bgcolor="#9999ff"
+
! Field name !! Type               !! Null !! Key !! Default !! Extras
! '''Field''' !! '''Type'''  !! '''Null''' !! '''Key''' !! '''Default''' !! '''Extra'''
+
|-
|- bgcolor="#cccccc"
+
|| filename  || text               || {{NO}}  || MUL ||       ||
|| filename  || text         ||           ||           ||               ||
+
|-  
|- bgcolor="#cccccc"
+
|| mark      || mediumint unsigned || {{NO}}  ||     || 0    ||
|| mark      || bigint(20)  ||           ||           ||               ||
+
|-
|- bgcolor="#cccccc"
+
|| offset    || bigint unsigned    || {{YES}} ||     || NULL ||
|| offset    || varchar(32)  || YES       ||           || NULL         ||
+
|-
|- bgcolor="#cccccc"
+
|| type      || int(11)           || {{NO}}  ||     || 0    ||
|| type      || int(11)     ||           ||           ||               ||
 
 
|}
 
|}
  
[[Category:DB Table]]
+
[[Category:MythVideo DB Table]]

Latest revision as of 03:44, 26 September 2010

Important.png Note: The correct title of this article is filemarkup table. It appears incorrectly here due to technical restrictions.

The filemarkup table contains markup, bookmarks, cutlists for MythVideo files. It is created only when MythVideo is installed.

Table is current as of schema version 1037.

Table Description

Field name Type Null Key Default Extras
filename text No MUL
mark mediumint unsigned No 0
offset bigint unsigned Yes NULL
type int(11) No 0