- Messages
- 2,943
I put this small mini guide for those who want to create or simply edit their own file remembering that each satellite has its own string I put examples and then a complete string especially of transponders with multistreaming streams so we also see this aspect particularly variable in these periods.
It can be edited with various methods. It can also be opened via a browser or with a text editor. I absolutely recommend Notepad ++, which is free on the net.
The modified file will eventually be sent via FTP to the decoder normally in the etc / tuxbox folder but you can also simply put it in / etc in this case the path etc / tuxbox is ignored and then followed by a restart of Enigma2.
Take an existing file, for example mine which is complete, I assure you that those on the net or automatically generated are deficient, and it looks like this; I cut the image to shorten what is needed for this guide and only 2 satellites
I describe the meaning of some lines and then the legend to insert and modify the parameters suitable for reception:
row 1, 2, 5 must remain as they are
The inside of lines 2 and 5 you can write your information they can be one line or many more depends on what you want to remember as annotations in this case for me 2 lines with information on the modification date and interested satellites are enough.
From row 6 we find the first information relating to the satellite (7) and the transponders (8 ....) until we find the closure (/ sat>)
Satellite:
<sat name="5.0W Ku-band Eutelsat 5 West A/B" flags="1" position="-50">
<sat name="9.0E Ku-band Eutelsat 9B & Ka-Sat 9A" flags="1" position="90">
the negative position indicates a satellite to the west 5 ° W (-50) consequently the positive one to the east 9 ° E (90)
<transponder frequency = "10972000" symbol_rate = "29950000" polarization = "1" fec_inner = "3" system = "1" modulation = "2" />
frequency and symbol rate you know everything must only be in the format indicated ie in Hertz
polarization = 0 - Horizontal, 1 - Vertical, 2 - Left Circular, 3 - Right Circular
fec_inner = 0 - Auto, 1 - 1/2, 2 - 2/3, 3 - 3/4, 4 - 5/6, 5 - 7/8, 6 - 8/9, 7 - 3/5, 8 - 4/5, 9 - 9/10, 15 - None
system = 0 = DVB-S, 1 = DVB-S2
modulation = 0 - Auto, 1 - QPSK, 2 - 8PSK, 3 - 16APSK, 5 - 32APSK
Satellite with multistream transponder in addition to what is written above, flow parameters must be added: is_id pls_mode and pls_code
<transponder frequency = "11013000" symbol_rate = "30000000" polarization = "1" fec_inner = "7" system = "1" modulation = "2" is_id = "2" pls_mode = "1" pls_code = "131070" />
is_id = 0 - 255
pls_mode = 0 - Root, 1 - Gold, 2 - Combo
pls_code = 0 - 262142
The file is closed with </satellites>
It is taken from my legend of a few years I hope I have made it understandable and that it is still current (Combo is no longer used I think) if there are inaccuracies or additions to make, write here.
It can be edited with various methods. It can also be opened via a browser or with a text editor. I absolutely recommend Notepad ++, which is free on the net.
The modified file will eventually be sent via FTP to the decoder normally in the etc / tuxbox folder but you can also simply put it in / etc in this case the path etc / tuxbox is ignored and then followed by a restart of Enigma2.
Take an existing file, for example mine which is complete, I assure you that those on the net or automatically generated are deficient, and it looks like this; I cut the image to shorten what is needed for this guide and only 2 satellites
I describe the meaning of some lines and then the legend to insert and modify the parameters suitable for reception:
row 1, 2, 5 must remain as they are
The inside of lines 2 and 5 you can write your information they can be one line or many more depends on what you want to remember as annotations in this case for me 2 lines with information on the modification date and interested satellites are enough.
From row 6 we find the first information relating to the satellite (7) and the transponders (8 ....) until we find the closure (/ sat>)
Satellite:
<sat name="5.0W Ku-band Eutelsat 5 West A/B" flags="1" position="-50">
<sat name="9.0E Ku-band Eutelsat 9B & Ka-Sat 9A" flags="1" position="90">
the negative position indicates a satellite to the west 5 ° W (-50) consequently the positive one to the east 9 ° E (90)
<transponder frequency = "10972000" symbol_rate = "29950000" polarization = "1" fec_inner = "3" system = "1" modulation = "2" />
frequency and symbol rate you know everything must only be in the format indicated ie in Hertz
polarization = 0 - Horizontal, 1 - Vertical, 2 - Left Circular, 3 - Right Circular
fec_inner = 0 - Auto, 1 - 1/2, 2 - 2/3, 3 - 3/4, 4 - 5/6, 5 - 7/8, 6 - 8/9, 7 - 3/5, 8 - 4/5, 9 - 9/10, 15 - None
system = 0 = DVB-S, 1 = DVB-S2
modulation = 0 - Auto, 1 - QPSK, 2 - 8PSK, 3 - 16APSK, 5 - 32APSK
Satellite with multistream transponder in addition to what is written above, flow parameters must be added: is_id pls_mode and pls_code
<transponder frequency = "11013000" symbol_rate = "30000000" polarization = "1" fec_inner = "7" system = "1" modulation = "2" is_id = "2" pls_mode = "1" pls_code = "131070" />
is_id = 0 - 255
pls_mode = 0 - Root, 1 - Gold, 2 - Combo
pls_code = 0 - 262142
The file is closed with </satellites>
It is taken from my legend of a few years I hope I have made it understandable and that it is still current (Combo is no longer used I think) if there are inaccuracies or additions to make, write here.