2015-01-07, 11:52 PM
dumbest Wrote:I have no luck with daily recording using advanced rules.
The pending recordings created will be later and later each day.
time(start_time,'localtime') > time('20:30:00') AND time(start_time,'localtime') < time('23:00:00')
Try this instead
Code:
time(start_time,'localtime') BETWEEN time('20:30:00') AND time('23:00:00')
BETWEEN is an actual SQL clause designed for that while the > and < are math operators. Under most SQL implementation, they should work since time is stored as a serialized number but I am not that familiar with SQLite yet
Chris
Server - Intel Core I3-3210 @ 3.40GHz - 8 GB RAM - Windows 10.0 Pro - Total Storage - 5.4 TB
Two Silicondust HD Prime CC capture, 6 tuners total
Client - Intel Core I3-3210 @3.2GHz - 4GB Ram - Windows 7.0 Pro
Client - Intel Core I3-3210 @2.9GHz - 4GB Ram - Windows 10.0 Pro
NAS - Intel Core I3-3220T @ 2.8GHz - 4GB RAM - Windows 10.0 Pro (Total Storage - 25 TB)
Two Silicondust HD Prime CC capture, 6 tuners total
Client - Intel Core I3-3210 @3.2GHz - 4GB Ram - Windows 7.0 Pro
Client - Intel Core I3-3210 @2.9GHz - 4GB Ram - Windows 10.0 Pro
NAS - Intel Core I3-3220T @ 2.8GHz - 4GB RAM - Windows 10.0 Pro (Total Storage - 25 TB)