SageTV Community  

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

Notices

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

Reply
 
Thread Tools Search this Thread Display Modes
  #381  
Old 10-18-2012, 08:11 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by brainbone View Post
Yep, did all that. Only variance is as I listed above.



Not sure how to test if plex.js is accessible. It's in SageTV\SageTV\sagex\services



Posters will not show.

http://xxx:xxxx@192.168.50.30:8080/s...mbnail/3508163 will work for pulling a thumbnail of the video.
http://xxx:xxxx@192.168.50.30:8080/s...poster/3508163 will not, even though there is a poster for the show. In the BMT Web Interface, the first poster url for 3508163 is http://192.168.50.30:8080/bmt/media/...2d-73290-1.jpg, so I know a poster image is available, but /sagex/media/poster/3508163 will not pull it, as the __init__.py is apparently trying to do.
Please try removing all plex scanners and agents, and starting over. Don't modify the init.py directly in the case of the BMT Agent, but rather modify the properties files as stated in the install wiki. Also modify the scanner(s) with the correct sage server credentials. Then try rerunning the file that is failing, and please zip up your log files and post them here for me to take a look.

Thanks!
Reply With Quote
  #382  
Old 10-20-2012, 04:23 PM
brainbone brainbone is offline
Sage Expert
 
Join Date: Oct 2006
Posts: 624
Quote:
Originally Posted by PiX64 View Post
Don't modify the init.py directly in the case of the BMT Agent, but rather modify the properties files as stated in the install wiki.
I did exactly as the wiki stated originally, only editing the properties file, but was getting the errors I posted about earlier, and no posters. it wasn't until modified the __init__.py script that I was able to eliminate the errors -- but still no posters.

Quote:
Originally Posted by PiX64 View Post
Also modify the scanner(s) with the correct sage server credentials.
Yes, all of this was done. All my recordings show up and play, just no posters/fan art for any of them.

Quote:
Originally Posted by PiX64 View Post
Then try rerunning the file that is failing, and please zip up your log files and post them here for me to take a look.
I'll start from the top again (not the first time) and post the logs when I get back in town.

However, like I posted earlier, stepping through the __init__.py script and manually recreating what it does, (querying sagex, looking at the results, etc.), I cannot manually pull any posters for any recording the way the __init__.py script is trying -- but I can view posters in the BMT Web Interface -- so it looks like I may have my SageTV server configured differently/wrong, or I'm misunderstanding a vital step.
Reply With Quote
  #383  
Old 10-20-2012, 05:52 PM
darcilicious's Avatar
darcilicious darcilicious is offline
Sage Icon
 
Join Date: Jul 2009
Location: Venus
Posts: 1,306
There are three files that have to be updated:


Plug-ins\BMTAgent.bundle\Contents\Code\BMTAgent.properties
Scanners\Series\SageTV Scanner.py
Scanners\Movies\SageTV Movie Scanner.py


Hope this helps to get you pointed in the right direction...
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output
on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT)
via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB
Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd
Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2
Reply With Quote
  #384  
Old 10-20-2012, 06:32 PM
brainbone brainbone is offline
Sage Expert
 
Join Date: Oct 2006
Posts: 624
Quote:
Originally Posted by darcilicious View Post
There are three files that have to be updated:


Plug-ins\BMTAgent.bundle\Contents\Code\BMTAgent.properties
Scanners\Series\SageTV Scanner.py
Scanners\Movies\SageTV Movie Scanner.py


Hope this helps to get you pointed in the right direction...
Yep, I did all of that. Followed the wiki-to-the-letter, multiple times. BMTAgent will log errors like I posted above, unless I edit the __init__.py. These errors may be benign, since it operates the same (no fan-art/posters) with or without it modified.

Any reason why I wouldn't be seeing a poster (only get a sagex error) from:
http://192.168.50.30:8080/sagex/media/poster/<MediaFileID>
But I do see a thumbnail from:
http://192.168.50.30:8080/sagex/media/thumbnail/<MediaFileID>
And I do see the poster when browsing in the BMT Web Interface?

Seems more like I may have some sort of SageTV/BMT/sagex configuration issue, not an issue with the configuration of the sage/bmt agents/scanners/plugins for plex. Just can't figure out what.
Reply With Quote
  #385  
