SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v9 Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV v9 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 9 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 9 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #41  
Old 03-01-2018, 08:55 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by AlphaCrew View Post
Is it normal for the XML file to be invalid? Most of the shows I'm recording end up with invalid XML files. 3 or 4 works Ok.

Code:
2018-03-01T19:09:34 MCEBuddy.MetaData.VideoMetaData --> Trying to match nPVR/SiliconDust series showname -> Corporate-S01E08-SocietyTomorrow-965211-0
2018-03-01T19:09:34 MCEBuddy.MetaData.VideoMetaData --> Looking for Season/Episode information in text
2018-03-01T19:09:34 MCEBuddy.MetaData.VideoMetaData --> Pattern 1, Found Season/Episode information in text, Season:1, Episode:8
2018-03-01T19:09:34 MCEBuddy.MetaData.VideoMetaData --> Successfully extracted nPVR/SiliconDust series filename metadata
INFORMATION> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Extracting Alt XML Tags
2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Extracting ICETV metadata
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Invalid XML File
2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Extracting SageTV XML metadata
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Invalid XML File
INFORMATION> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Extracting Alt SageTV PROPERTIES Tags
2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Extracting SageTV metadata
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Skipping invalid properties entry -> TagLine=
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Skipping invalid properties entry -> Quotes=
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Skipping invalid properties entry -> Trivia=
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Skipping invalid properties entry -> TrailerUrl=
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Skipping invalid properties entry -> CollectionName=
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Skipping invalid properties entry -> CollectionOverview=
WARNING> 2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Skipping invalid properties entry -> Year=
2018-03-01T19:09:34 MCEBuddy.MetaData.FileExtractMetadata --> Successfully extracted SageTV Tags metadata
2018-03-01T19:09:34 MCEBuddy.MetaData.VideoMetaData --> Video Tags extracted from file/name metadata -> 
Title: Corporate
SubTitle: SocietyTomorrow-965211-0
Description: 
Network: 
Network Affiliate: 
Parental Rating: 
Media Credits: 
Genres: 
Season: 1
Episode: 8
Banner: 
Banner URL: 
IMDB Id: tt7289294
MovieDB Id: 
TVDB Id: 339137
Is Show Movie: False
Is Show Sports: False
OriginalBroadcastDateTime: 2018-02-28T00:00:00
RecordedDateTime: 1899-12-31T19:00:00
SeriesPremiereDate: 1899-12-31T19:00:00
CopyProtected: False
SageTV FileID: 
SageTV MediaFileID:

Yeah there is a problem with the first 2 lines of the XML file ... In the Profile mcebuddy profile I run I delete the first 2 lines prior to reading xml.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE sageShowInfo PUBLIC "-//NIELM//DTD SAGESHOWINFO XML 1.3//EN" "http://sageplugins.sourceforge.net/nielm_modules/sagexmlinfo/sageshowinfo_1_3.dtd">

What mcebuddy profile are you using I can set something up for you.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 03-01-2018 at 08:58 PM.
Reply With Quote
  #42  
Old 03-02-2018, 09:09 AM
AlphaCrew AlphaCrew is offline
Sage Aficionado
 
Join Date: May 2010
Location: Whosevile
Posts: 303
Quote:
Originally Posted by nyplayer View Post
Yeah there is a problem with the first 2 lines of the XML file ... In the Profile mcebuddy profile I run I delete the first 2 lines prior to reading xml.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE sageShowInfo PUBLIC "-//NIELM//DTD SAGESHOWINFO XML 1.3//EN" "http://sageplugins.sourceforge.net/nielm_modules/sagexmlinfo/sageshowinfo_1_3.dtd">

What mcebuddy profile are you using I can set something up for you.
I'm using 3 profiles, TS, MKV and MP4, all unprocessed.

Thank you very much

