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
WebService and Mobile Access
Self Contained Web Server / Interface
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="toggsiii" data-source="post: 856550" data-attributes="member: 119696"><p>Whilst waiting for MPExtended WebMediaPortal, i thought I'd take a look at Kev's webinterface. It is simple, functional and intuitive.</p><p>Here's what I did to get Kev's webinterface working with MP 1.2 and MySQL. The SQL syntax should be the same for MS SQL users who have the advantage of a more inuitive SQL GUI (IMO).</p><p> </p><p>Install MySQL Workbench on the computer running the MP TV Server</p><p>Run MySQL Workbench and you are presented with the most complex SQL GUI I have ever come across!</p><p>Don't be daunted. On the lefthand side click on "Open Connection to Start Querying"</p><p>Select the (hidden) Stored Connection "Local Instance MySQL" in the top pulldown.</p><p>Click on Password "Store in Vault" button and enter the default MP password MediaPortal (case sensitive) unless you've changed the default!</p><p>Click on "OK" button</p><p> </p><p>You now see an SQL query window</p><p>- delete whatever is there and add the two lines which are required to schedule recordings using the Web Interface:-</p><p>ALTER TABLE mptvdb.schedule ALTER series SET DEFAULT FALSE;</p><p>ALTER TABLE mptvdb.schedule ALTER directory varchar(1024) NULL;</p><p>Both lines should have a green dot beside them. A red dot means a typo error.</p><p>Hit the lighting bolt at the top of the query window to run the commands.</p><p>The output window underneath should report no errors.</p><p> </p><p>- If you like to check to see changes have been made, clear the query window and use the following query which lists the attibutes of all the fields.</p><p>You should see that the two fields "series" and "directory" have been changed.</p><p>DESCRIBE mptvdb.schedule;</p><p> </p><p>- Someone suggested the following is required if using channel logos. It's not needed for scheduling and I don't see how to use logos anyway:-</p><p>ALTER TABLE mptvdb.schedule ADD name varchar(50) NULL DEFAULT '';</p><p> </p><p>You are done, close the workbench. Changes should be immediate.</p></blockquote><p></p>
[QUOTE="toggsiii, post: 856550, member: 119696"] Whilst waiting for MPExtended WebMediaPortal, i thought I'd take a look at Kev's webinterface. It is simple, functional and intuitive. Here's what I did to get Kev's webinterface working with MP 1.2 and MySQL. The SQL syntax should be the same for MS SQL users who have the advantage of a more inuitive SQL GUI (IMO). Install MySQL Workbench on the computer running the MP TV Server Run MySQL Workbench and you are presented with the most complex SQL GUI I have ever come across! Don't be daunted. On the lefthand side click on "Open Connection to Start Querying" Select the (hidden) Stored Connection "Local Instance MySQL" in the top pulldown. Click on Password "Store in Vault" button and enter the default MP password MediaPortal (case sensitive) unless you've changed the default! Click on "OK" button You now see an SQL query window - delete whatever is there and add the two lines which are required to schedule recordings using the Web Interface:- ALTER TABLE mptvdb.schedule ALTER series SET DEFAULT FALSE; ALTER TABLE mptvdb.schedule ALTER directory varchar(1024) NULL; Both lines should have a green dot beside them. A red dot means a typo error. Hit the lighting bolt at the top of the query window to run the commands. The output window underneath should report no errors. - If you like to check to see changes have been made, clear the query window and use the following query which lists the attibutes of all the fields. You should see that the two fields "series" and "directory" have been changed. DESCRIBE mptvdb.schedule; - Someone suggested the following is required if using channel logos. It's not needed for scheduling and I don't see how to use logos anyway:- ALTER TABLE mptvdb.schedule ADD name varchar(50) NULL DEFAULT ''; You are done, close the workbench. Changes should be immediate. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Self Contained Web Server / Interface
Contact us
RSS
Top
Bottom