NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 22 23 24 25 26 … 56 Next »
CDK Scheduler Examples

 
  • 0 Vote(s) - 0 Average
CDK Scheduler Examples
jrockintuitive
Offline

Senior Member

Posts: 292
Threads: 19
Joined: Dec 2004
#11
2005-02-21, 12:56 PM
[b Wrote:Quote[/b] ]Die angegebene Umwandlung ist ungültig.
Can you translate that to english for me.

I'm testing a new version of the scheduler now. I will take a look out how dates are stored in different operating systems.

I have made some significant changes to the code... but not the logic (when the scheduler works it works perfectly).

The changes I made should solve a lot of people problems.

I hope to have it out in the next few days.
mz-system
Offline

Member

Posts: 56
Threads: 14
Joined: Dec 2004
#12
2005-02-21, 01:17 PM
ok, here the translation:

[b Wrote:Quote[/b] ]
Die angegebene Umwandlung ist ungültig.
means
[b Wrote:Quote[/b] ]
the specified conversion/compilation is invalid.
i´m using windows2003 server (standard, german).
mz-system
Offline

Member

Posts: 56
Threads: 14
Joined: Dec 2004
#13
2005-02-21, 01:25 PM
ok, here the translation:

[b Wrote:Quote[/b] ]
Die angegebene Umwandlung ist ungültig.
means
[b Wrote:Quote[/b] ]
the specified conversion/compilation is invalid.
i´m using windows2003 server (standard, german).

output of "echo %date%:
21.02.2005

output of "echo %time%:
14:16:30,23

export of table "Programme" from gbpvr.mdb:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
oid 7430
name Enterprise
sub_title
description Countdown.....
start_time 27.02.2005 03:45:00
end_time 27.02.2005 04:35:00
channel_oid 22
unique_identifier
[/QUOTE]



jrockintuitive
Offline

Senior Member

Posts: 292
Threads: 19
Joined: Dec 2004
#14
2005-02-21, 02:42 PM
Thanks... when I get home I'll look at it.

I'm pretty certain it's a date thing.
mz-system
Offline

Member

Posts: 56
Threads: 14
Joined: Dec 2004
#15
2005-02-21, 02:52 PM
great, i´m waiting for the next release .... :-))
mrfreelines
Offline

Member

Posts: 51
Threads: 2
Joined: Feb 2005
#16
2005-02-23, 01:13 AM
keep it bloody simple dudes
&quot;Last night ye fear knocked on yer door, faith answered and no mate was there for ye&quot;
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#17
2005-03-14, 04:28 PM
Setting up a Keyword Search Recording:

Episode Title Search
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<Recording type="Season" priority="1">
<Search>
<Title>
<TextSearch>Jessica Simpson</TextSearch>
</Title>
</Search>
</Recording>
[/QUOTE]

SubTitle Search:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<Recording type="Season" priority="1">
<Search>
<SubTitle>
<TextSearch>Best of Both Worlds</TextSearch>
<SubTitle>
</Search>
</Recording>
[/QUOTE]

Guide Description:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<Recording type="Season" priority="1">
<Search>
<GuideDescription>
<TextSearch>Bruce Willis</TextSearch>
<TextSearch>Samuel L Jackson</TextSearch>
<GuideDescription>
</Search>
</Recording>
[/QUOTE]

Combination Search:
Guide Description:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
<Recording type="Season" priority="1">
<Search>
<Title>
<TextSearch>Die Hard</TextSearch>
</Title>
<GuideDescription>
<TextSearch>Bruce Willis</TextSearch>
<GuideDescription>
</Search>
</Recording>
[/QUOTE]

Like all other recordings you can add Channel restriction, Time Retrictions, Duplicate recording restrictions, etc. The only item that you should not include is the ProgramName element. You either use the Search or the ProgramName not both at the same time.



gwyden
Offline

Junior Member

Posts: 39
Threads: 5
Joined: Mar 2005
#18
2005-03-15, 01:30 AM
Here is an example of my PriorityRecordings.xml This is working with everything being updated yesterday. I assume you can remove all the recording sections and just leave the skeleton and it should work. give this a try first and you can modify it as you see fit.
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