Quote:
[MKV Unprocessed]
Description=Very fast but limited functionality. Use this profile if you want to copy the original audio and video tracks, remove the commercials and convert the file format to MKV (e.g. WTV to MKV) without any additional processing (deinterlacing, resizing, volume, cropping etc). The original video can be in any format, MPEG1, MPEG2 or MPEG4/H.264, it will be retained unaltered.
order=ffmpeg,copy
copy-ext=.ts
copy-remuxto=.mkv
copy-audiodelay=skip
ffmpeg-general=-threads 0
ffmpeg-video=-ss 3 -vcodec copy -map 0:v -sn
ffmpeg-audio=-acodec copy -map 0:a
ffmpeg-audioac3=-acodec copy -map 0:a
ffmpeg-ext=.mkv
ffmpeg-audiodelay=skip
PreConversionCommercialRemover=true
FixedResolution=true
SkipCropping=true
AutoDeinterlace=false
DisableEncoderReordering=true
PostCustomCommandPath=G:\VideoCaptures\Cleaned Files\MCEBPostProcess.bat
PostCustomCommandParameters="%convertedfile%" %sourcefile% "%destinationpath%" 1080 .%convertedext% "%sourcefilesizemb%" %airmonth% %airday% %airyear% %season%## "%mediafiledbid%" "%airingdbid%" "%workingpath%"
PostCustomCommandHangPeriod=0
PostCustomCommandCritical=false

[TS Unprocessed]
Description=Very fast but limited functionality. Use this to convert to TS format while taking out commercials and keeping original video/audio quality. It does not remove black bars, resize the video, deinterlace or select audio language. The original video can be in any format, MPEG1, MPEG2 or MPEG4/H.264, it will be retained unaltered.
order=copy,ffmpeg
copy-ext=.ts
copy-audiodelay=skip
ffmpeg-general=-threads 0
ffmpeg-video=-vcodec copy -f mpegts -map 0:v -sn
ffmpeg-audio=-acodec copy -map 0:a
ffmpeg-audioac3=-acodec copy -map 0:a
ffmpeg-ext=.ts
ffmpeg-audiodelay=skip
FixedResolution=true
SkipCropping=true
PreConversionCommercialRemover=true
AutoDeinterlace=false
PostCustomCommandPath=G:\VideoCaptures\Cleaned Files\MCEBPostProcess.bat
PostCustomCommandParameters="%convertedfile%" %sourcefile% "%destinationpath%" 1080 .%convertedext% "%sourcefilesizemb%" %airmonth% %airday% %airyear% %season%## "%mediafiledbid%" "%airingdbid%" "%workingpath%"
PostCustomCommandHangPeriod=0
PostCustomCommandCritical=false

[MP4 Unprocessed]
Description=Very fast but limited functionality. Use this profile if the original video has H.264/MPEG video and you want to remove the commercials and convert the file format to MP4 (e.g. WTV to MP4) without any additional processing (deinterlace, resizing, volume, cropping etc). It will copy the original video and audio and put it into a MP4 format unaltered in quality.
order=ffmpeg
ffmpeg-general=-threads 0
ffmpeg-video=-ss 3 -vcodec copy -sn
ffmpeg-audio=-acodec copy
ffmpeg-audioac3=-acodec copy
ffmpeg-ext=.mp4
ffmpeg-audiodelay=skip
PreConversionCommercialRemover=true
FixedResolution=true
SkipCropping=true
AutoDeinterlace=false
PostCustomCommandPath=G:\VideoCaptures\Cleaned Files\MCEBPostProcess.bat
PostCustomCommandParameters="%convertedfile%" %sourcefile% "%destinationpath%" 1080 .%convertedext% "%sourcefilesizemb%" %airmonth% %airday% %airyear% %season%## "%mediafiledbid%" "%airingdbid%" "%workingpath%"
PostCustomCommandHangPeriod=0
PostCustomCommandCritical=false

Last edited by AlphaCrew; 03-02-2018 at 09:11 AM.
Reply With Quote
  #43  
Old 03-07-2018, 11:38 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
There is a problem with the first 2 lines of the XML that causes MCEBUDDY not be able to parse it... so I added a post script to delete the first 2 lines.

I have attached batch-files and scripts also a sample of a MCEBUDDY profile.


Sample Profile

