NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 45 46 47 48 49 … 56 Next »
RecInfo - Email reporting of recording results

 
  • 0 Vote(s) - 0 Average
RecInfo - Email reporting of recording results
jimh
Offline

Member

Posts: 77
Threads: 9
Joined: Jan 2005
#11
2005-04-05, 10:59 AM (This post was last modified: 2005-04-05, 03:21 PM by jimh.)
Simon:

Thank you for the debug info - I believe I have identified the problem and corrected it. I think the problem was specific to non-AUTH smtp email servers (my server is AUTH).

I'll try to post a revised version of RecInfo later today or tomorrow.

- Jim

simon Wrote:Hi Jim,

Thanks for the quick reply. I've had debug=1 set since I installed recinfo, so the debug file contains a few email bodies which show that recinfo is being called and is generating the email correctly. It doesn't show why the email isn't sent, so I've grabbed the output from a test I did at a command prompt, which may be more useful. I've also attached the relevant part of my cfg file.

So far I have tried two different servers, both with or without an smtp password. I get the same error every time. I've also tried removing the <> around the EmailFrom and EmailSendto in the cfg file.

Thanks for any help you can give,

Simon

Code:
#BEGIN [D:\ER\ER_20050404_22002305.mpg]#
"ER" was successfully recorded.
(Middleman: Drama series set in the busy emergency room of Chicago's County General hospital. Pratt gets dumped for being immature. Susan tries to get money into the hospital. Jake juggles his shifts around to get closer to Abby.).

This was broadcast on Channel 4 (from Nova),
and ran from Apr. 04, 2005 at 22:00:00 to Apr. 04, 2005 at 23:05:00.

Actual recording started at Apr. 04, 2005 at 21:58.00 (2 minutes prepadding was specified),
and ended at Apr. 04, 2005 at 23:10.00 (5 minutes postpadding was specified).
Recording appears to be complete.

The recording, which is UNKNOWN long,
is stored in D:\ER\ER_20050404_22002305.mpg and is -2008 MB in size.

5 commericial breaks were marked by comskip.
Total time for these 5 commercials: 11 minutes and 42 seconds.
Estimated viewing time without commercials: UNKNOWN.

(Drive D: currently has 29,678,153,728 bytes free.)
#END   [D:\ER\ER_20050404_22002305.mpg]#

Code:
C:\Program Files\devnz\gbpvr>recinfo "D:\T4OC\T4OC_20050403_14351540.mpg"
QUERY: select * from RECORDING_SCHEDULE where filename='D:\T4OC\T4OC_20050403_14
351540.mpg'
QUERY: select * from CHANNEL where oid=4
QUERY: select * from CAPTURE_SOURCE where oid=1
QUERY: select * from PROGRAMME where oid=1544
0: 2053 -> 4703  -- 115.217391304348
1: 26065 -> 31555  -- 353.913043478261
2: 43680 -> 49029  -- 586.478260869565
3: 68152 -> 71680  -- 739.869565217391
<br>TX  ehlo demoP Ready -- Server ESMTP (MTA)
<br>TX  AUTH LOGIN PLAIN9F761D451D69DCB061E13E
<br>334 VXNlcm5hbWU6
<br>TX  c2ltb25yeWxleQ==
<br>334 UGFzc3dvcmQ6
<br>TX  b3JhbmdlbmV0
<br>235 2.7.0 LOGIN authentication successful.
<br>250 2.5.0 Address Ok.
<br>RESULT: 550 5.1.1 unknown or illegal alias: s************
<br>554 5.5.0 No recipients have been specified.
<br>
C:\Program Files\devnz\gbpvr>

Code:
#  UNCOMMENT (remove the leading # from) THESE CONFIGURATION PARAMETERS TO OVERRIDE DEFAULT VALUES IF NECESSARY
debug=1                                         # DEFAULT=0, debug mode is OFF
TV_Format=PAL                                   # CHOOSE NTSC or PAL
#GBPVR_Dir = c:\program files\devnz\gbpvr       # DEFAULT: GBPVR installation directory specified in Windows registry
#MediaInfo=mediainfo.exe                        # DEFAULT: mediainfo.exe (in local directory)
ShowComplete_Leeway=5                           # DEFAULT=0; Allowed number of seconds that recording can start late
                                                #            or end early without prompting an ALERT
#
#
# IN ORDER FOR EMAIL TO BE SENT, ALL OF THE FOLLOWING MUST BE ACCURATELY PROVIDED.
#  NOTE: IF YOUR SMTP SERVER REQUIRES AUTHENTICATION, YOU MUST SPECIFY SMTP_PASSWORD
SMTP_Server=smtp.orange.net    
SMTP_User =s***********
SMTP_Password =**********

EmailFrom=GBPVR@Recording.Server
EmailSendto=s*************
EmailSubject=Recording Results for "$$ShowName$$"

# THESE FLAGS INDICATE WHAT OPERATIONS RecInfo.exe SHOULD PERFORM
GetMediaInfo=1         # 1 = Use MediaInfo.exe tool to process and report video-related information
SendEmail=1            # 1 = Send email reporting results of the recording
LogFile=c:\RecInfo.log            # Logfile where body of email messages will be appended
simon
Offline

Member

Posts: 67
Threads: 12
Joined: Jan 2005
#12
2005-04-14, 08:20 AM
Jim,

Any update on when the new version will be available?

Simon
Simon, UK.

PVR 150, 80Gb and 250Gb SATA, UK Sky box as source.
jimh
Offline

Member

Posts: 77
Threads: 9
Joined: Jan 2005
#13
2005-04-14, 01:11 PM
Sorry for the delay - it's tax time in the U.S., which means many of us are up to our necks in papers, deadlines and tax bills.

Anyway, thanks for the reminder regarding RecInfo - I've just uploaded the newest version here: RecInfo-096beta.zip

The only change from the previous version is an improvement to the way RecInfo sends email via non-AUTH SMTP servers (thanks again Simon).

Please let me know of any successes or failures with the new email routines.

PLEASE NOTE: Current users should only extract the RecInfo.exe file - do not overwrite your RecInfo.cfg file or you will have to edit it to your specifications all over again!

- Jim
simon
Offline

Member

Posts: 67
Threads: 12
Joined: Jan 2005
#14
2005-04-21, 01:42 PM
Jim,

It all works really well now.

Thanks,

Simon
Simon, UK.

PVR 150, 80Gb and 250Gb SATA, UK Sky box as source.
lif
Offline

Member

Posts: 155
Threads: 76
Joined: Dec 2004
#15
2005-09-05, 09:55 PM
Seems like it won't work with UNC pathnames. For example, I have set GBPVR recording dir to \\192.168.0.102\d$\TV and RecInfo couldn't understand it. I'm using UNCs as I have networked setup of GBPVR :-)
lif
Offline

Member

Posts: 155
Threads: 76
Joined: Dec 2004
#16
2005-09-06, 08:30 PM
Please update your application and "borrow" some code from http://forum.gbpvr.com/forums/attachment...mentid=945 Disklimit app to support UNC paths.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Windows Desktop/Sidebar Gadget with Recording Schedule cncb 0 1,812 2011-09-29, 12:49 PM
Last Post: cncb
  Auto restart recording service utility gEd 79 28,726 2010-01-13, 05:16 PM
Last Post: liteswap
  HVR 1300 Recording Quality Improvement garymeds 4 2,214 2008-07-02, 11:24 PM
Last Post: bunegg
  Email reader added to the Ten Foot Browser and utilities Andy Henderson 0 1,219 2007-02-28, 12:22 AM
Last Post: Andy Henderson
  Easy zip logs for reporting GB-PVR errors Mister Slimm 0 1,279 2006-08-07, 02:00 AM
Last Post: Mister Slimm
  Shutdown computer when current recording session completes Mister Slimm 3 1,798 2005-11-26, 05:14 PM
Last Post: Mister Slimm
  Restart Recording Service Plugin pbb 3 1,829 2005-11-22, 04:14 AM
Last Post: pbb
  Check Email plugin updated paul_austen 3 2,553 2005-07-07, 07:12 PM
Last Post: Remco
  Email Plugin Skin updates. reboot 0 1,254 2005-04-15, 04:42 PM
Last Post: reboot
  Using RecStaus.exe to hibernate after a recording Darx-starz 0 1,338 2005-04-02, 06:07 PM
Last Post: Darx-starz

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

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

Linear Mode
Threaded Mode