Previously Recorded

General talk about ARGUS TV
Post Reply
bjohnson8949
Posts: 3
Joined: Sat Dec 06, 2014 8:21 am

Previously Recorded

Post by bjohnson8949 » Tue Feb 17, 2015 5:03 am

First off Argus-TV is an awesome product and I enjoy using it daily!

When I was first setting up Argus-TV I had issues with reception (Not Argus-TV fault). I have delete recordings that where poor quality but all of my schedules have "Record episodes once" so it won't rerecord ones I have deleted. Is there anyway I delete the previously records for the deleted records?

Thanks in advance

rudig
Posts: 254
Joined: Tue Sep 06, 2011 6:21 pm

Re: Previously Recorded

Post by rudig » Wed Feb 18, 2015 7:46 pm

Hi,

What you'd need to do is program this yourself.
In the rest API, under /control. You can find the function previouslyrecordedhistory.
There you could list which programs have been recorded and with another function remove the one you'd want to have recorded again.

Hope this helps

More on the rest API

http://www.argus-tv.com/wiki/index.php?title=REST_API

Ruspy
Posts: 1
Joined: Sun Apr 28, 2013 10:13 pm

Re: Previously Recorded

Post by Ruspy » Wed Feb 18, 2015 9:14 pm

To the right of the Record Episodes Once tick box is there not a History button?
click that then you can delete all the history or select the episodes you want and delete them only

bjohnson8949
Posts: 3
Joined: Sat Dec 06, 2014 8:21 am

Re: Previously Recorded

Post by bjohnson8949 » Thu Feb 19, 2015 4:36 am

I feel like I missing something simple but I can't get this to work for life of me


Proxies.Initialize(new ServerSettings()
{
Transport = ServiceTransport.Http,
Port = ServerSettings.DefaultHttpPort,
ServerName = "MyServer"
});

I have tried with host name and IP made no difference.

I get the exact same error as this viewtopic.php?f=49&t=5117 however my backend database is MS SQL not MySql....

Links like http://MyServer:49943/ArgusTV/Control/help work but I can't get something simple like http://MyServer:49943/ArgusTV/Control/R ... gDisksInfo to return any data I get a 500 error... Also apps like the notifier and all work and are able to connect to the service.

bjohnson8949
Posts: 3
Joined: Sat Dec 06, 2014 8:21 am

Re: Previously Recorded

Post by bjohnson8949 » Sun Feb 22, 2015 11:27 pm

Ruspy you was right about the history being there I had no idea I always use web app to schedule things....

However from that I was able to find what sql tables where being used and do the clean up from that by comparing previous recording records to records keep.

Its not ideal by any means and highly unsupported (Reason I am not posting the SQL) but It was able to work for me

Thanks for everyones help

EDIT: I was able to finally connect to API I had to remove package from NuGet and add it back something must have went wrong in original pull of the library but its all working now.

Post Reply

Who is online

Users browsing this forum: No registered users and 28 guests