Code:
[SageTS Unprocessed]
Description=Very fast but limited functionality. Use this to convert to TS format while taking out commercials and keeping original video/audio quality. It does not remove black bars, resize the video, deinterlace or select audio language. The original video can be in any format, MPEG1, MPEG2 or MPEG4/H.264, it will be retained unaltered.
PreMetaCustomCommandPath=C:\SageBatch\CheckXML.bat
PreMetaCustomCommandParameters="""%sourcefile%"""
PreMetaCustomCommandHangPeriod=600
PreMetaCustomCommandCritical=true
PreMetaCustomCommandUISession=false
PreMetaCustomCommandShowWindow=false
PreMetaCustomCommandExitCodeCheck=true
order=copy,ffmpeg
copy-ext=.ts
copy-audiodelay=skip
ffmpeg-general=-threads 0
ffmpeg-video=-vcodec copy -f mpegts -map 0:v -sn
ffmpeg-audio=-acodec copy -map 0:a
ffmpeg-audioac3=-acodec copy -map 0:a
ffmpeg-ext=.ts
ffmpeg-audiodelay=skip
FixedResolution=true
SkipCropping=true
PreConversionCommercialRemover=true
AutoDeinterlace=false
PostCustomCommandPath=C:\SageBatch\SetWatched.bat
PostCustomCommandParameters="""%sourcefile%""" """%convertedfile%""" %mediafiledbid%
PostCustomCommandHangPeriod=300
PostCustomCommandCritical=true
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false
Attached Files
File Type: zip SageBatch.zip (389.8 KB, 168 views)
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 03-07-2018 at 11:41 AM.
Reply With Quote
  #44  
Old 03-07-2018, 01:37 PM
AlphaCrew AlphaCrew is offline
Sage Aficionado
 
Join Date: May 2010
Location: Whosevile
Posts: 303
Will try it tonight. Thanks
Reply With Quote
  #45  
Old 03-07-2018, 01:51 PM
texasex1998 texasex1998 is offline
Sage User
 
Join Date: May 2016
Posts: 26
Quote:
Originally Posted by nyplayer View Post
There is a problem with the first 2 lines of the XML that causes MCEBUDDY not be able to parse it... so I added a post script to delete the first 2 lines.

I have attached batch-files and scripts also a sample of a MCEBUDDY profile.


Sample Profile

Code:
[SageTS Unprocessed]
Description=Very fast but limited functionality. Use this to convert to TS format while taking out commercials and keeping original video/audio quality. It does not remove black bars, resize the video, deinterlace or select audio language. The original video can be in any format, MPEG1, MPEG2 or MPEG4/H.264, it will be retained unaltered.
PreMetaCustomCommandPath=C:\SageBatch\CheckXML.bat
PreMetaCustomCommandParameters="""%sourcefile%"""
PreMetaCustomCommandHangPeriod=600
PreMetaCustomCommandCritical=true
PreMetaCustomCommandUISession=false
PreMetaCustomCommandShowWindow=false
PreMetaCustomCommandExitCodeCheck=true
order=copy,ffmpeg
copy-ext=.ts
copy-audiodelay=skip
ffmpeg-general=-threads 0
ffmpeg-video=-vcodec copy -f mpegts -map 0:v -sn
ffmpeg-audio=-acodec copy -map 0:a
ffmpeg-audioac3=-acodec copy -map 0:a
ffmpeg-ext=.ts
ffmpeg-audiodelay=skip
FixedResolution=true
SkipCropping=true
PreConversionCommercialRemover=true
AutoDeinterlace=false
PostCustomCommandPath=C:\SageBatch\SetWatched.bat
PostCustomCommandParameters="""%sourcefile%""" """%convertedfile%""" %mediafiledbid%
PostCustomCommandHangPeriod=300
PostCustomCommandCritical=true
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false
this was for both AlphaCrew and my issues correct?
Reply With Quote
  #46  
Old 03-09-2018, 06:14 AM
AlphaCrew AlphaCrew is offline
Sage Aficionado
 
Join Date: May 2010
Location: Whosevile
Posts: 303
Quote:
Originally Posted by nyplayer View Post
There is a problem with the first 2 lines of the XML that causes MCEBUDDY not be able to parse it... so I added a post script to delete the first 2 lines.

I have attached batch-files and scripts also a sample of a MCEBUDDY profile.


Sample Profile

