PDA

View Full Version : Mr. Mister E2 settings 8.2e,23.5e,19.2e,16e,13e,5e,1w



Mr. Mister
01-10-10, 18:42
Hi guys..

This is my 1st go at putting the settings togather for E2.. I asked B16MCC`s permission to include his 28E bouquets.. which have been added..

One thing i always found when using all other peoples settings.. You have a sh1t load of satellites that you never use.. So i have made these using 28.2e,, 23.5e,, 19.2e,, 16e,, 13e,, 5e and 1w ..

Please have a go and install them.. and please give any feedback that you can..

Please also remember to make a back-up of your existing settings just incase you dont like these.. but i am hopeing that alot of you will like these..

Thanks.. and looking forward to your feedback..

ps.. i have posted these on a few forums yesterday and go some really good feedback..

looking forward to your replies..

Mr. Mister

Larry-G
01-10-10, 19:02
nice one mate. i got a copy from B16MCC's forum. very nice work.

Mr. Mister
01-10-10, 19:18
Hi Phoenix..

Thank you very much for your nice words.. Its really appreicated..

happydays
05-10-10, 22:51
Mr Mister

this is an excellent channel list. thank you !!

a quick question is there anyway to get rid of the channel numbers? I've tried using channel number remover but doesn't seem to work any ideas?

Mr. Mister
06-10-10, 14:57
Hi buddy..
Thank you for your kind words.. Very much appreicated..
I know B16MCC is working on a piece of software that will do this..
I dont know if he has it finished yet.. but i am sure he will post it here when he has it finished..

Thanks

Sicilian
06-10-10, 16:17
Mr Mister

this is an excellent channel list. thank you !!

a quick question is there anyway to get rid of the channel numbers? I've tried using channel number remover but doesn't seem to work any ideas?

This should do it http://www.vuplus-support.co.uk/showthread.php?2807-CHannel-Number-remover

Mr. Mister
06-10-10, 17:51
You could also try this.. from Spacemonkey

This is an updated version of TrimNum.exe to change it from a command line tool to a GUI based Tool

Changes channels naming

Old 101 101 - BBC ONE
New 101 BBC ONE

It also can amend the dummy name "Place Holder Channel"



#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Compression=4
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

AutoItSetOption("TrayIconHide", 1)
Opt("GUIOnEventMode", 1)
Opt("GUICoordMode", 1)
Opt("GUIResizeMode", 0)

#Include <File.au3>
#Include <Array.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

Dim $Folder = @ScriptDir
Dim $reg = "\s\d+\s\-"
Dim $strEmptyChannelName = "Place Holder Channel"
Dim $strCheckFile = "bouquets.tv"
Dim $Form1 = GUICreate("Remove Channels Numbers from Bouquets", 400, 150, 191, 124)

GUISetOnEvent($GUI_EVENT_CLOSE, "SpecialEvents")
GUISetOnEvent($GUI_EVENT_MINIMIZE, "SpecialEvents")
GUISetOnEvent($GUI_EVENT_RESTORE, "SpecialEvents")

Dim $Label1 = GUICtrlCreateLabel("Bouquets Folder", 16, 10, 150, 17)
Dim $Input1 = GUICtrlCreateInput($Folder, 16, 25, 201, 21)
Dim $Button1 = GUICtrlCreateButton("Browse", 232, 25, 50, 20, $WS_GROUP)
GUICtrlSetOnEvent(-1, "_Browse_folder")

Dim $Label2 = GUICtrlCreateLabel("Dummy Channel Name", 16, 55, 150, 17)
Dim $Input2 = GUICtrlCreateInput($strEmptyChannelName, 16, 70, 201, 21)


Dim $Label3 = GUICtrlCreateLabel("New Dummy Channel Name", 16, 100, 150, 17)
Dim $Input3 = GUICtrlCreateInput($strEmptyChannelName, 16, 115, 201, 21)

Dim $Button2 = GUICtrlCreateButton("GO", 330, 115, 50, 20, $WS_GROUP)
GUICtrlSetOnEvent(-1, "_ButtonGO")

GUISetState(@SW_SHOW)

Dim $iAction = 0
Dim $bCheckPath = False
While 1
Select
Case $iAction = 0
Sleep(50)

Case $iAction = 1
$bCheckPath = _ButtonGO()
If $bCheckPath = true Then
GUICtrlSetState($Button2,$GUI_DISABLE)
_Process(GUICtrlRead($Input1))
$iAction = 0
GUICtrlSetState($Button2,$GUI_Enable)
Else
$iAction = 0
Endif
EndSelect
WEnd

Func _ButtonGO()
If FileExists(GUICtrlRead($Input1) & "\" & $strCheckFile) = 0 then
MsgBox(4096,"","There is no bouquets.tv in this folder",5)
ConsoleWrite("WWWW" & @CRLF)
return(False)
Else
If GUICtrlRead($Input2) = "" then
MsgBox(4096,"","Dummy channel is blank",5)
return(False)
Else
$iAction = 1
return(True)
EndIf
EndIf
EndFunc
func _Browse_folder()
Local $BouquetsFolder = FileSelectFolder("Choose a Bouquets Folder", "")
GUICtrlSetData($Input1, $BouquetsFolder)
EndFunc
Func SpecialEvents()
Select
Case @GUI_CtrlId = $GUI_EVENT_CLOSE
Exit
Case @GUI_CtrlId = $GUI_EVENT_MINIMIZE

Case @GUI_CtrlId = $GUI_EVENT_RESTORE

EndSelect
EndFunc
Func _Process($strFolder)
Local $arrayFiles = _FileListToArray($strFolder,"*.tv")
If IsArray($arrayFiles) = 1 then
ProgressOn("Progress Meter", "Increments every second", "0 percent")
For $i = 1 to $arrayFiles[0]
ProgressSet( $i, $i & " percent")
_editfile($strFolder & "\" & $arrayFiles[$i])
Next
ProgressSet(100 , "Done", "Complete")
sleep(5000)
ProgressOff()
EndIf
EndFunc
Func _Editfile($FileName)
Local $file = FileOpen($filename,0)
Local $input = fileread($file)
FileClose($file)
Local $output = StringRegExpReplace ($input, $reg, "")

If GUICtrlRead($Input2) <> GUICtrlRead($Input3) then
$output = StringReplace($output,GUICtrlRead($Input2),GUICtrl Read($Input3))
endif
$file = FileOpen($filename,2)
FileWrite($file,$output)
Fileclose($file)
EndFunc

MKD
15-10-10, 18:37
Well i got to say after many years of making my own i don't need to now , best one yet by far . good work Mr Mister.

Mr. Mister
01-12-10, 14:24
Hi guys..

Done a wee update on these..

ALL channels on 28E are now numbered the same as $ky UK..

So BBC1 is 101..
$ky Premiere 301..
Discovery Channel 520
$ky Sports HD1 408.. etc etc etc

Please give any feedback you can.. or if you spot any mistakes..

Please remember to click options in DBEdit
Then click advanced tab
Puy a tick in the " Allow duplicate entries"

then save..

this will give you all the place holders for sky uk..

Thanks

rickyblanes
05-12-10, 18:36
Nothing for SKY.DE HD channels,apart from that I think it is the perfect listing,thanks very much. Also the BFBS listings are out of date Ricky

bassethound
05-12-10, 18:45
BFBS has moved satellite to Eutelsat W2A (10.0°E)

rickyblanes
05-12-10, 19:26
Thanks bassethound

Mr. Mister
05-12-10, 19:50
Nothing for SKY.DE HD channels,apart from that I think it is the perfect listing,thanks very much.

Hi Ricky.
Thank you for pointing that out..
They were there under the heading -=-=-SKY DE -=-=-
I have now added them to a bouquet of there own..

Thanks for pointing that out..

PS.. My bouquets are also available to download throught the VIX1.3 download panel..

silverfox0786
05-12-10, 21:42
Mr Mister are these a new fixed set [if so i will need to get them sorted and put on the server]