Feature #549
Automap and sort channels by compare
0%
Description
Hi
Sorting example 200 channels what we want like we know in tired and need many time for this.
Nice will be add possibility automap and sort channel over by VPID (VPID in unique for each channel, best option i think)
When i`ve got this problem on VDR ... my friend find very easy way for this.
Channels list for Dreambox STB are almost updated everyday, sorted by provider, category etc.
Script from my friend .. compare
channel list from VDR - fresh after sky scan -> with ready list from dreambox
example in dreambox liste we have channels:
position 1 - TVP1
position 2 - TVP2
position 3 - TVP INFO
VPID for this channel:
position 1 - 4807
position 2 - 4808
position 3 - 5110
script this VPID find on VDR list after scan
and save on this position like in dreambox list
in atached im put this script for yours eye to see how work
I think this i very useful and needed for now eveything we must do it manualy, and loose many time.
I sure many people will be have from this solution if will be added to WEB UI
In few sec. we will be get maped channel list like we want
Files
History
Updated by piotr galek over 13 years ago
Ohhh i forget in this solution we dont need convert all data channels from other STB or system, we only compare
VPID and move channels and map in our structure with nothing changing, we only touch position (and map ch.)
Updated by piotr galek over 13 years ago
I check structure channels from Tvheadend and looks very easy
"service_id": 4404, -this is VPID
"pmt": 1004,
"stype": 1,
"scrambled": 0,
"channel": 32, - number of channel
"provider": "CYFRA +",
"servicename": "4fun.TV",
"channelname": "4fun.tv", - name
"mapped": 1, - if mapped
And this is from dreambox list
[Ch0121] - number of channel
Name=4fun.TV - name
Id=4404 - VPID
type=1
sat=Hotbird (13.0E)
pos=13.0 E
net=
netid=0
freq=10719
fec=Auto
pol=V
Im not developer but i think this is easy to implement
Sorrt for many posts by i dont find edit option
Updated by Adam Sutton over 12 years ago
- Status changed from New to Rejected
Looks like a duplicate of #548, unless I'm misunderstanding things.