home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
Latest Media Handler v2.4.X.000
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ajs" data-source="post: 1159306" data-attributes="member: 68833"><p>[USER=118429]@wizard123[/USER] </p><p>For standart TV Recording i see: <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite6" alt=":cool:" title="Cool :cool:" loading="lazy" data-shortname=":cool:" /></p><p>[CODE=C#] [TableColumn("idRecording", NotNull = true), PrimaryKey(AutoGenerated = true)] private int idRecording;</p><p> [TableColumn("idChannel", NotNull = true), ForeignKey("Channel", "idChannel")] private int idChannel;</p><p> [TableColumn("idSchedule", NotNull = true), ForeignKey("Schedule", "idSchedule")] private int idSchedule;</p><p> [TableColumn("isRecording", NotNull = false)] private bool isRecording;</p><p> [TableColumn("startTime", NotNull = true)] private DateTime startTime;</p><p> [TableColumn("endTime", NotNull = true)] private DateTime endTime;</p><p> [TableColumn("title", NotNull = true)] private string title;</p><p> [TableColumn("description", NotNull = true)] private string description;</p><p> [TableColumn("genre", NotNull = true)] private string genre;</p><p> [TableColumn("fileName", NotNull = true)] private string fileName;</p><p> [TableColumn("keepUntil", NotNull = true)] private int keepUntil;</p><p> [TableColumn("keepUntilDate", NotNull = true)] private DateTime keepUntilDate;</p><p> [TableColumn("timesWatched", NotNull = true)] private int timesWatched;</p><p> [TableColumn("idServer", NotNull = true), ForeignKey("Server", "idServer")] private int idServer;</p><p> // stores the last position - to make resume possible</p><p> [TableColumn("stopTime", NotNull = true)] private int stopTime;</p><p> [TableColumn("episodeName", NotNull = true)] private string episodeName;</p><p> [TableColumn("seriesNum", NotNull = true)] private string seriesNum;</p><p> [TableColumn("episodeNum", NotNull = true)] private string episodeNum;</p><p> [TableColumn("episodePart", NotNull = true)] private string episodePart;[/CODE]</p><p>Which fields are you interested in?</p><p>Where to look for and ArgusTV and ForTheRecord, I do not know. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite3" alt=":(" title="Frown :(" loading="lazy" data-shortname=":(" /></p></blockquote><p></p>
[QUOTE="ajs, post: 1159306, member: 68833"] [USER=118429]@wizard123[/USER] For standart TV Recording i see: :cool: [CODE=C#] [TableColumn("idRecording", NotNull = true), PrimaryKey(AutoGenerated = true)] private int idRecording; [TableColumn("idChannel", NotNull = true), ForeignKey("Channel", "idChannel")] private int idChannel; [TableColumn("idSchedule", NotNull = true), ForeignKey("Schedule", "idSchedule")] private int idSchedule; [TableColumn("isRecording", NotNull = false)] private bool isRecording; [TableColumn("startTime", NotNull = true)] private DateTime startTime; [TableColumn("endTime", NotNull = true)] private DateTime endTime; [TableColumn("title", NotNull = true)] private string title; [TableColumn("description", NotNull = true)] private string description; [TableColumn("genre", NotNull = true)] private string genre; [TableColumn("fileName", NotNull = true)] private string fileName; [TableColumn("keepUntil", NotNull = true)] private int keepUntil; [TableColumn("keepUntilDate", NotNull = true)] private DateTime keepUntilDate; [TableColumn("timesWatched", NotNull = true)] private int timesWatched; [TableColumn("idServer", NotNull = true), ForeignKey("Server", "idServer")] private int idServer; // stores the last position - to make resume possible [TableColumn("stopTime", NotNull = true)] private int stopTime; [TableColumn("episodeName", NotNull = true)] private string episodeName; [TableColumn("seriesNum", NotNull = true)] private string seriesNum; [TableColumn("episodeNum", NotNull = true)] private string episodeNum; [TableColumn("episodePart", NotNull = true)] private string episodePart;[/CODE] Which fields are you interested in? Where to look for and ArgusTV and ForTheRecord, I do not know. :( [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
Latest Media Handler v2.4.X.000
Contact us
RSS
Top
Bottom