[RDD] creating extra fields to set additional options on the web interface for Rivendell

2011-12-21 Thread Patrick Schmalstig / WRRJ Radio
Hello. I'm trying to redo the web interface html pages so that, for example, on the addcut.html page, the person using that page, besides the username, password, and cart number, also has the options of selecting the days of the week in which to or not to play the cut via checkboxes, and

Re: [RDD] creating extra fields to set additional options on the web interface for Rivendell

2011-12-21 Thread Fred Gleason
On Dec 21, 2011, at 13:27 57, Patrick Schmalstig / WRRJ Radio wrote: Is it possible to restrict user1 from doing anything with cut 002 belonging to user2, and vice versa restricting user2 from doing anything with cut 001? No. You will need to configure separate groups for this. Cheers!

Re: [RDD] creating extra fields to set additional options on the web interface for Rivendell

2011-12-21 Thread Patrick Schmalstig / WRRJ Radio
I do not have a page to edit a cut... only a page to edit a cart. What you'll need to do is create the cut using AddCut and then modify the dayparting using EditCut. See the web services API documentation in 'docs/web_api.odt' for the specifics. Cheers!

Re: [RDD] creating extra fields to set additional options on the web interface for Rivendell

2011-12-21 Thread Jorge Soto
You would have to edit the cut in RDLibrary itself. You go to RDLIBRARY, highlight your cart#, hit edit and you can either ADD, DELET, cuts in the cart, or edit them according to your needs. From: Wayne Merricks waynemerri...@thevoiceasia.com To: User

Re: [RDD] creating extra fields to set additional options on the web interface for Rivendell

2011-12-21 Thread Patrick Schmalstig / WRRJ Radio
Alright I looked at the web_api.odt file and I set up a editcut.html page. Things work except the start_datetime and the end_datetime fields. It only allows GMT values, and when Rivendell tries to convert the times into EST (which is what I use) sometimes it doesn't do it correctly. Example, if

Re: [RDD] creating extra fields to set additional options on the web interface for Rivendell

2011-12-21 Thread Patrick Schmalstig / WRRJ Radio
sorry it's supposed to be start Dec 1 2011 23:10:06 and end Dec 2 2011 00:10:06. Miscalculated On Wed, Dec 21, 2011 at 3:54 PM, Patrick Schmalstig / WRRJ Radio xana...@gmail.com wrote: Alright I looked at the web_api.odt file and I set up a editcut.html page. Things work except the