ARGUS TimeForTV Importer
Re: ARGUS TimeForTV Importer
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
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
Titan...a professional skin for Mediaportal
Mustayaluca...a professional skin for Mediaportal
- Kay Diefenthal
- Posts: 226
- Joined: Fri Nov 16, 2012 10:40 am
- Location: Wachtberg, NRW, Germany
- Contact:
Re: ARGUS TimeForTV Importer
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
Argus Import this GuideChannels and here are the difference between Channel and GuideChannel
Channel/ Service is from the Tuner
GuideChannel from Electronic Program Guide
-
- Posts: 5
- Joined: Mon Feb 18, 2013 11:39 pm
Re: ARGUS TimeForTV Importer
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.
Re: ARGUS TimeForTV Importer
Hi!
Don´t think so ...where do you get this message?
/tompa
Don´t think so ...where do you get this message?
/tompa
-
- Posts: 5
- Joined: Mon Feb 18, 2013 11:39 pm
Re: ARGUS TimeForTV Importer
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
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
-
- Posts: 5
- Joined: Mon Feb 18, 2013 11:39 pm
Re: ARGUS TimeForTV Importer
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
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
Re: ARGUS TimeForTV Importer
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?
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?
Re: ARGUS TimeForTV Importer
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
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 713 times
-
- Posts: 5
- Joined: Mon Feb 18, 2013 11:39 pm
Re: ARGUS TimeForTV Importer
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
thanks
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)
Re: ARGUS TimeForTV Importer
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.
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.
Who is online
Users browsing this forum: No registered users and 4 guests