Old 10-20-2012, 08:00 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by brainbone View Post
Yep, I did all of that. Followed the wiki-to-the-letter, multiple times. BMTAgent will log errors like I posted above, unless I edit the __init__.py. These errors may be benign, since it operates the same (no fan-art/posters) with or without it modified.

Any reason why I wouldn't be seeing a poster (only get a sagex error) from:
http://192.168.50.30:8080/sagex/media/poster/<MediaFileID>
But I do see a thumbnail from:
http://192.168.50.30:8080/sagex/media/thumbnail/<MediaFileID>
And I do see the poster when browsing in the BMT Web Interface?

Seems more like I may have some sort of SageTV/BMT/sagex configuration issue, not an issue with the configuration of the sage/bmt agents/scanners/plugins for plex. Just can't figure out what.
What are your current sagex plugin settings?

Are you using central fanart folder? Is the folder located on a different server? Does the server running plex have read write access to the server with the images?
Reply With Quote
  #386  
Old 10-20-2012, 11:23 PM
brainbone brainbone is offline
Sage Expert
 
Join Date: Oct 2006
Posts: 624
Quote:
Originally Posted by PiX64 View Post
What are your current sagex plugin settings?
Default

Quote:
Originally Posted by PiX64 View Post
Are you using central fanart folder?
It's under SageTV/userdata/Phoenix/Fanart

Quote:
Originally Posted by PiX64 View Post
Is the folder located on a different server?
No


Quote:
Originally Posted by PiX64 View Post
Does the server running plex have read write access to the server with the images?
Yes.
Reply With Quote
  #387  
Old 12-02-2012, 12:42 PM
AJ Bertelson AJ Bertelson is offline
Sage Expert
 
Join Date: Dec 2003
Location: Maple Grove, MN
Posts: 532
Been trying to get this up and running for awhile now. Currently I just uninstalled plex and re-installed.


I've got all the files installed per the wiki but I can't get plex to see the sagerecordings. I only have the recordings checked off on this install and wiped out all the plex files from last time (in documents and settings). Still get nothing and I'm unable to attach my log file.
Reply With Quote
  #388  
Old 12-02-2012, 12:54 PM
darcilicious's Avatar
darcilicious darcilicious is offline
Sage Icon
 
Join Date: Jul 2009
Location: Venus
Posts: 1,306
Not sure why you can't attach log files?? Which log files are you trying to attach?

I believe almost every problem has come down to properly updating three configuration files per the wiki. Have you checked and double-checked that those configuration files have the right config info in them? (Even I mess this up sometimes on reinstalls and I have done it plenty of times).

Have you made sure sagex-services is installed?

This post has a good checklist as well:

http://forums.sagetv.com/forums/show...813#post525813
__________________
SageTV Server 7.1.x w/Gemstone and Plex Home Theater v1.0.10 w/PlexPass
HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output
on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT)
via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB
Plex Media Server v0.9.9.5 on HP Touchsmart Envy 23 d16qd
Sonos Play:3, Connect / SimpleTV v2 / Roku 2 XS+Plex / iPhone 5 / iPad 2
Reply With Quote
  #389  
Old 12-02-2012, 01:30 PM
AJ Bertelson AJ Bertelson is offline
Sage Expert
 
Join Date: Dec 2003
Location: Maple Grove, MN
Posts: 532
lets see if this works
https://dl.dropbox.com/u/9317712/Ple...a%20Server.log

also surprisingly enough I updated those three files and can check the bmt and BMT.

Last edited by AJ Bertelson; 12-02-2012 at 02:19 PM.
Reply With Quote
  #390  
Old 12-07-2012, 01:20 PM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by AJ Bertelson View Post
lets see if this works
https://dl.dropbox.com/u/9317712/Ple...a%20Server.log

also surprisingly enough I updated those three files and can check the bmt and BMT.
Sorry - I missed this thread. To me it doesn't' appear that plex is failing during the SageTV section scanning. It is actually finding a direct hit for those files in cache.

Can you please send along the BMT Agent Log, as well as the Plex Media Scanner log?
Reply With Quote
  #391  
Old 12-07-2012, 11:32 PM
AJ Bertelson AJ Bertelson is offline
Sage Expert
 
Join Date: Dec 2003
Location: Maple Grove, MN
Posts: 532
No problem we all have lives outside of this stuff

here are a bunch of logs, instead of running local host for everything I changed it to 192.168.0.10

I actually changed that in the bmtagents plugin in two spots also. One for the sage part and one for the plex part.

