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
Support
General Support
TV Server scheduling EVERYTHING to record
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="mm1352000" data-source="post: 1185277" data-attributes="member: 82144"><p>To me it's pretty clear that the problem actually starts at that time, because as you can see:</p><ol> <li data-xf-list-type="ol">The recording is starting part-way through the program. That would never happen with a normal schedule.</li> <li data-xf-list-type="ol">The previous log line ([2016-05-22 20:12:25,169] [Log ] [scheduler thread] [DEBUG] - Scheduler: Orphaned once schedule found 1 - removing) tells me that the first schedule entry with ID 1 had suddenly appeared. Yes it was deleted immediately, but it points to the problem start time.</li> </ol><p>Neil, can you remember what was going on at about that time?</p><p></p><p>Given that there are no 3rd party plugins installed for your TV Server, I agree wholeheartely with HTPCSourcer when he says that the cause most likely lies somewhere with the clients. On that note, I think it would be a good idea to open Notepad in the background on each of the clients. That will help to identify if you have stuck keys.</p><p></p><p>In order to make the problem more bearable until it can be resolved, I think it would be good to have an easier and more thorough way to clean out the schedules. So here are some instructions to do that:</p><ol> <li data-xf-list-type="ol">Open a command prompt on the server (go to the start screen/menu, type "cmd", hit enter).</li> <li data-xf-list-type="ol">Type <strong>cd "c:\Program Files (x86)\MySQL\MySQL 5.6\bin" </strong>and hit enter. Note the path is intended to be the path to the bin sub-directory for your MySQL install. It may be slightly different for you, and in that case you'll need to amend the command appropriately.</li> <li data-xf-list-type="ol">Type <strong>mysql -h localhost -D MpTvDb -u root -pMediaPortal</strong> and hit enter. Note that the missing space between the "-p" and "MediaPortal" is intentional and important. Also, the "MediaPortal" part is the password. "MediaPortal" is the default root user password for a MySQL database installed by MediaPortal. Obviously if you installed MySQL yourself or changed the default password then you'll need to amend the command appropriately.</li> <li data-xf-list-type="ol">Type <strong>SELECT * FROM Schedule;</strong> and hit enter. This command will show you all the schedules that currently exist. It may be helpful to have that list in order for us to help you resolve the problem. You can screenshot or use copy + paste (ctrl c and ctrl v won't work though, so use the right click menu) to capture that list.</li> <li data-xf-list-type="ol">Type <strong>DELETE FROM Schedule; </strong>and hit enter. This command deletes <strong>all </strong>existing schedules.</li> <li data-xf-list-type="ol">Type <strong>\q</strong> and hit enter. This command quits the MySQL prompt.</li> <li data-xf-list-type="ol">Close the command prompt window.</li> </ol><p>Hope that helps. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="mm1352000, post: 1185277, member: 82144"] To me it's pretty clear that the problem actually starts at that time, because as you can see: [LIST=1] [*]The recording is starting part-way through the program. That would never happen with a normal schedule. [*]The previous log line ([2016-05-22 20:12:25,169] [Log ] [scheduler thread] [DEBUG] - Scheduler: Orphaned once schedule found 1 - removing) tells me that the first schedule entry with ID 1 had suddenly appeared. Yes it was deleted immediately, but it points to the problem start time. [/LIST] Neil, can you remember what was going on at about that time? Given that there are no 3rd party plugins installed for your TV Server, I agree wholeheartely with HTPCSourcer when he says that the cause most likely lies somewhere with the clients. On that note, I think it would be a good idea to open Notepad in the background on each of the clients. That will help to identify if you have stuck keys. In order to make the problem more bearable until it can be resolved, I think it would be good to have an easier and more thorough way to clean out the schedules. So here are some instructions to do that: [LIST=1] [*]Open a command prompt on the server (go to the start screen/menu, type "cmd", hit enter). [*]Type [B]cd "c:\Program Files (x86)\MySQL\MySQL 5.6\bin" [/B]and hit enter. Note the path is intended to be the path to the bin sub-directory for your MySQL install. It may be slightly different for you, and in that case you'll need to amend the command appropriately. [*]Type [B]mysql -h localhost -D MpTvDb -u root -pMediaPortal[/B] and hit enter. Note that the missing space between the "-p" and "MediaPortal" is intentional and important. Also, the "MediaPortal" part is the password. "MediaPortal" is the default root user password for a MySQL database installed by MediaPortal. Obviously if you installed MySQL yourself or changed the default password then you'll need to amend the command appropriately. [*]Type [B]SELECT * FROM Schedule;[/B] and hit enter. This command will show you all the schedules that currently exist. It may be helpful to have that list in order for us to help you resolve the problem. You can screenshot or use copy + paste (ctrl c and ctrl v won't work though, so use the right click menu) to capture that list. [*]Type [B]DELETE FROM Schedule; [/B]and hit enter. This command deletes [B]all [/B]existing schedules. [*]Type [B]\q[/B] and hit enter. This command quits the MySQL prompt. [*]Close the command prompt window. [/LIST] Hope that helps. :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
TV Server scheduling EVERYTHING to record
Contact us
RSS
Top
Bottom