Code:
[SageTS Unprocessed]
Description=Very fast but limited functionality. Use this to convert to TS format while taking out commercials and keeping original video/audio quality. It does not remove black bars, resize the video, deinterlace or select audio language. The original video can be in any format, MPEG1, MPEG2 or MPEG4/H.264, it will be retained unaltered.
PreMetaCustomCommandPath=C:\SageBatch\CheckXML.bat
PreMetaCustomCommandParameters="""%sourcefile%"""
PreMetaCustomCommandHangPeriod=600
PreMetaCustomCommandCritical=true
PreMetaCustomCommandUISession=false
PreMetaCustomCommandShowWindow=false
PreMetaCustomCommandExitCodeCheck=true
order=copy,ffmpeg
copy-ext=.ts
copy-audiodelay=skip
ffmpeg-general=-threads 0
ffmpeg-video=-vcodec copy -f mpegts -map 0:v -sn
ffmpeg-audio=-acodec copy -map 0:a
ffmpeg-audioac3=-acodec copy -map 0:a
ffmpeg-ext=.ts
ffmpeg-audiodelay=skip
FixedResolution=true
SkipCropping=true
PreConversionCommercialRemover=true
AutoDeinterlace=false
PostCustomCommandPath=C:\SageBatch\SetWatched.bat
PostCustomCommandParameters="""%sourcefile%""" """%convertedfile%""" %mediafiledbid%
PostCustomCommandHangPeriod=300
PostCustomCommandCritical=true
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false
Thank You @nyplayer, your fix is working perfectly!
Reply With Quote
  #47  
Old 03-09-2018, 09:18 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by texasex1998 View Post
this was for both AlphaCrew and my issues correct?
yes
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #48  
Old 03-09-2018, 09:18 AM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by AlphaCrew View Post
Thank You @nyplayer, your fix is working perfectly!
You are welcomed.
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.
Reply With Quote
  #49  
Old 03-10-2018, 08:54 AM
texasex1998 texasex1998 is offline
Sage User
 
Join Date: May 2016
Posts: 26
seems to be working here perfectly as well, thank you again so much.
Reply With Quote
  #50  
Old 09-27-2020, 11:03 PM
nettech_gt nettech_gt is offline
Sage Advanced User
 
Join Date: Jun 2007
Posts: 218
Quote:
Originally Posted by nyplayer View Post
You can do that with MCEBUDDY set them as watched ... I worked with MCEBUDDY ... to extract the SageTV MediaFileID so that you can archive set them as watched etc.. I just had to set SageTV to create an XML file for each recording.

You need to set this property to create an XML file.

load_at_startup_runnable_classes=net.sf.sageplugins.sagexmlinfo.RecordingXmlGenerator

Below is what MCEBUDDY extracts and you can set a post process before deleting or moving to set watched.

Code:
PostCustomCommandPath=C:\MCEBuddy_Tools\Sagetv\setwatched.bat
PostCustomCommandParameters="%mediafiledbid%" "%airingdbid%" "%workingpath%"
PostCustomCommandHangPeriod=300
PostCustomCommandCritical=true
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false
setwatched.bat
Code:
set sageDbIdoutf=%1
c:\sjqnew\wget\wget.exe --delete-after --tries=3 --directory-prefix=C:\temp "http://user:pasword@server:8080/sage/AiringCommand?command=SetWatched&MediaFileId=%sageDbIdoutf%"

Code:
Title: Anne of Green Gables
SubTitle: 
Description: Red-haired orphan Anne grows up in Avonlea on the farm of elderly Matthew and his sister, Marilla.
Network: KOPBDT
Network Affiliate: PBS Affiliate
Parental Rating: NR
Media Credits: Ella Ballentine;Sara Botsford;Martin Sheen;Julia Lalonde;Linda Kash;Kyle Gatehouse;Zoe Fraser;Stefani Kimber;John Kent Harrison;Ross Leslie;Joan Lambur;Peter Williamson
Genres: Movie
Season: 0
Episode: 0
Banner: 
Banner URL: 
IMDB Id: 
MovieDB Id: 
TVDB Id: 
Is Show Movie: True
Is Show Sports: False
OriginalBroadcastDateTime: 2016-05-05T00:00:00
RecordedDateTime: 2016-11-24T20:00:00
SeriesPremiereDate: 1899-12-31T16:00:00
CopyProtected: False
SageTV FileID: 27493749
SageTV MediaFileID: 27627885
I'm running Sage 9.19.778 and MCE Buddy 2.5. I want to be able to have MCE Buddy process a new Sage recording and mark it as watched in Sage. However, I need some help with what to do with code posted above. I have the Sage web server working. After I set "load_at_startup_runnable_classes=net.sf.sageplugins.sagexmlinfo.RecordingXmlGenerator" in the Sage the properties file, I don't know what to do next. I have only ever manually processed a video recording using MCE Buddy by dragging it into the window. Can some one please explain what I would need to do? Thanks.
Reply With Quote
  #51  