https://dl.dropbox.com/u/9317712/com...enttvshows.log
https://dl.dropbox.com/u/9317712/com...ttvshows.log.1
https://dl.dropbox.com/u/9317712/Ple...%20Scanner.log
https://dl.dropbox.com/u/9317712/Ple...a%20Server.log

I've tried to capture this setup so that I start plex with nothing in plex and then add the recorded tv(sage). I have no other media added to either plex or sagetv. I think I'm pretty close but its beyond me. Also this is a older BMT agent file 12/5/12 to be exact. I have had the software running for an hour and the log file has not show up under plugins for BMTagent. Also I am running this on WHS V1



I've reinstalled plex, and reinstalled frey, put the three files in place and nothing

Last edited by AJ Bertelson; 12-09-2012 at 09:31 PM.
Reply With Quote
  #392  
Old 12-10-2012, 08:33 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by AJ Bertelson View Post
No problem we all have lives outside of this stuff

here are a bunch of logs, instead of running local host for everything I changed it to 192.168.0.10

I actually changed that in the bmtagents plugin in two spots also. One for the sage part and one for the plex part.

https://dl.dropbox.com/u/9317712/com...enttvshows.log
https://dl.dropbox.com/u/9317712/com...ttvshows.log.1
https://dl.dropbox.com/u/9317712/Ple...%20Scanner.log
https://dl.dropbox.com/u/9317712/Ple...a%20Server.log

I've tried to capture this setup so that I start plex with nothing in plex and then add the recorded tv(sage). I have no other media added to either plex or sagetv. I think I'm pretty close but its beyond me. Also this is a older BMT agent file 12/5/12 to be exact. I have had the software running for an hour and the log file has not show up under plugins for BMTagent. Also I am running this on WHS V1



I've reinstalled plex, and reinstalled frey, put the three files in place and nothing
thanks for the logs. your error is coming in during the scan. the process hasn't even reached the calling of BMT yet. the file that is causing an issue during scan is:

WorldWarIIinHDColour-TheSovietSteamroller-14801919-0

can you please try removing it from the directory you are scanning, and then see if things start working properly?

Darci, and a few others have had issues with certain files, and in each case the cause was different.

#Darci - do you recall what some of the issues were with your files that would blow up the scanning process? sadly i do not
Reply With Quote
  #393  
Old 12-10-2012, 08:38 AM
LehighBri LehighBri is offline
Sage Expert
 
Join Date: Sep 2006
Posts: 694
Quote:
Originally Posted by PiX64 View Post
thanks for the logs. your error is coming in during the scan. the process hasn't even reached the calling of BMT yet. the file that is causing an issue during scan is:

WorldWarIIinHDColour-TheSovietSteamroller-14801919-0

can you please try removing it from the directory you are scanning, and then see if things start working properly?

Darci, and a few others have had issues with certain files, and in each case the cause was different.

#Darci - do you recall what some of the issues were with your files that would blow up the scanning process? sadly i do not
In looking at the scanner log, I see the following... this makes me think that the category variable is null and thus blowing up. Is there a reason this file doesn't have a category specified in SageTV? I thought all shows should have a category?

File "C:\Documents and Settings\Administrator\Local Settings\Application Data\Plex Media Server\Scanners\Series\SageTV Scanner.py", line 148, in Scan
if(category.find("Movie")<0 and category.find("Movies")<0 and category.find("Film")<0):
AttributeError: 'NoneType' object has no attribute 'find'
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings)
Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos)
Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin)
Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on)
Reply With Quote
  #394  
Old 12-10-2012, 08:48 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by LehighBri View Post
In looking at the scanner log, I see the following... this makes me think that the category variable is null and thus blowing up. Is there a reason this file doesn't have a category specified in SageTV? I thought all shows should have a category?

File "C:\Documents and Settings\Administrator\Local Settings\Application Data\Plex Media Server\Scanners\Series\SageTV Scanner.py", line 148, in Scan
if(category.find("Movie")<0 and category.find("Movies")<0 and category.find("Film")<0):
AttributeError: 'NoneType' object has no attribute 'find'
To my knowledge every media item in sage should have a category. I do not ever recall running across one that doesn't, however thats not necessarily the case 100%. Ill ask Sean and see what he says.

This could be some sort of edge case, or race condition where 1) sage is in the process of getting metadata on an item and has created a category, meanwhile Plex goes to scan and runs into there temporarily not being a category, or 2) metadata lookup failed for the item in question, and therefore doesn't have a category stored in sage.

