ARGUS TimeForTV Importer

Discuss XMLTV grabbers or get help with XMLTV grabbing here
User avatar
dlarge500
Posts: 136
Joined: Wed Mar 03, 2010 10:51 am
Location: Germany (NRW)

Re: ARGUS TimeForTV Importer

Post by dlarge500 » Wed Feb 27, 2013 10:11 am

I have a question about the use of this tool. I have installed this Importer and I have to enter my token and update my scan.

In Argus under the channel list I can now see more channels with a different name.For Example

RTL Television DE or
Sky Hits DE

why the additional channels are added? Must delete all Channels from the Channel Groups und Argus Scheduler and replace with these new Named Channels?

cheers dlarge500
MayaHD...a light skin for Mediaportal
Titan...a professional skin for Mediaportal
Mustayaluca...a professional skin for Mediaportal

User avatar
Kay Diefenthal
Posts: 226
Joined: Fri Nov 16, 2012 10:40 am
Location: Wachtberg, NRW, Germany
Contact:

Re: ARGUS TimeForTV Importer

Post by Kay Diefenthal » Wed Feb 27, 2013 6:14 pm

RTL DE and so are Names from the xml file
Argus Import this GuideChannels and here are the difference between Channel and GuideChannel

Channel/ Service is from the Tuner
GuideChannel from Electronic Program Guide

konradwalsh
Posts: 5
Joined: Mon Feb 18, 2013 11:39 pm

Re: ARGUS TimeForTV Importer

Post by konradwalsh » Thu Mar 07, 2013 12:43 pm

anyone else get this issue -

Code: Select all

Download Error: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\admin\AppData\Local\Temp\TimeForTV 07\03\2013.xml'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
   at ArgusTimeFor.TV.DownloadClass.myDownloadFunction()
   at ArgusTimeFor.TV.Form1.buttonRun_Click(Object sender, EventArgs e)
Please Check Your Token Or Internet Connection
Last edited by konradwalsh on Thu Mar 07, 2013 5:13 pm, edited 1 time in total.

User avatar
tompa
Posts: 594
Joined: Tue May 05, 2009 11:18 pm
Location: Sweden

Re: ARGUS TimeForTV Importer

Post by tompa » Thu Mar 07, 2013 1:10 pm

Hi!

Don´t think so ...where do you get this message?

/tompa

konradwalsh
Posts: 5
Joined: Mon Feb 18, 2013 11:39 pm

Re: ARGUS TimeForTV Importer

Post by konradwalsh » Thu Mar 07, 2013 1:57 pm

I get it in the status window

I enter my personal token
I click Update Task
then I click Run

then that outputs to screen inside the status window

Code: Select all

64bit OS
Downloading XMLTV File
Download Error: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\admin\AppData\Local\Temp\TimeForTV 07\03\2013.xml'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
   at ArgusTimeFor.TV.DownloadClass.myDownloadFunction()
   at ArgusTimeFor.TV.Form1.buttonRun_Click(Object sender, EventArgs e)
Please Check Your Token Or Internet Connection

konradwalsh
Posts: 5
Joined: Mon Feb 18, 2013 11:39 pm

Re: ARGUS TimeForTV Importer

Post by konradwalsh » Thu Mar 07, 2013 3:03 pm

I should add the following

I have windows server essentials 2012 installed
.net versions 3-4.5 fully installed
I have run the app with admin rights
I have tried with Firewall on and Off
I change app compatabilty to Win7 as a test

It seems to me the issue is with the name of the file.. can the XML file have backslashes in it? - Temp\TimeForTV 07\03\2013.xml

Either way, I cant edit this so cant test.. However, I just started writing my own app instead to take care of this whilst wait on a solution.
thanks for your help

providers
Posts: 132
Joined: Sat Jan 24, 2009 5:21 pm

Re: ARGUS TimeForTV Importer

Post by providers » Thu Mar 07, 2013 8:39 pm

Hi

Something goes wrong when it creates the file.
The filename your windows create is:
"TimeForTV 07\03\2013.xml"

Correct file path, should look like this
"TimeForTV 07-03-2013.xml"


Could you post your log file?

providers
Posts: 132
Joined: Sat Jan 24, 2009 5:21 pm

Re: ARGUS TimeForTV Importer

Post by providers » Thu Mar 07, 2013 9:49 pm

Ok, here is a test version
Please try it out, I have changed the way date is handled.

Download it, and replace the exe in
C:\Program Files\ARGUS TimeForTV Importer

btw, this version also have some new "serie optimize" features...
It will only look up series with english title
Use it on your own risk
Attachments
Test.rar
(53.81 KiB) Downloaded 1105 times

konradwalsh
Posts: 5
Joined: Mon Feb 18, 2013 11:39 pm

Re: ARGUS TimeForTV Importer

Post by konradwalsh » Fri Mar 08, 2013 10:56 am

Hey

ya that fixes one issue and allows the epg to download.. however optimise epg freezes the app.


also clicking test causes this - needs some error handling I guess

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not find file 'C:\Users\admin\AppData\Local\Temp\TimeForTV 2013-3-8.xml'.
File name: 'C:\Users\admin\AppData\Local\Temp\TimeForTV 2013-3-8.xml'
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
   at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
   at System.IO.StreamReader..ctor(String path, Encoding encoding)
   at ArgusTimeFor.TV.SeriesClass.GetSeriesFunction()
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
thanks

providers
Posts: 132
Joined: Sat Jan 24, 2009 5:21 pm

Re: ARGUS TimeForTV Importer

Post by providers » Fri Mar 08, 2013 1:49 pm

Forgot to tell,
DONT USE THE TEST BUTTON :)

Does the program work, if you only press run without optimizing?
If it does, then you can try the optimize serie function.

This is time consuming and the app will look like its frozen.
I can tell you that it takes about 2 hours for my file to lookup 7000 series.
So depending on how many series there is in you xml file it will take a longe time.

Post Reply

Who is online

Users browsing this forum: No registered users and 12 guests