Old 09-28-2020, 07:57 AM
texasex1998 texasex1998 is offline
Sage User
 
Join Date: May 2016
Posts: 26
Save the code above to the end of the profile you are using in MCEBUDDY then save the second part as a batch file and MCEBuddy will call it cursing post processing
Reply With Quote
  #52  
Old 09-28-2020, 05:39 PM
nettech_gt nettech_gt is offline
Sage Advanced User
 
Join Date: Jun 2007
Posts: 218
Thanks! I'll give it a try.
Reply With Quote
  #53  
Old 09-28-2020, 05:46 PM
texasex1998 texasex1998 is offline
Sage User
 
Join Date: May 2016
Posts: 26
Sorry not sure what I meant by cursing lol, replied as I was falling asleep
Reply With Quote
  #54  
Old 09-29-2020, 08:09 AM
Tiki's Avatar
Tiki Tiki is offline
Sage Icon
 
Join Date: Feb 2005
Location: Southwest Florida, USA
Posts: 2,009
Quote:
Originally Posted by texasex1998 View Post
Sorry not sure what I meant by cursing lol, replied as I was falling asleep
I assumed you meant to type “during” and had a bad autocorrect turn it to “cursing”.
__________________
Server: Ryzen 2400G with integrated graphics, ASRock X470 Taichi Motherboard, HDMI output to Vizio 1080p LCD, Win10-64Bit (Professional), 16GB RAM
Capture Devices (7 tuners): Colossus (x1), HDHR Prime (x2)
,USBUIRT (multi-zone)
Source:
Comcast/Xfinity X1 Cable
Primary Client: Server Other Clients: (1) HD200, (1) HD300
Retired Equipment: MediaMVP, PVR150 (x2), PVR150MCE,
HDHR, HVR-2250, HD-PVR
Reply With Quote
  #55  
Old 10-01-2020, 05:35 PM
nettech_gt nettech_gt is offline
Sage Advanced User
 
Join Date: Jun 2007
Posts: 218
Quote:
Originally Posted by texasex1998 View Post
Save the code above to the end of the profile you are using in MCEBUDDY then save the second part as a batch file and MCEBuddy will call it cursing post processing
I copied the following to the end of my profile in the mcebuddy.conf file.

PostCustomCommandPath=C:\MCEBuddy_Tools\Sagetv\setwatched.bat
PostCustomCommandParameters="%mediafiledbid%" "%airingdbid%" "%workingpath%"
PostCustomCommandHangPeriod=300
PostCustomCommandCritical=true
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false

I created a batch fie named setwatched.bat with the following and copied it to C:\MCEBuddy_Tools\Sagetv\

set sageDbIdoutf=%1
c:\sjqnew\wget\wget.exe --delete-after --tries=3 --directory-prefix=C:\temp "http://userasword@server:8080/sage/AiringCommand?command=SetWatched&MediaFileId=%sageDbIdoutf%"

I copied the following to the sage properties file. Sage is creating xml files.

load_at_startup_runnable_classes=net.sf.sageplugins.sagexmlinfo.RecordingXmlGenerator

I ran my MCEBuddy profile and the episode did not get marked as watched in Sage... Help! Thanks!
Reply With Quote
  #56  
Old 10-01-2020, 06:37 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by nettech_gt View Post
I copied the following to the end of my profile in the mcebuddy.conf file.

PostCustomCommandPath=C:\MCEBuddy_Tools\Sagetv\setwatched.bat
PostCustomCommandParameters="%mediafiledbid%" "%airingdbid%" "%workingpath%"
PostCustomCommandHangPeriod=300
PostCustomCommandCritical=true
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false

I created a batch fie named setwatched.bat with the following and copied it to C:\MCEBuddy_Tools\Sagetv\

