| |||||||
| Community Plugins TV-Server Plugins created from users for users, can be found here. |
![]() |
| | Thread Tools | Display Modes |
| | #461 (permalink) |
| Portal Member Join Date: Jul 2008
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | Thankyou for that Big_Kev. That looks like the answer! I knew it was something obvious i was missing! Unfortunately my PSU died on my server today so couldn't test it but hopefully Ill receive my replacement tomorrow and have a chance to play. Thanks again |
| | |
| | #462 (permalink) | |
| Portal Member Join Date: Aug 2004 Location: West Yorks Age: 40
Posts: 485
Thanks: 8
Thanked 27 Times in 12 Posts
Country: | Quote: | |
| | |
| | #463 (permalink) | ||
| Portal Member Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts
Country: | Quote:
I had a look at the code and I should be able to implement this feature. It looks like I will be able to allow bindings for multiple IPs to different Ports etc. I will add it over the next few days... Watch this space. Kev Quote:
My HTML knowledge is not great (as you can see from the rather plain pages in the standard guide - compared to Risu's custom pages), will this have any other affects on normal pages? If you want to experiment, just change the html templates that install with the interface and see if it does what you need. You can also copy the templates to another directory and set that up as your custom html directory (Interface Manager - Web Interface page, HTML Template Directory) and make experimental changes there - these will not be overwritten by new updates. PM me your changes when you are happy with them and I will change the base templates. Kev Last edited by Big_Kev; 2008-07-10 at 04:25. Reason: Automerged Doublepost | ||
| | |
| | #464 (permalink) | |
| Portal Member Join Date: Aug 2004 Location: West Yorks Age: 40
Posts: 485
Thanks: 8
Thanked 27 Times in 12 Posts
Country: | Quote:
I've attached the html I have updated with the viewport meta tag. Thanks Last edited by cheezey; 2008-07-10 at 08:16. | |
| | |
| | #465 (permalink) | ||
| Portal Member | Quote:
I know what you mean by "header" showing up, I'll look into into it too, it might be also some flaw on MPWebInterface side.. has anyone gotten that problem without my custom html? Quote:
After all, there's only one thing I don't like on my layout. I can't cancel scheduled program from tv guide. Normally if one would select a program that's already scheduled, one should get displayed a dialog to change recording parameters or to cancel scheduling but currently it isn't possible. One only can make duplicate recordings via tv guide. I made a hack for this on javascript way back but it didn't work as I couldn't get enough data out of mpwebint as scheduled shows are linked somewhat different way then tv guide ones. Basically what I tried to do was open scheduled program dialog instead of programdetails (so opening already scheduled show would allow user to cancel it via tv guide) but I didn't find an easy way to open that dialog. To make that happen, MPWebInt should be changed somewhat. It should internally change the link of scheduled show at tv guide. So when MPWebInt sets !!!Current!!! flag for some show, ideally it should set it's link to point into new html-page which would contain recording parameters + cancel schedule-button and changing recording parameter would actually change it for the already scheduled show, not generate new schedule in parallel. Easier way would just change tv guide-link for scheduled shows to open up scheduled shows detail html (where user could simply cancel the show and after that could schedule show again via tv guide with different parameters). | ||
| | |
| | #466 (permalink) | |
| Portal Member Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts
Country: | Quote:
Kev | |
| | |
| | #467 (permalink) |
| Portal Member Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts
Country: | Hi All, I have added advanced binding for the web server. It is now possilbe to bind different ports to different IP addresses. You need to know what you are doing before you use this! On the web interface page of the manager you will see an "Advanced" button next to the Server Port input box. Click on here to see the advanced binding window. Regards Kev |
| | |
| | #468 (permalink) |
| Portal Member Join Date: Aug 2007 Location: IJmuiden Age: 37
Posts: 41
Thanks: 2
Thanked 2 Times in 2 Posts
Country: | Big Kev, This is absolutely fantastic. Running nice and smooth on My Vista HTPC ![]()
__________________ Yes, I donated to the Media Portal team. It felt good! |
| | |
| | #469 (permalink) |
| Portal Member Join Date: Jul 2008
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Country: | HEy Big_Kev, cheers for your help, I have it working just fine with MySQL. I dont think I can use MSSQL because the Server Management Studio Expresswont install on Server08 However when I add a recording i get this error: Error: [AnyDAC][Phys][MySQL][LIBMYSQL] Column 'directory' cannot be null And idea where Ive gone wrong? Cheers Dave Last edited by AngryBadger; 2008-07-14 at 00:07. |
| | |
| | #470 (permalink) | |
| Portal Member Join Date: Jun 2007
Posts: 319
Thanks: 108
Thanked 140 Times in 63 Posts
Country: | Quote:
The MP Tv database is set up so that no new rows can be added with null fields. The "directory" column gets its value from the recording directory defined for the TV Card. I think you need to make sure that all of your TV Cards have a recording folder defined. I am not currently on a PC with MP installed, so all I can go off is the code for the interface... Code: Q->Close();
Q->SQL->Clear();
Q->SQL->Add("select * from channelmap a, card b where idChannel = :Channel and a.idCard = b.idCard");
Q->ParamByName("Channel")->AsInteger = TChannel;
Q->Open();
Q->First();
if (!Q->Eof)
{
R->ParamByName("RECOMMENDEDCARD")->AsInteger = Q->FieldByName("idCard")->AsInteger;
R->ParamByName("PRIORITY")->AsInteger = Q->FieldByName("priority")->AsInteger;
R->ParamByName("DIRECTORY")->AsString = Q->FieldByName("recordingFolder")->AsString;
}
Regards Kev | |
| | |
![]() |
| Bookmarks |
| Tags |
| contained, interface, server, web |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TVE3 Web User Interface | goatse | Development | 29 | 2008-05-12 18:14 |
| Web Interface | tucholka | MediaPortal 1 Talk | 1 | 2007-04-16 15:44 |
| Updated interface for MP Web Controller | quiller | Skins | 0 | 2007-01-21 08:14 |
| Web Interface like xbmc? | brandenpro | Plugins | 1 | 2005-09-05 09:19 |
| Web Interface...... | spo | General Development (no feature request here!) | 24 | 2004-11-07 12:33 |