| |||||||
| Improvement Suggestions Got idea how the TV-Server can be improved? Post it here! |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #101 (permalink) | |
| Portal Member | Quote:
![]() The code is currently ready enough for the MP side of things to be started on. So in other words, change the TV Guide GUI from the tv plugin to use the new scheduler service. Write a new GUI for scheduling programs, displaying the upcoming recordings, etc... I lack the free time to work on this full speed, so it's very hard to give a timeframe. But if someone's reading this who posesses the necessary MP GUI/plugin and C# skills to help out on this, the help is more than welcome! All the backend stuff is starting to work nicely, not to say it too still needs work of course ![]() | |
| | |
| | #102 (permalink) |
| Portal Member | Well I think the time couldn't be better to integrate this or plan this. In the GFX forum they are planning a total redesign of the myTV section. I think you should contact the devs or make a thread in GFX forum that lists the things that should be integrated in the layout so your new recording code could work. |
| | |
| | #103 (permalink) | |
| Portal Member | Quote:
On the other hand, while the scheduler service will offer a lot more possibilities, it's not always necessary to expose all of these immediately. For example, it will be possible to select on what day of the week to record, a schedule that records all gameshows on Monday and Wednesday only for instance. But for a first version, do we already want to do all the work to let the user select any day in the week, or will we keep it on Working Days, Weekends for starters? Not to say I'm pro any of these two choices, just want to point out that we have the freedom to choose just how much we want to redo the GUI. | |
| | |
| | #105 (permalink) | |
| Portal Member | Quote:
Code: public enum ScheduleRuleType
{
TvChannels, // Record on the given channel(s).
Time, // Record at the given start/stop time.
AroundTime, // Record the timeslot closest to the given start time (usually combined with TitleEquals and DaysOfWeek).
BetweenTimes, // Record a program when its start time is between the two given times.
DaysOfWeek, // Record on these days of the week.
TitleEquals, // Record program with the given title.
SubTitleEquals, // Record program with the given sub-title.
TitleStartsWith, // Record program who's title starts with the given text.
TitleContains, // Record program who's title contains the given text.
DescriptionContains, // Record program who's description contains the given text.
CategoryEquals, // Record programs from this category.
DirectedBy, // Record program directed by given name.
WithActor, // Record program which has the actor by the given name.
SkipRepeats, // Only record first-run (non-repeat) programs if the argument to this rule is true.
GuideProgram // Record the program with the given ProgramGuideId (if found, usually combined with TitleEquals and Time).
}
Hope this is clear enough? | |
| | |
| | #106 (permalink) |
| Portal Member | Just wanted to draw attention to the alpha version of the TvScheduler that has been uploaded to: http://forum.team-mediaportal.com/ru...ce-t26158.html It's work in progress and doesn't do a lot yet (it's all backend stuff), but the foundation is there. Someone could for example write an EPG viewer for it, or adjust the existing TV Guide program in MediaPortal to use the TvScheduler guide service. |
| | |
![]() |
| Bookmarks |
| Tags |
| algorithm, daily, improved, recording, weekly |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| weekly recording does not check the showname? | wunschkind | MediaPortal 1 Talk | 13 | 2006-11-21 22:15 |
| weekly recording should check for showname | wunschkind | Improvement Suggestions | 2 | 2006-11-18 16:52 |
| Unsubscribe Weekly Recordings | KeesVDP | General Support | 3 | 2006-05-18 12:43 |
| 'Daily tv recording schedule fails | hpeeters | Installation, configuration support | 3 | 2006-03-22 09:07 |
| Music: search algorithm | tomtom21000 | Improvement Suggestions | 1 | 2005-03-10 01:57 |