Skip to content

Commit

Permalink
[Provider:Tivu] Fix HD channels with wrong service type.
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Mar 11, 2017
1 parent 711f9e7 commit 18f13b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AutoBouquetsMaker/providers/sat_130_tivusat.xml
Expand Up @@ -28,6 +28,10 @@
ftachannels = [1,2,3,20,21,22,23,24,26,28,31,32,33,35,36,37,41,42,43,44,55,57,60,61,62,63,64,65,66,67,68,69,71,73,74,75,76,77,120,122,145,188,701]
if service["number"] in ftachannels:
service["free_ca"] = 0
# Correct service type of HD channels not marked as such
if service["service_type"] in DvbScanner.VIDEO_ALLOWED_TYPES and service["service_type"] not in DvbScanner.HD_ALLOWED_TYPES and service["service_name"][-2:] == 'HD':
service["service_type"] = 25
]]>
</servicehacks>
</provider>

0 comments on commit 18f13b0

Please sign in to comment.