Samurize Scripts

Originally posted by Discotheque
The news script, and you :p

Make an Active Script Meter set it to news, wrapping, and set your parameters according to how many characters to print before wrapping :)
 
Getting a very odd bug now...

Samurize is opening up twice on startup... Any idea what's causing this?

Thanks,

Peter
 
Screen800a.jpg

Full Size Version
 
Stop it! stop it.....oh the pain....

want £10? Sleepy?

damn dude, i'm listening to "come on eileen" that cannout be health no matter what.
 
pac give me ur addy i'll email u my config - only thing u will have to do is change drive letters cos i doubt urs will be on e like mine.
 
Originally posted by 1337_KR3W
lol shotteh u got the one thing working i cant:D the dam news script
Are you using this URL
Code:
url = "http://news.bbc.co.uk/register_audience?url=%2F&audience_name=Domestic&bandwidth=low&action=choose&inUK.x=39&inUK.y=15"
 
Originally posted by IceBus
Getting a very odd bug now...

Samurize is opening up twice on startup... Any idea what's causing this?

Thanks,

Peter

Are you using the new BBC weather script with weather symbols? That can cause 2 Samurize clients to open if you don't set it up correctly?
 
OK, i sort of got the hang of this b**ody samurize:) but i realy want SKY 1, Mtv, Bravo, (no sorry forget Bravo;) ) in the tv listings.
I got channel 1 to 5 working ok but can't find a working skript for sky. The 1 by ANDY C on samurize site won't work!!!!
Can someone please send me 1:confused:

Craget
 
Originally posted by Selekt0r
Are you using the new BBC weather script with weather symbols? That can cause 2 Samurize clients to open if you don't set it up correctly?

I am indeed, what might I have done incorrectly? I'm not using the symbols, but that is the script I'm using :).

[edit]

Fixed this. I had the instance name in weather.vbs set to "JMH" not "JHM", I only caught this as I remembered someone else saying it earlier and me forgetting to catch it :D


And Craget, look through this thread for UKTV+Sky.zip, I'm using that fine.
 
Last edited:
Originally posted by CRAGET
OK, i sort of got the hang of this b**ody samurize:) but i realy want SKY 1, Mtv, Bravo, (no sorry forget Bravo;) ) in the tv listings.
I got channel 1 to 5 working ok but can't find a working skript for sky. The 1 by ANDY C on samurize site won't work!!!!
Can someone please send me 1:confused:

Craget

You know the UKTV.vbs which i assume you are using... well that checks 1-5 on the radio times web site, you can very easily customise it to check any channel on the radio times site...

if you go
here and hover your cursor over the channels you want, in the status bar it will show the url to that channel... some where in that line is channelid=### get that number.

then if you look in the script where it gives the option for the scottish channels it uses this url to get the chanels:

the numbers 101,113,37,132,134 are the scottish tv channels... all you need to do is swap these for the channels you want, you can add any number of channels. if you add any you have to alter the script further down... where it goes through the page getting the program listing.:


If ChannelName = "Channel 4" OR ChannelName = "S4C" then
CH4Count = CH4Count + 1
If CH4Count <= 6 Then
CH4(CH4Count - 1) = ProgTime & " - " & ProgTitle & vbNewLine
End If
End If


You need to add a block like this for each channel...

If you add any channels you will have to make an array for them somewhere in the script. If you just look through it it is quite easy to work out what you have to do by copying what is done for the other channels...
 
I got channel 1 to 5 working ok but can't find a working skript for sky. The 1 by ANDY C on samurize site won't work!!!!

I beg to difer - Andys script works fine and can be modded to take Sky channels - thats how i got Sky on my config.

Cheers
 
How did you get that CS server info up? I fancy doing the same but with Battlefield

ill post screenies when im done.. this program is ace :)
 
IceBus

do you have MSN?

mine is [email protected]

could you contact me, i cant seem to get the weather (cant change to my area) or channel info working.....

Thanks

Also BigBadBenny, would you be able to send me your cs script? if you want to that is :o :)
 
Back
Top Bottom