Great points though! Maybe you can log into BMT and check the category on this particular item and let us know if it does in fact have a category...

better yet just hit this url:
http://x.x.x.x:port/sagex/api?c=plex...14801919-0.mpg'

x.x.x.x = the port of your sage server ort =ortnumber of your sage server
and you may need to change the .mpg to the proper file type of that media item. If you run that you can reply back with the info and we can look at the data that is being supplied for it.
Reply With Quote
  #395  
Old 12-10-2012, 07:02 PM
AJ Bertelson AJ Bertelson is offline
Sage Expert
 
Join Date: Dec 2003
Location: Maple Grove, MN
Posts: 532
Spoke to soon,

it ran an update but now when I have new recordings it is not showing up.

Last edited by AJ Bertelson; 12-11-2012 at 07:09 AM.
Reply With Quote
  #396  
Old 12-12-2012, 06:00 AM
AJ Bertelson AJ Bertelson is offline
Sage Expert
 
Join Date: Dec 2003
Location: Maple Grove, MN
Posts: 532
restarted last night and plex was able to scan everything and all my recordings are appearing now. What I predict will happen is that new recordings will not appear in plex. I haven't been able to determine if its BMT or PLEX.


regarding the soviet steamrolller
<ShowCategory>
<![CDATA[ Documentary ]]>
</ShowCategory>
<IsShowEPGDataUnique>true</IsShowEPGDataUnique>
<ShowMisc>
<![CDATA[ ]]>
</ShowMisc>
<ShowSubCategory>
<![CDATA[ History ]]>
</ShowSubCategory>

I will try and watch this show tonight and then delete it.

and here are my new logs
https://dl.dropbox.com/u/9317712/ple...enttvshows.log
https://dl.dropbox.com/u/9317712/ple...%20Scanner.log
https://dl.dropbox.com/u/9317712/ple...a%20Server.log

What I saw happen last night and two nights ago is that plex media scanner would error out and I would need to send an error report after the computer restarted. The error didn't appear to me until I restarted.
Reply With Quote
  #397  
Old 12-12-2012, 07:38 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by AJ Bertelson View Post
restarted last night and plex was able to scan everything and all my recordings are appearing now. What I predict will happen is that new recordings will not appear in plex. I haven't been able to determine if its BMT or PLEX.


regarding the soviet steamrolller
<ShowCategory>
<![CDATA[ Documentary ]]>
</ShowCategory>
<IsShowEPGDataUnique>true</IsShowEPGDataUnique>
<ShowMisc>
<![CDATA[ ]]>
</ShowMisc>
<ShowSubCategory>
<![CDATA[ History ]]>
</ShowSubCategory>

I will try and watch this show tonight and then delete it.

and here are my new logs
https://dl.dropbox.com/u/9317712/ple...enttvshows.log
https://dl.dropbox.com/u/9317712/ple...%20Scanner.log
https://dl.dropbox.com/u/9317712/ple...a%20Server.log

What I saw happen last night and two nights ago is that plex media scanner would error out and I would need to send an error report after the computer restarted. The error didn't appear to me until I restarted.
AH! that makes perfect sense then why it was failing. Documentary is currently not a category handled be either the Plex SageTV Scanner or the Plex SageTV Movie Scanner. Can you post a complete CDATA dump of that file? I need to look at the entire list of metadata in order to determine if there is a way for me to pick out if the documentary is a TVShow or a Movie. Once I can determine that, I will make a code patch that I can either post here or email to you.

I could just force it to be a TVShow, and that way plex will use all data found int sagex api (BMT) for its metadata, unlike the movie scanner which simply gets the correct name of the movie, and then passes it along to the standard plex scanners.

Thanks, and I look forward to seeing the complete list of CDATA.
Reply With Quote
  #398  
Old 12-12-2012, 10:41 PM
AJ Bertelson AJ Bertelson is offline
Sage Expert
 
Join Date: Dec 2003
Location: Maple Grove, MN
Posts: 532
not sure what the cdata actually is so I grabbed the entire info

