[mythtv-commits] Ticket #10240: Get locale-specific certiciates for movie metadata

MythTV noreply at mythtv.org
Wed Jan 4 14:19:06 UTC 2012


#10240: Get locale-specific certiciates for movie metadata
---------------------------------------------+-------------------------
     Reporter:  mythtv@…                     |      Owner:  robertm
         Type:  Patch - Feature              |     Status:  new
     Priority:  minor                        |  Milestone:  unknown
    Component:  MythTV - Mythmetadatalookup  |    Version:  Unspecified
     Severity:  low                          |   Keywords:
Ticket locked:  0                            |
---------------------------------------------+-------------------------
 TMDB supports localised movie certificates by modifying the language
 parameter passed to the script to include the 2-character country code

 e.g.
 cjo20 at ubuntu:~/mythsrc/mythtv$
 /usr/local/share/mythtv/metadata/Movie/tmdb.py -l en -D 170 | grep certi
     <certifications>
       <certification locale="us" name="R"/>
     </certifications>




 cjo20 at ubuntu:~/mythsrc/mythtv$
 /usr/local/share/mythtv/metadata/Movie/tmdb.py -l en-GB -D 170 | grep
 certi
     <certifications>
       <certification locale="us" name="18"/>
     </certifications>

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10240>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list