| |||||||
| Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Dec 2004 Location: Germany
Posts: 139
Thanks: 0
Thanked 0 Times in 0 Posts
| Hi, does anybody know why MP needs these columns (iCancelTime and bContenRecording) in the table 'recording' of the database TVDatabaseV12.db. I'm working on my new PVR Scheduler Plugin, but up to now I haven't paid attention to them. It seems that it doesn't matter if I set ContentRecording to true or false?? Thanks!
__________________ HTPC: P3-S 1133@1133@1,1V passiv ASUS TUSL2-M Skystar 2 Creative Soundblaster nVidia FX5200 120G Samsung SV1204 Toshiba SD-M1712 (Silent Firmware) -------------------------------------------- PVR Scheduler with MediaPortal Plugin http://www.pvr-scheduler.de |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Dec 2004 Location: Germany
Posts: 139
Thanks: 0
Thanked 0 Times in 0 Posts
| Yes I know, but 0.1.0.8 is still V12.
__________________ HTPC: P3-S 1133@1133@1,1V passiv ASUS TUSL2-M Skystar 2 Creative Soundblaster nVidia FX5200 120G Samsung SV1204 Toshiba SD-M1712 (Silent Firmware) -------------------------------------------- PVR Scheduler with MediaPortal Plugin http://www.pvr-scheduler.de |
| | |
| | #4 (permalink) |
| Portal Developer Join Date: Apr 2004 Location: The Netherlands Age: 37
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts
Country: | canceledtime: the time the recording was canceled or 0 if the recording is not canceled bcontentrecording: not used at the moment frodo |
| | |
| | #5 (permalink) |
| Portal Member Join Date: Dec 2004 Location: Germany
Posts: 139
Thanks: 0
Thanked 0 Times in 0 Posts
| This is exactly what I wanted to know! Thank you very much. But can you please do me a favour and change following code in the TVDatabase.cs, method Open(): Code: // Open database
String strPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.
GetExecutingAssembly().Location);
Log.Write("opening tvdatabase");
try
{
System.IO.Directory.CreateDirectory(strPath + @"\database");
}
catch(Exception){}
//Upgrade();
m_db = new SQLiteClient(strPath + @"\database\TVDatabaseV15.db");
I think that I might be able to release my Scheduler Plugin in the next couple weeks. Thank you!!
__________________ HTPC: P3-S 1133@1133@1,1V passiv ASUS TUSL2-M Skystar 2 Creative Soundblaster nVidia FX5200 120G Samsung SV1204 Toshiba SD-M1712 (Silent Firmware) -------------------------------------------- PVR Scheduler with MediaPortal Plugin http://www.pvr-scheduler.de |
| | |
![]() |
| Bookmarks |
| Tags |
| bcontentrecording, icanceltime, tvdatabasev12db |
| Thread Tools | |
| Display Modes | |
| |