This XML file does not appear to have any style information associated with it. The document tree is shown below.
Code:
<MediaFile>
<MediaFileFormatDescription>
<![CDATA[
MPEG2-TS[H.264 4:3 480i@29.97fps, Dolby Digital/192Kbps@48kHz Stereo]
]]>
</MediaFileFormatDescription>
<IsLocalFile>true</IsLocalFile>
<IsLibraryFile>false</IsLibraryFile>
<IsCompleteRecording>true</IsCompleteRecording>
<IsDVD>false</IsDVD>
<IsBluRay>false</IsBluRay>
<IsDVDDrive>false</IsDVDDrive>
<IsMusicFile>false</IsMusicFile>
<IsVideoFile>true</IsVideoFile>
<IsPictureFile>false</IsPictureFile>
<IsTVFile>true</IsTVFile>
<SegmentFiles size="1">
<File>
<![CDATA[
M:\Sage Recordings\WorldWarIIinHDColour-TheSovietSteamroller-14801919-0.ts
]]>
</File>
</SegmentFiles>
<MediaTitle>
<![CDATA[ World War II in HD Colour ]]>
</MediaTitle>
<MediaFileRelativePath>
<![CDATA[ ]]>
</MediaFileRelativePath>
<ParentDirectory>
<![CDATA[ M:\Sage Recordings ]]>
</ParentDirectory>
<Size>2241491252</Size>
<IsThumbnailLoaded>false</IsThumbnailLoaded>
<IsFileCurrentlyRecording>false</IsFileCurrentlyRecording>
<FileDuration>5450773</FileDuration>
<FileStartTime>1342904400006</FileStartTime>
<FileEndTime>1342909850779</FileEndTime>
<NumberOfSegments>1</NumberOfSegments>
<IsMediaFileObject>true</IsMediaFileObject>
<AlbumForFile/>
<MediaFileEncoding>
<![CDATA[ Hauppauge HD PVR Capture Device Best-H.264 ]]>
</MediaFileEncoding>
<Airing>
<RecordingName>
<![CDATA[ ]]>
</RecordingName>
<Channel>
<ChannelDescription>
<![CDATA[ KTCIDT3 (KTCI-DT3) Minneapolis-St. Paul ]]>
</ChannelDescription>
<ChannelName>
<![CDATA[ KTCIDT3 ]]>
</ChannelName>
<ChannelNetwork>
<![CDATA[ PBS Affiliate ]]>
</ChannelNetwork>
<ChannelNumber>
<![CDATA[ 2-3 ]]>
</ChannelNumber>
<IsChannelViewable>true</IsChannelViewable>
<StationID>21865</StationID>
<IsChannelObject>true</IsChannelObject>
<ChannelLogoCount>2</ChannelLogoCount>
</Channel>
<AiringChannelName>
<![CDATA[ KTCIDT3 ]]>
</AiringChannelName>
<AiringChannelNumber>
<![CDATA[ 2-3 ]]>
</AiringChannelNumber>
<AiringDuration>3600000</AiringDuration>
<AiringStartTime>1342904400000</AiringStartTime>
<AiringEndTime>1342908000000</AiringEndTime>
<Show>
<ShowYear>
<![CDATA[ ]]>
</ShowYear>
<ShowCategory>
<![CDATA[ Documentary ]]>
</ShowCategory>
<IsShowEPGDataUnique>true</IsShowEPGDataUnique>
<ShowMisc>
<![CDATA[ ]]>
</ShowMisc>
<ShowSubCategory>
<![CDATA[ History ]]>
</ShowSubCategory>
<ShowCategoriesString>
<![CDATA[ Documentary / History ]]>
</ShowCategoriesString>
<ShowCategoriesList size="2">
<Item>
<![CDATA[ Documentary ]]>
</Item>
<Item>
<![CDATA[ History ]]>
</Item>
</ShowCategoriesList>
<ShowDescription>
<![CDATA[
The Red Army slowly pushes the Germans out of Russia through Ukraine, Poland, the Balkans and Hungary.
]]>
</ShowDescription>
<ShowEpisode>
<![CDATA[ World War II in HD Colour ]]>
</ShowEpisode>
<ShowExpandedRatings>
<![CDATA[ ]]>
</ShowExpandedRatings>
<ShowParentalRating>
<![CDATA[ ]]>
</ShowParentalRating>
<ShowRated>
<![CDATA[ ]]>
</ShowRated>
<ShowDuration>0</ShowDuration>
<ShowTitle>
<![CDATA[ World War II in HD Colour ]]>
</ShowTitle>
<ShowExternalID>
<![CDATA[ EP3554790014 ]]>
</ShowExternalID>
<OriginalAiringDate>1279670400000</OriginalAiringDate>
<PeopleInShow>
<![CDATA[ ]]>
</PeopleInShow>
<PeopleListInShow size="0"/>
<PeopleAndCharacterListInShow size="0"/>
<RolesInShow size="0"/>
<IsShowObject>true</IsShowObject>
<ShowLanguage>
<![CDATA[ ]]>
</ShowLanguage>
<ShowSeasonNumber>0</ShowSeasonNumber>
<ShowEpisodeNumber>0</ShowEpisodeNumber>
</Show>
<AiringRatings size="1">
<Item>
<![CDATA[ Unrated ]]>
</Item>
</AiringRatings>
<ScheduleStartTime>1342904400000</ScheduleStartTime>
<ScheduleEndTime>1342908000000</ScheduleEndTime>
<ScheduleDuration>3600000</ScheduleDuration>
<ScheduleRecordingRecurrence>
<![CDATA[ ]]>
</ScheduleRecordingRecurrence>
<AiringTitle>
<![CDATA[ World War II in HD Colour ]]>
</AiringTitle>
<IsWatched>false</IsWatched>
<WatchedDuration>0</WatchedDuration>
<WatchedStartTime>0</WatchedStartTime>
<WatchedEndTime>0</WatchedEndTime>
<RealWatchedStartTime>0</RealWatchedStartTime>
<RealWatchedEndTime>0</RealWatchedEndTime>
<LatestWatchedTime>1342904400000</LatestWatchedTime>
<IsWatchedCompletely>false</IsWatchedCompletely>
<IsDontLike>false</IsDontLike>
<IsManualRecord>false</IsManualRecord>
<IsNotManualOrFavorite>false</IsNotManualOrFavorite>
<IsAiringHDTV>false</IsAiringHDTV>
<TrackNumber>0</TrackNumber>
<RecordingQuality>
<![CDATA[ ]]>
</RecordingQuality>
<IsFavorite>true</IsFavorite>
<IsAiringObject>true</IsAiringObject>
<ParentalRating>
<![CDATA[ ]]>
</ParentalRating>
<ExtraAiringDetails>
<![CDATA[ Closed Captioned, Stereo ]]>
</ExtraAiringDetails>
<AiringID>14801919</AiringID>
<AiringAttributeList size="2">
<Item>
<![CDATA[ Stereo ]]>
</Item>
<Item>
<![CDATA[ CC ]]>
</Item>
</AiringAttributeList>
<AiringPartNumber>1</AiringPartNumber>
<AiringTotalParts>1</AiringTotalParts>
<AiringPremiereFinaleInfo>
<![CDATA[ ]]>
</AiringPremiereFinaleInfo>
<IsShowFirstRun>false</IsShowFirstRun>
<IsShowReRun>true</IsShowReRun>
</Airing>
<MediaFileID>14979345</MediaFileID>
<MediaFileMetadataProperties>
<Subtitled>
<![CDATA[ false ]]>
</Subtitled>
<Genre>
<![CDATA[ Documentary / History ]]>
</Genre>
<Contestant>
<![CDATA[ ]]>
</Contestant>
<ChannelPremiere>
<![CDATA[ false ]]>
</ChannelPremiere>
<RunningTime>
<![CDATA[ 0 ]]>
</RunningTime>
<Widescreen>
<![CDATA[ false ]]>
</Widescreen>
<Guest>
<![CDATA[ ]]>
</Guest>
<Choreographer>
<![CDATA[ ]]>
</Choreographer>
<ExtendedRatings>
<![CDATA[ ]]>
</ExtendedRatings>
<Dolby>
<![CDATA[ false ]]>
</Dolby>
<Composer>
<![CDATA[ ]]>
</Composer>
<Writer>
<![CDATA[ ]]>
</Writer>
<Stereo>
<![CDATA[ true ]]>
</Stereo>
<ParentalRating>
<![CDATA[ ]]>
</ParentalRating>
<EpisodeNumber>
<![CDATA[ 0 ]]>
</EpisodeNumber>
<Description>
<![CDATA[
The Red Army slowly pushes the Germans out of Russia through Ukraine, Poland, the Balkans and Hungary.
]]>
</Description>
<ExternalID>
<![CDATA[ EP3554790014 ]]>
</ExternalID>
<SAP>
<![CDATA[ false ]]>
</SAP>
<HDTV>
<![CDATA[ false ]]>
</HDTV>
<Title>
<![CDATA[ World War II in HD Colour ]]>
</Title>
<SeasonNumber>
<![CDATA[ 0 ]]>
</SeasonNumber>
<CC>
<![CDATA[ true ]]>
</CC>
<SeriesFinale>
<![CDATA[ false ]]>
</SeriesFinale>
<TotalParts>
<![CDATA[ 0 ]]>
</TotalParts>
<Live>
<![CDATA[ false ]]>
</Live>
<Voice>
<![CDATA[ ]]>
</Voice>
<Surround>
<![CDATA[ false ]]>
</Surround>
<Judge>
<![CDATA[ ]]>
</Judge>
<EpisodeName>
<![CDATA[ World War II in HD Colour ]]>
</EpisodeName>
<Director>
<![CDATA[ ]]>
</Director>
<SeriesPremiere>
<![CDATA[ false ]]>
</SeriesPremiere>
<Anchor>
<![CDATA[ ]]>
</Anchor>
<PartNumber>
<![CDATA[ 0 ]]>
</PartNumber>
<GuestVoice>
<![CDATA[ ]]>
</GuestVoice>
<X3D>
<![CDATA[ false ]]>
</X3D>
<DD51>
<![CDATA[ false ]]>
</DD51>
<ExecutiveProducer>
<![CDATA[ ]]>
</ExecutiveProducer>
<GuestStar>
<![CDATA[ ]]>
</GuestStar>
<SeasonPremiere>
<![CDATA[ false ]]>
</SeasonPremiere>
<MusicalGuest>
<![CDATA[ ]]>
</MusicalGuest>
<New>
<![CDATA[ false ]]>
</New>
<Letterbox>
<![CDATA[ false ]]>
</Letterbox>
<Taped>
<![CDATA[ false ]]>
</Taped>
<Producer>
<![CDATA[ ]]>
</Producer>
<Misc>
<![CDATA[ ]]>
</Misc>
<Language>
<![CDATA[ ]]>
</Language>
<Dubbed>
<![CDATA[ false ]]>
</Dubbed>
<Narrator>
<![CDATA[ ]]>
</Narrator>
<SeasonFinale>
<![CDATA[ false ]]>
</SeasonFinale>
<Rated>
<![CDATA[ ]]>
</Rated>
<Correspondent>
<![CDATA[ ]]>
</Correspondent>
<OriginalAirDate>
<![CDATA[ 1279670400000 ]]>
</OriginalAirDate>
<Host>
<![CDATA[ ]]>
</Host>
<Team>
<![CDATA[ ]]>
</Team>
<Year>
<![CDATA[ ]]>
</Year>
<Premiere>
<![CDATA[ false ]]>
</Premiere>
<Actor>
<![CDATA[ ]]>
</Actor>
</MediaFileMetadataProperties>
<IsShowFirstRun>false</IsShowFirstRun>
<IsShowReRun>true</IsShowReRun>
</MediaFile>