<?xml version="1.0" encoding="UTF-8"?>
<GBPVR d1p1:noNamespaceSchemaLocation="C:\Program Files\devnz\gbpvr\PriorityRecordings.xsd" xmlns:d1p1="http://www.w3.org/2001/XMLSchema-instance">
<Configuration>
<MissingRecordingPriority>0</MissingRecordingPriority>
<Conflicts>Delete</Conflicts>
<DuplicatesAllowed>Yes</DuplicatesAllowed>
</Configuration>
<Recording priority="1">
<Channel>5</Channel>
<Search>
<Title>
<TextSearch>Special Victim</TextSearch>
</Title>
</Search>
<Quality>Medium</Quality>
<CaptureSource>1</CaptureSource>
<LimitDays>
<DaysOfWeek>Tuesday</DaysOfWeek>
</LimitDays>
</Recording>
<Recording priority="2">
<Channel>8</Channel>
<Search>
<Title>
<TextSearch>Home Edition</TextSearch>
</Title>
</Search>
<Quality>Medium</Quality>
<CaptureSource>1</CaptureSource>
</Recording>
<Recording priority="3">
<Channel>5</Channel>
<Search>
<Title>
<TextSearch>Trial by Jury</TextSearch>
</Title>
</Search>
<Quality>Medium</Quality>
<CaptureSource>1</CaptureSource>
<LimitDays>
<DaysOfWeek>Friday</DaysOfWeek>
</LimitDays>
</Recording>
<Recording priority="4">
<Channel>5</Channel>
<Search>
<Title>
<TextSearch>Criminal Intent</TextSearch>
</Title>
</Search>
<Quality>Medium</Quality>
<CaptureSource>1</CaptureSource>
<LimitDays>
<DaysOfWeek>Sunday</DaysOfWeek>
</LimitDays>
</Recording>
<Recording priority="5">
<Channel>5</Channel>
<ProgramName>Medium</ProgramName>
<Quality>Medium</Quality>
<CaptureSource>1</CaptureSource>
<LimitDays>
<DaysOfWeek>Monday</DaysOfWeek>
</LimitDays>
<Padding>
<PrePadding>2</PrePadding>
<PostPadding>2</PostPadding>
</Padding>
</Recording>
<Recording priority="6">
<Channel>25</Channel>
<ProgramName>X-Men</ProgramName>
<Quality>Medium</Quality>
<CaptureSource>1</CaptureSource>
<Duplicates>
<Recorded>No</Recorded>
<Scheduled>No</Scheduled>
</Duplicates>
<LimitDays>
<DaysOfWeek>Saturday</DaysOfWeek>
</LimitDays>
<ScheduleTime>
<Start time="10:30" />
<End time="11:00" />
</ScheduleTime>
<Padding>
<PrePadding>1</PrePadding>
<PostPadding>2</PostPadding>
</Padding>
</Recording>
</GBPVR>
[/QUOTE]
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#19
2007-04-10, 02:30 AM
Jeff Wrote:I'd love to add support to the video archive plug-in but the idea of writting it all from scratch is daunting. Jeff
Here's an old thread .... I love the idea of CDKScheduler, but find the Manual Setup is a bit daunting for me. Sub says he'll add this functionality to a future release. It's even become a "hot" Wishlist item :-)

In the meantime though, did adding it to VideoArchive ever get off the ground?

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,793
Threads: 769
Joined: Nov 2003
#20
2007-04-10, 02:37 AM
jksmurf Wrote:Here's an old thread .... I love the idea of CDKScheduler, but find the Manual Setup is a bit daunting for me. Sub says he'll add this functionality to a future release.
Just to be clear, I was only talking about the "Record ALL showings of a TV show on ANY channel" part of the request. I dont know what else CDKScheduler does, but I'm guessing more than just that.

Quote:It's even become a "hot" Wishlist item :-)
Are you aware that I already implemented priority control on the 'reoccurring' list of the Recordings screen?
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  EPG Scheduler MixMan 16 9,004 2009-07-22, 03:09 PM
Last Post: zehd
  CDK Scheduler Instructions for v98 or above KingArgyle 0 895 2007-01-21, 03:26 PM
Last Post: KingArgyle
  CDK Scheduler 1.0.1 Service Pack 1 Released KingArgyle 5 2,747 2006-11-25, 08:12 PM
Last Post: KingArgyle
  CDK Scheduler Wiki Updated KingArgyle 0 1,241 2005-10-05, 02:54 PM
Last Post: KingArgyle
  CDK Scheduler Update KingArgyle 0 1,457 2005-09-23, 04:31 AM
Last Post: KingArgyle
  CDK Scheduler (External Recordings Manager) KingArgyle 7 3,430 2005-02-14, 12:59 AM
Last Post: KingArgyle

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode