Hi All,
Need some help from a FileSystemObject guru! In my playlist below (it’s a bouquet for a linux sat box) in textfile format, Is it possible to move the #Description so it appears below the service? Please see example below. If so, how can it be done in vba ?
BEFORE
#NAME HardRock
#Description Channel1
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/1.avi
#Description Channel2
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/2.avi
#Description Channel3
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/3.avi
etc
AFTER
#NAME HardRock
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/1.avi
#Description Channel1
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/2.avi
#Description Channel2
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/3.avi
#Description Channel3
etc
Need some help from a FileSystemObject guru! In my playlist below (it’s a bouquet for a linux sat box) in textfile format, Is it possible to move the #Description so it appears below the service? Please see example below. If so, how can it be done in vba ?
BEFORE
#NAME HardRock
#Description Channel1
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/1.avi
#Description Channel2
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/2.avi
#Description Channel3
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/3.avi
etc
AFTER
#NAME HardRock
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/1.avi
#Description Channel1
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/2.avi
#Description Channel2
#SERVICE 1:0:1:0:0:0:FFFF0000:0:0:0:http%3a//192.168.0.1:8081/stream/test/test/3.avi
#Description Channel3
etc