set sageDbIdoutf=%1
c:\sjqnew\wget\wget.exe --delete-after --tries=3 --directory-prefix=C:\temp "http://userasword@server:8080/sage/AiringCommand?command=SetWatched&MediaFileId=%sageDbIdoutf%"

I copied the following to the sage properties file. Sage is creating xml files.

load_at_startup_runnable_classes=net.sf.sageplugins.sagexmlinfo.RecordingXmlGenerator

I ran my MCEBuddy profile and the episode did not get marked as watched in Sage... Help! Thanks!
need mcebuddy log. for that episode.


you might want to make this change since mcebuudy has changed since I posted that ...

PostCustomCommandPath=C:\MCEBuddy_Tools\Sagetv\setwatched.bat
PostCustomCommandParameters=%mediafiledbid%
PostCustomCommandHangPeriod=300
PostCustomCommandCritical=true
PostCustomCommandUISession=false
PostCustomCommandShowWindow=false
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 10-01-2020 at 06:42 PM.
Reply With Quote
  #57  
Old 10-03-2020, 01:04 PM
nettech_gt nettech_gt is offline
Sage Advanced User
 
Join Date: Jun 2007
Posts: 218
I updated the end of the mcebuddy.conf file with what you posted above. I ran the profile again. I attached the log. Thanks!
Reply With Quote
  #58  
Old 10-03-2020, 01:27 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by nettech_gt View Post
I updated the end of the mcebuddy.conf file with what you posted above. I ran the profile again. I attached the log. Thanks!
You are not using the profile you added the Post Commands to ? In MCEBuddy ... snip of your log below. Make sure when you edit the config the MCEBuddy service is stopped and the ui is closed.

Code:
2020-10-02T22:37:18 MCEBuddy.Transcode.CustomCommand --> Custom command parameters read ->  
PostCustomCommandPath =  
PostCustomCommandParameters =  
PostCustomCommandHangPeriod = 300 
PostCustomCommandCritical = False 
PostCustomCommandUISession = False 
PostCustomCommandShowWindow = True 
PostCustomCommandExitCodeCheck = False
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 10-03-2020 at 01:34 PM.
Reply With Quote
  #59  
Old 10-03-2020, 07:40 PM
nettech_gt nettech_gt is offline
Sage Advanced User
 
Join Date: Jun 2007
Posts: 218
I just realized I put the post commands on the end of the "task" MCEBuddy Test (Compskip) in the mcebuddy.conf file. and not on the end of the "MKV Unprocessed" section of the profiles.conf file. So I corrected this and put the post commands in the correct file and ran the MCEBuddy Test (compskip) task again. However, its still not marking the processed file as watched in Sage. I have attached the new log file. Thanks.
Reply With Quote
  #60  
Old 10-03-2020, 08:14 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by nettech_gt View Post
I just realized I put the post commands on the end of the "task" MCEBuddy Test (Compskip) in the mcebuddy.conf file. and not on the end of the "MKV Unprocessed" section of the profiles.conf file. So I corrected this and put the post commands in the correct file and ran the MCEBuddy Test (compskip) task again. However, its still not marking the processed file as watched in Sage. I have attached the new log file. Thanks.
You are getting there but I see your batchfile setwatched.bat is in c:\mcebuddy_tools\sagetv\

that is where wget.exe should also be there ...

and change this in your batchfile c:\sjqnew\wget\ to c:\mcebuddy_tools\sagetv\


also make sure the user and pwd are correct... change the below to correct this shoule be the user and pwd you use to logon to the webserver.
Code:
also make sure the user and pwd are correct... change the below to correct user:password
user:pasword@server:8080
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct.

Last edited by nyplayer; 10-03-2020 at 08:22 PM.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recording Automatically Marked Watched Taddeusz SageTV Software 3 07-04-2016 03:18 PM
Automatically Mark Channels As HD infocus13 SageTV EPG Service 0 07-08-2008 12:35 AM
Can't mark DVDs as Watched DaveWC SageTV Software 4 03-05-2008 11:35 AM
Any way to mark a video as Watched? kelemvor SageTV Software 3 06-04-2007 11:34 AM
Mark multiple shows as watched? steingra SageTV Software 7 02-15-2006 11:13 AM


All times are GMT -6. The time now is 01:53 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.