Hi! Please consider the patch for russian tv frequencies sent by me. I have taken the table of frequencies from the project tvtime.
-- Vlad Vasiliev
diff -r -u freevo-1.5.2.original/freevo_config.py freevo-1.5.2/freevo_config.py
--- freevo-1.5.2.original/freevo_config.py 2004-11-27 17:45:05.000000000 +0200
+++ freevo-1.5.2/freevo_config.py 2004-11-27 17:48:05.000000000 +0200
@@ -1169,7 +1169,7 @@
#
# us-bcast, us-cable, us-cable-hrc, japan-bcast, japan-cable, europe-west,
# europe-east, italy, newzealand, australia, ireland, france, china-bcast,
-# southafrica, argentina, canada-cable
+# southafrica, argentina, canada-cable, russia
#
# DEVICE: Usually /dev/video0, but might be /dev/video1 instead for multiple
# boards.
diff -r -u freevo-1.5.2.original/local_conf.py.example freevo-1.5.2/local_conf.py.example
--- freevo-1.5.2.original/local_conf.py.example 2004-11-27 17:45:05.000000000 +0200
+++ freevo-1.5.2/local_conf.py.example 2004-11-27 17:48:15.000000000 +0200
@@ -706,7 +706,7 @@
#
# us-bcast, us-cable, us-cable-hrc, japan-bcast, japan-cable, europe-west,
# europe-east, italy, newzealand, australia, ireland, france, china-bcast,
-# southafrica, argentina, canada-cable
+# southafrica, argentina, canada-cable, russia
#
# TV_SETTINGS = 'NORM INPUT CHANLIST DEVICE'
diff -r -u freevo-1.5.2.original/src/setup_freevo.py freevo-1.5.2/src/setup_freevo.py
--- freevo-1.5.2.original/src/setup_freevo.py 2004-11-27 17:45:04.000000000 +0200
+++ freevo-1.5.2/src/setup_freevo.py 2004-11-27 16:38:59.000000000 +0200
@@ -135,7 +135,7 @@
'japan-bcast', 'japan-cable', 'europe-west',
'europe-east', 'italy', 'newzealand', 'australia',
'ireland', 'france', 'china-bcast', 'southafrica',
- 'argentina', 'canada-cable']
+ 'argentina', 'canada-cable','russia']
if not conf.geometry in vals_geometry:
print 'geometry must be one of: %s' % ' '.join(vals_geometry)
diff -r -u freevo-1.5.2.original/src/tv/freq.py freevo-1.5.2/src/tv/freq.py
--- freevo-1.5.2.original/src/tv/freq.py 2004-11-27 17:45:04.000000000 +0200
+++ freevo-1.5.2/src/tv/freq.py 2004-11-28 12:25:56.896877528 +0200
@@ -1186,6 +1186,107 @@
( "093", 644250 ),
]
+RUSSIA= [
+ ("R1", 49750 ),
+ ("R2", 59250 ),
+ ("R3", 77250 ),
+ ("R4", 85250 ),
+ ("R5", 93250 ),
+ ("SR1", 111250 ),
+ ("SR2", 119250 ),
+ ("SR3", 127250 ),
+ ("SR4", 135250 ),
+ ("SR5", 143250 ),
+ ("SR6", 151250 ),
+ ("SR7", 159250 ),
+ ("SR8", 167250 ),
+ ("R6", 175250 ),
+ ("R7", 183250 ),
+ ("R8", 191250 ),
+ ("R9", 199250 ),
+ ("R10", 207250 ),
+ ("R11", 215250 ),
+ ("R12", 223250 ),
+ ("SR11", 231250 ),
+ ("SR12", 239250 ),
+ ("SR13", 247250 ),
+ ("SR14", 255250 ),
+ ("SR15", 263250 ),
+ ("SR16", 271250 ),
+ ("SR17", 279250 ),
+ ("SR18", 287250 ),
+ ("SR19", 295250 ),
+ ("SR20", 303250 ),
+ ("SR21", 311250 ),
+ ("SR22", 319250 ),
+ ("SR23", 327250 ),
+ ("SR24", 335250 ),
+ ("SR25", 343250 ),
+ ("SR26", 351250 ),
+ ("SR27", 359250 ),
+ ("SR28", 367250 ),
+ ("SR29", 375250 ),
+ ("SR30", 383250 ),
+ ("SR31", 391250 ),
+ ("SR32", 399250 ),
+ ("SR33", 407250 ),
+ ("SR34", 415250 ),
+ ("SR35", 423250 ),
+ ("SR36", 431250 ),
+ ("SR37", 439250 ),
+ ("SR38", 447250 ),
+ ("SR39", 455250 ),
+ ("SR40", 463250 ),
+ ("21", 471250 ),
+ ("22", 479250 ),
+ ("23", 487250 ),
+ ("24", 495250 ),
+ ("25", 503250 ),
+ ("26", 511250 ),
+ ("27", 519250 ),
+ ("28", 527250 ),
+ ("29", 535250 ),
+ ("30", 543250 ),
+ ("31", 551250 ),
+ ("32", 559250 ),
+ ("33", 567250 ),
+ ("34", 575250 ),
+ ("35", 583250 ),
+ ("36", 591250 ),
+ ("37", 599250 ),
+ ("38", 607250 ),
+ ("39", 615250 ),
+ ("40", 623250 ),
+ ("41", 631250 ),
+ ("42", 639250 ),
+ ("43", 647250 ),
+ ("44", 655250 ),
+ ("45", 663250 ),
+ ("46", 671250 ),
+ ("47", 679250 ),
+ ("48", 687250 ),
+ ("49", 695250 ),
+ ("50", 703250 ),
+ ("51", 711250 ),
+ ("52", 719250 ),
+ ("53", 727250 ),
+ ("54", 735250 ),
+ ("55", 743250 ),
+ ("56", 751250 ),
+ ("57", 759250 ),
+ ("58", 767250 ),
+ ("59", 775250 ),
+ ("60", 783250 ),
+ ("61", 791250 ),
+ ("62", 799250 ),
+ ("63", 807250 ),
+ ("64", 815250 ),
+ ("65", 523250 ),
+ ("66", 831250 ),
+ ("67", 839250 ),
+ ("68", 847250 ),
+ ("69", 855250 ),
+]
CHANLIST = {
"us-bcast" : dict(NTSC_BCAST),
@@ -1204,4 +1305,5 @@
"canada-cable" : dict(NTSC_CABLE_CAN),
"southafrica" : dict(PAL_BCAST_ZA),
"argentina" : dict(ARGENTINA),
+ "russia" : dict(RUSSIA),
}
