Recently, a new TV channel called ‘Squirrel’ has been added in Spain. It is owned by the same people as ‘Bomcine’ and the website where they have their programming is identical to each other.
Recently, a new TV channel called ‘Squirrel’ has been added in Spain. It is owned by the same people as ‘Bomcine’ and the website where they have their programming is identical to each other.
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
here's both
Edit: files removed,see post below.
Hello, the new ini has a problem with the date and time.
open ini and read remarks
My VPS is hosted in Germany and I have changed timezone=Europe/Berlin, I think there is some problem in the .ini
change the start.scrub line to this.
index_start.scrub {single(pattern="MMM dd, HH:mm")|id="showDate" value="||"|"}
add the (pattern="MMM dd, HH:mm")
same for the bomcine.com ini
or
here are they are fixed(ini only,no channel lists)
channel list are in ini.pack
files removed in above post.
Perfect, thank you
i test squirrel tv pack and stop date not is't correct. in https://squirreltv.es/php/getSchedule.php show start date and duration, it's possible calculate stop date.
i test squirrel tv pack and stop date not is't correct. in https://squirreltv.es/php/getSchedule.php show start date and duration, it's possible calculate stop date.
no,it causes problems.
example(all times are in my local time UTC-0400)
Cosas Insignificantes
id="showDate" value="Jan 09, 02:58"
id="showDuration" value="98"
02:58 + 98 min = 04:36
next show..
TORREMOLINOS 73
id="showDate" value="Jan 09, 04:25"
webgrab check to make sure the schedule makes sense,the next show cannot start before the previous one ends.
it will correct the first show stop time to 04:25
not using the duration webgrab will use the next show start time..
Cosas Insignificantes
start 02:58
stop 04:25
and no errors in log file.
With file in Downloaded en this topic, works fine. But with original file in xml channels not works.
yes.mat8861 does the updates in the ini.pack
i sent it to him,it will get updated when he gets to it.
Master Blackbear199 is this normal in the log?
String 'Jan 10, 00:59' was not recognized as a valid DateTime.
[Warning ] timepattern MMM dd, HH:mm doesnot fit to
[Warning ] time scrubbed Jan 10, 00:59
[Warning ]
String 'Jan 10, 02:35' was not recognized as a valid DateTime.
[Warning ] timepattern MMM dd, HH:mm doesnot fit to
[Warning ] time scrubbed Jan 10, 02:35
[Warning ]
String 'Jan 10, 02:35' was not recognized as a valid DateTime.
[Warning ] timepattern MMM dd, HH:mm doesnot fit to
[Warning ] time scrubbed Jan 10, 02:35
wg version?
version V5.1.0.0 -- build 2
update to V5.3
its always good to update now and then.
your error was caused by a bug fixed in...
Version 5.1.4.5 evaluation
upgrade : to .NET 8.0
improved : datetime pattern parsing , now uses either the site CultureInfo or the invariant <==== your error bug fix
fix : one more bug in if / else / loop
Yes worked great mate thanks :)