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
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Plugins & Erweiterungen
neue MePo Erweiterung "TVAnytime"
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="Meier" data-source="post: 961608" data-attributes="member: 26379"><p>[code]2013-01-29 22:06:17.600820 [(23)]: Controller: epg stop</p><p>2013-01-29 22:06:18.700883 [(23)]: Controller: epg stop</p><p>2013-01-29 22:06:18.723885 [SetupTv(1)]: TVAnytime: Create table tvanytimehistory for MySQL</p><p>2013-01-29 22:06:18.875893 [SetupTv(1)]: TVAnytime: table tvanytimehistory allready existing in MySQL? CREATE TABLE `tvanytimehistory` ( `idHistory` int(11) NOT NULL AUTO_INCREMENT, `idChannel` int(11) NOT NULL, `channelName` varchar(200) DEFAULT NULL, `title` varchar(2000) NOT NULL, `description` text, `startTime` datetime NOT NULL, `endTime` datetime NOT NULL, `id_Schedule` int(11) DEFAULT NULL, `status` int(11) DEFAULT '0', `imdbRating` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`idHistory`))</p><p>2013-01-29 22:06:18.876893 [SetupTv(1)]: TVAnytime: Create table tvanytimehistory for MSSql</p><p>2013-01-29 22:06:18.884894 [SetupTv(1)]: TVAnytime: table tvanytimehistory allready existing in MSSql? CREATE TABLE [dbo].[tvanytimehistory]([idHistory] [int] IDENTITY(1,1) NOT NULL,[idChannel] [int] NOT NULL, [channelName] [varchar](200) NULL, [title] [varchar](2000) NOT NULL, [description] [text] NULL, [startTime] [datetime] NOT NULL, [endTime] [datetime] NOT NULL, [id_Schedule] [int] NULL, [status] [int] NOT NULL, [imdbRating] [decimal](10, 2) NULL, CONSTRAINT [PK_tvanytimehistory] PRIMARY KEY CLUSTERED ( [idHistory] ASC ) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] ALTER TABLE [dbo].[tvanytimehistory] ADD CONSTRAINT [DF_tvanytimehistory_status] DEFAULT ((0)) FOR [status]</p><p>2013-01-29 22:06:21.044017 [SetupTv(1)]: TVAnytime: all settings saved</p><p>2013-01-29 22:06:21.094020 [SetupTv(1)]: TVAnytime: process start</p><p>2013-01-29 22:06:21.218027 [SetupTv(1)]: TVAnytime: process end</p><p>2013-01-29 22:06:21.231028 [SetupTv(1)]: TVAnytime: next process time is: 2013-01-29_23:06</p><p>2013-01-29 22:06:42.154225 [SetupTv(1)]: TVAnytime: all settings saved</p><p>2013-01-29 22:06:42.167226 [SetupTv(1)]: TVAnytime: process start</p><p>2013-01-29 22:06:42.248230 [SetupTv(1)]: TVAnytime: process end</p><p>2013-01-29 22:06:42.258231 [SetupTv(1)]: TVAnytime: next process time is: 2013-01-29_23:06</p><p>2013-01-29 22:07:24.659656 [SetupTv(1)]: TVAnytime: all settings saved</p><p>2013-01-29 22:07:24.686657 [SetupTv(1)]: TVAnytime: process start</p><p>2013-01-29 22:07:24.750661 [SetupTv(1)]: TVAnytime: process end</p><p>2013-01-29 22:07:24.762662 [SetupTv(1)]: TVAnytime: next process time is: 2013-01-29_23:07</p><p>[/code]</p></blockquote><p></p>
[QUOTE="Meier, post: 961608, member: 26379"] [code]2013-01-29 22:06:17.600820 [(23)]: Controller: epg stop 2013-01-29 22:06:18.700883 [(23)]: Controller: epg stop 2013-01-29 22:06:18.723885 [SetupTv(1)]: TVAnytime: Create table tvanytimehistory for MySQL 2013-01-29 22:06:18.875893 [SetupTv(1)]: TVAnytime: table tvanytimehistory allready existing in MySQL? CREATE TABLE `tvanytimehistory` ( `idHistory` int(11) NOT NULL AUTO_INCREMENT, `idChannel` int(11) NOT NULL, `channelName` varchar(200) DEFAULT NULL, `title` varchar(2000) NOT NULL, `description` text, `startTime` datetime NOT NULL, `endTime` datetime NOT NULL, `id_Schedule` int(11) DEFAULT NULL, `status` int(11) DEFAULT '0', `imdbRating` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`idHistory`)) 2013-01-29 22:06:18.876893 [SetupTv(1)]: TVAnytime: Create table tvanytimehistory for MSSql 2013-01-29 22:06:18.884894 [SetupTv(1)]: TVAnytime: table tvanytimehistory allready existing in MSSql? CREATE TABLE [dbo].[tvanytimehistory]([idHistory] [int] IDENTITY(1,1) NOT NULL,[idChannel] [int] NOT NULL, [channelName] [varchar](200) NULL, [title] [varchar](2000) NOT NULL, [description] [text] NULL, [startTime] [datetime] NOT NULL, [endTime] [datetime] NOT NULL, [id_Schedule] [int] NULL, [status] [int] NOT NULL, [imdbRating] [decimal](10, 2) NULL, CONSTRAINT [PK_tvanytimehistory] PRIMARY KEY CLUSTERED ( [idHistory] ASC ) WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY]) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY] ALTER TABLE [dbo].[tvanytimehistory] ADD CONSTRAINT [DF_tvanytimehistory_status] DEFAULT ((0)) FOR [status] 2013-01-29 22:06:21.044017 [SetupTv(1)]: TVAnytime: all settings saved 2013-01-29 22:06:21.094020 [SetupTv(1)]: TVAnytime: process start 2013-01-29 22:06:21.218027 [SetupTv(1)]: TVAnytime: process end 2013-01-29 22:06:21.231028 [SetupTv(1)]: TVAnytime: next process time is: 2013-01-29_23:06 2013-01-29 22:06:42.154225 [SetupTv(1)]: TVAnytime: all settings saved 2013-01-29 22:06:42.167226 [SetupTv(1)]: TVAnytime: process start 2013-01-29 22:06:42.248230 [SetupTv(1)]: TVAnytime: process end 2013-01-29 22:06:42.258231 [SetupTv(1)]: TVAnytime: next process time is: 2013-01-29_23:06 2013-01-29 22:07:24.659656 [SetupTv(1)]: TVAnytime: all settings saved 2013-01-29 22:07:24.686657 [SetupTv(1)]: TVAnytime: process start 2013-01-29 22:07:24.750661 [SetupTv(1)]: TVAnytime: process end 2013-01-29 22:07:24.762662 [SetupTv(1)]: TVAnytime: next process time is: 2013-01-29_23:07 [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
Plugins & Skins für das MediaPortal
Plugins & Erweiterungen
neue MePo Erweiterung "TVAnytime"
Contact us
RSS
Top
Bottom