Last edited by Opus4; 12-13-2012 at 08:57 AM. Reason: put code inside code tag
Reply With Quote
  #399  
Old 12-13-2012, 07:30 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
perfect thanks. Ill take a look ASAP.

Last edited by Opus4; 12-13-2012 at 08:58 AM. Reason: removed overly long quote
Reply With Quote
  #400  
Old 12-17-2012, 08:52 AM
PiX64's Avatar
PiX64 PiX64 is offline
Sage Icon
 
Join Date: Dec 2008
Location: Illinois
Posts: 1,991
Quote:
Originally Posted by PiX64 View Post
perfect thanks. Ill take a look ASAP.
I haven't forgotten about this, Just had a few major family issues come up this past week/weekend that are carrying over into this week. I should be able to take a look at this and get you a patch within the week.
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
Comparing to Plex heffneil Batch Metadata Tools 20 01-08-2012 04:54 PM
Need help with SJQv4 remote agent coppit SageTV v7 Customizations 4 12-19-2010 11:03 AM
Plex in a TV? What about sage? rwc General Discussion 9 09-05-2010 04:38 PM
Possible to get SageTV to handle my library more like Plex? DAMAC SageTV Mac Edition 0 06-10-2009 10:33 AM
SagetTVService Virus Win32.Agent.dwo Ponchera SageTV Software 6 02-04-2008 06:33 PM


All times are GMT -6. The time now is 07:10 PM.


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