| |||||||
| Community Plugins TV-Server Plugins created from users for users, can be found here. |
![]() |
| | Thread Tools | Display Modes |
| | #152 (permalink) |
| Portal Member Join Date: Aug 2007 Location: Gent Age: 35
Posts: 25
Thanks: 1
Thanked 1 Time in 1 Post
Country: | Do you plan to add the capability to Edit the Channel name? Also Channel panel should be sizable (I have long name due to the import from xmltv. A very good solution would be to use the Maped Channels from XMLTV2 plugin. Maybe good to contact the author of Xmltv2 to see if you can make the tools to collaborate. For the moment it is not usable for me because of the long channels name but keep on the great work I will follow it. |
| | |
| | #153 (permalink) | ||||||||||||||||
| Portal Member | Quote:
So what I do have on my list is a modification of the existing TVPlugin to show the guide data from TvScheduler. And further along the road more modifications to show the upcoming programs from TvScheduler, to edit the schedules from within MediaPortal, etc... Quote:
![]() Quote:
Quote:
![]() Quote:
But even when I implement this, this will only work if your guide data contains either an episode title (subtitle) or episode number. I'm lucky since the UK and Belgian data I use has this information. Quote:
I wouldn't immediately be able to tell the difference between a schedule that's missing or one that has been deleted by the user.Quote:
![]() Quote:
And if channels are added, or categories, the list would be incomplete. Unless I do add an "is not" option, but then my first comment applies even more.Quote:
Quote:
And many thanks for the very valuable feedback! I will certainly take action on some of the points you brought up! ----- Quote:
Quote:
Quote:
Quote:
Thanks! ---- Quote:
Perhaps it's not a bad idea for me to do a posting on what I consider to be a possible and good way to integrate both.... Stay tuned ![]() ---- Quote:
Last edited by dvdfreak; 2007-10-31 at 08:21. Reason: Automerged Doublepost | ||||||||||||||||
| | |
| | #154 (permalink) | |||||
| Portal Tester | Hey dvdfreak, Quote:
Quote:
Quote:
Quote:
Additionally maybe an further option like: "Don't record when already recorded" and "Don't record when still on hdd"; so this would help when say having the TVScheduler run for two years and its log says "Show A" has already been recorded, but I want to see it again. Do you understand what I am thinking of? Quote:
I would be pretty happy if you could think about my suggestions and I especially hope you're rethinking about my DB-Problem. But still, I really love that stuff and am pretty impressed how flawless this already now works here! Regards
__________________ Some say he works as a tester for Team Mediaportal and some say that he smells bugs, even before they are written into the Code. All we know is, he's called The Stig. | |||||
| | |
| | #155 (permalink) |
| Portal Tester | And another thing: Would you mind providing us with the code. Just had a little talk on IRC and some dev's want to have look at it :-) Thanks!
__________________ Some say he works as a tester for Team Mediaportal and some say that he smells bugs, even before they are written into the Code. All we know is, he's called The Stig. |
| | |
| | #156 (permalink) | ||||||||
| Portal Member | Quote:
If TVE3 would use TvScheduler as a subsystem it would itself no longer have any need for a Program table, nor a Schedules table, a Recording table,... Now I know this is no quick-quick change (far from it), but from a design point-of-view it's the only way to go IMHO. Looking at dependencies I'd say TvScheduler is lower on the ladder than TVE3. So TVE3 uses TvScheduler, and not the other way around. That's what I started to do right now with my TVE3 plugin, make TVE3 talk to TvScheduler. Quote:
Code: [OperationContract]
[FaultContract(typeof(TvSchedulerException))]
Guid EnsureChannel(string xmltvId, string displayName);
[OperationContract]
[FaultContract(typeof(TvSchedulerException))]
GuideChannel GetChannelByXmlTvId(string xmlTvId);
[OperationContract]
[FaultContract(typeof(TvSchedulerException))]
GuideChannel GetChannelByName(string name);
[OperationContract]
[FaultContract(typeof(TvSchedulerException))]
Guid ImportProgram(GuideProgram guideProgram, GuideSource source);
[OperationContract]
[FaultContract(typeof(TvSchedulerException))]
void ImportPrograms(GuideProgram[] guidePrograms, GuideSource source);
Quote:
![]() Quote:
Anyway, still need to implement this rule for starters, then we can finetune it...Quote:
Quote:
![]() Quote:
I'll try to pop onto IRC so we can talk about this! UPDATE ALERT In the mean time I uploaded a small update with a small fix and some enhancements:
Last edited by dvdfreak; 2007-10-31 at 12:01. Reason: Automerged Doublepost | ||||||||
| | |
| | #157 (permalink) |
| MP Donator ![]() Join Date: Jul 2007 Age: 26
Posts: 45
Thanks: 2
Thanked 1 Time in 1 Post
Country: | @dvdfreak I'd just like to give you a big pat on the back. For me the TV scheduler is now almost perfect (with the addition of the ; seperator). If if was integrated with MP in the TVE3 plugin it would be perfect but I can appreciate that is a lot or work. Cheers, Richard |
| | |
| | #160 (permalink) | |
| Portal Tester | Quote:
But what I still dont really get, how does it work with e.g. DVB-EPG or other EPG-Sources? There are several ways to get Data. Do you have to convert all to .xml too? I have still the meaning that the way round you plan it is too inflexible, but maybe I got something wrong?!? ![]()
__________________ Some say he works as a tester for Team Mediaportal and some say that he smells bugs, even before they are written into the Code. All we know is, he's called The Stig. | |
| | |
![]() |
| Bookmarks |
| Tags |
| rulebased, service, tvscheduler |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rule Based Post Processing | NewUser | General Support | 6 | 2008-02-27 14:37 |
| First beta of rule-based scheduler has been uploaded | dvdfreak | Development | 0 | 2007-09-19 15:05 |
| One remote to rule them all? | fathead | General Support | 5 | 2006-01-06 18:37 |
| Cant record using the scheduling feature | martyyn | General Support | 3 | 2005-12-26 14:32 |