- January 31, 2009
- 781
- 398
- 46
- Home Country
- Sweden
- Moderator
- #201
For both 1) and 2). The Tv guide has been refactored and I can't reproduce your issue in development version so let's hope that these issues are solved already. I used buffer time on both 2 and 24 hours and searched for a program that is aired today, Monday and Saturday. All search results showed fine in EPG.
For the series recordings that fail to be removed. I'm using cancel for removing all recordings in EPG, no matter if they are advanced or simple. If the request is accepted with ok reply the color of the program in EPG is changed from red to blue(no complete refresh is done). The program will popup as red again at refresh if it actually were not cancelled. I assume that this is caused by advanced recordings that are scheduled for several programs.
Right now CancelSchedule is used for all recordings in epg.. In Recordings and Scheduled the DeleteScedule is used.
http://wiki.team-mediaportal.com/1_...velopers/API_Documentation/TAS#CancelSchedule
http://wiki.team-mediaportal.com/1_...velopers/API_Documentation/TAS#DeleteSchedule
I don't see how I can improve this. I guess that one only want to remove the selected recorded program in EPG also when it's an advanced schedule. If using DeleteSchedule the entire schedule will be removed. If one want the later then one should remove the schedule in the recordings section.
For the series recordings that fail to be removed. I'm using cancel for removing all recordings in EPG, no matter if they are advanced or simple. If the request is accepted with ok reply the color of the program in EPG is changed from red to blue(no complete refresh is done). The program will popup as red again at refresh if it actually were not cancelled. I assume that this is caused by advanced recordings that are scheduled for several programs.
Right now CancelSchedule is used for all recordings in epg.. In Recordings and Scheduled the DeleteScedule is used.
http://wiki.team-mediaportal.com/1_...velopers/API_Documentation/TAS#CancelSchedule
http://wiki.team-mediaportal.com/1_...velopers/API_Documentation/TAS#DeleteSchedule
I don't see how I can improve this. I guess that one only want to remove the selected recorded program in EPG also when it's an advanced schedule. If using DeleteSchedule the entire schedule will be removed. If one want the later then one should remove the schedule in the recordings section.