[mythtv-commits] Ticket #13300: Python Bindings enhancemts according to latest MythTV protocol (91)

MythTV noreply at mythtv.org
Sun Jul 8 09:44:53 UTC 2018


#13300: Python Bindings enhancemts according to latest MythTV protocol (91)
-------------------------------+--------------------------------
 Reporter:  rcrdnalor          |          Owner:  Raymond Wagner
     Type:  Patch - Feature    |         Status:  new
 Priority:  minor              |      Milestone:  needs_triage
Component:  Bindings - Python  |        Version:  v29-fixes
 Severity:  medium             |     Resolution:
 Keywords:                     |  Ticket locked:  0
-------------------------------+--------------------------------

Comment (by rcrdnalor):

 @ijc
 Thank you for reviewing my patches.

 I am not sure if I understood your question correctly.
 If you meant the`Recordedfile._defaults` object, then the answer is yes.
 If you look into the mysql description of the recordedfile table (mysql
 describe recrodedfile), the fields `id` and `basename` are key-fields:
 `id` is autoincrement, it will be handled by mysql itself,
 and `basename` has a key as well, that means, the user needs to provide a
 valid value.
 Therefore, no default values are foreseen for those fields.

 Could you please review #13299 as well? This is a tricky one and hard to
 decribe.

 Thx,
 dnalor

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13300#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list