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
  #1221  
Old 11-06-2015, 05:14 PM
wildgoose wildgoose is offline
Sage Advanced User
 
Join Date: Jan 2010
Location: CA
Posts: 156
Two way sync tool available

The new two way sync tool is available for download at the github location:
https://github.com/ai7/sagetv-for-pl...enter/releases

I added some documentation about the tool here:
https://github.com/ai7/sagetv-for-pl...ki/synctool.md

Give it a try and let me know how it works for you!
__________________
sagetv-for-plexmediacenter v8.3.1 is available! Github/Download site.
Reply With Quote
  #1222  
Old 11-06-2015, 08:05 PM
peternm22 peternm22 is offline
Sage Expert
 
Join Date: Jan 2005
Posts: 709
Just did a quick test, but it's working very well. Well done!

I think I'm going to set this up as a crontab in SJQ and have it run every hour or so.

Reply With Quote
  #1223  
Old 11-06-2015, 11:02 PM
wildgoose wildgoose is offline
Sage Advanced User
 
Join Date: Jan 2010
Location: CA
Posts: 156
Quote:
Originally Posted by peternm22 View Post
Just did a quick test, but it's working very well. Well done!

I think I'm going to set this up as a crontab in SJQ and have it run every hour or so.

Glad to hear!

The next task is to see if I can do search on PLEX side so we can update shows on demand. Will try to find some time next week to look at this...
__________________
sagetv-for-plexmediacenter v8.3.1 is available! Github/Download site.
Reply With Quote
  #1224  
Old 11-06-2015, 11:48 PM
peternm22 peternm22 is offline
Sage Expert
 
Join Date: Jan 2005
Posts: 709
Quote:
Originally Posted by wildgoose View Post
Glad to hear!

The next task is to see if I can do search on PLEX side so we can update shows on demand. Will try to find some time next week to look at this...
Now that would be fantastic. If a sync could be triggered each time playback stops on a particular recording, and only sync that particular recording (instead of having to sync everything).
Reply With Quote
  #1225  
Old 11-12-2015, 01:11 AM
peternm22 peternm22 is offline
Sage Expert
 
Join Date: Jan 2005
Posts: 709
Does anyone else have a problem with their Plex folder becoming very very large?

I've only been using Plex for a short time, but the "Plex Media Server" folder is over 400MB.

The biggest folders in here are:
Metadata - 229MB
Cache - 86MB
Logs - 32MB

Now here's the odd thing. I only have 3 recordings currently in Plex (3 episodes of Fargo).

I typically delete a show once I'm done watching it. But Plex seems to keep all the old metadata around.

Any idea how to clean up the folder automatically? I saw that other people online have a similar problem, but I checked most of the settings they say to check, and they all seem to be what they should be.

400MB seems a bit ridiculous just for 3 media files.
Reply With Quote
  #1226  
Old 11-13-2015, 10:25 AM
wildgoose wildgoose is offline
Sage Advanced User
 
Join Date: Jan 2010
Location: CA
Posts: 156
In the PLEX web UI, there should be an option to "clean bundle", and "empty trash" (It should be on the context menu of the library in the main page...)

Check out this link for some info:
https://support.plex.tv/hc/en-us/art...ibrary-Actions
__________________
sagetv-for-plexmediacenter v8.3.1 is available! Github/Download site.
Reply With Quote
  #1227  
Old 11-13-2015, 07:36 PM
peternm22 peternm22 is offline
Sage Expert
 
Join Date: Jan 2005
Posts: 709
Thanks for the tip. I already tried clean trash and it didn't help. But the Clean Bundles option cut the size of the folder by more than half.

I also just noticed that the Plex Scheduled Task to clean things up was set to run at a time when my server is usually offline.

Thanks again!
Reply With Quote
  #1228  
Old 11-16-2015, 03:16 AM
craigap craigap is offline
Sage Aficionado
 
Join Date: Jan 2006
Location: Monroe, WI
Posts: 348
I don't understand how I am suppose to install the Plex Scanner. I downloaded the zip file and extracted its contents, but what do I do with:

install\win32\sageplex_install.exe -i

I use Windows 7 pro 64 bit. The directions just say run the appropriate installer which I assume is install\win32\sageplex_install.exe -i, but I don't know how I am suppose to use that. I tried to do the manual install, but I don't know what to do with step 6 where it says to "Edit this file with the appropriate SageTV/PLEX settings". Could someone tell me how to use "install\win32\sageplex_install.exe -i". Thanks.
Reply With Quote
  #1229  
Old 11-16-2015, 06:58 AM
Boolah's Avatar
Boolah Boolah is offline
Sage Advanced User
 
Join Date: May 2004
Posts: 133
After you've installed the scanner, start up Plex and create a new category called "SageTV Recordings" (or whatever you want). Add the paths for your SageTV recordings directories into the category and select "SageTV Scanner" for the Scanner and "SageTV BMT Agent (TV Shows)" for the agent. Click Save and wait for Plex to scan your media. That's it!
Reply With Quote
  #1230  
Old 11-16-2015, 08:26 AM
craigap craigap is offline
Sage Aficionado
 
Join Date: Jan 2006
Location: Monroe, WI
Posts: 348
Quote:
Originally Posted by Boolah View Post
After you've installed the scanner.....
That's the part I'm too dumb to figure out.
Reply With Quote
  #1231  
Old 11-16-2015, 09:56 AM
Boolah's Avatar
Boolah Boolah is offline
Sage Advanced User
 
Join Date: May 2004
Posts: 133
Quote:
Originally Posted by craigap View Post
That's the part I'm too dumb to figure out.
Ha ha! You had it right to begin with. Just run

install\win32\sageplex_install.exe -i

and it should install. The SageTV agent and scanner should show up in Plex after that. Make sure you shut down both Plex and SageTV (server and/or service) before you run the install command though.
Reply With Quote
  #1232  
Old 11-17-2015, 12:26 PM
wildgoose wildgoose is offline
Sage Advanced User
 
Join Date: Jan 2010
Location: CA
Posts: 156
Quote:
Originally Posted by craigap View Post
I don't understand how I am suppose to install the Plex Scanner. I downloaded the zip file and extracted its contents, but what do I do with:

install\win32\sageplex_install.exe -i
You need to run the sageplex_install.exe program on the command line, and pass in the -i option on the command line, telling it this is an install.

But no worry, I've just updated the download package to include a wrapper run_install.bat script. You can simply double click on this from explorer, and it'll start the installer and pass in the parameter automatically. No need to fiddle with the command line.
__________________
sagetv-for-plexmediacenter v8.3.1 is available! Github/Download site.

Last edited by wildgoose; 11-17-2015 at 12:55 PM.
Reply With Quote
  #1233  
Old 11-18-2015, 10:32 AM
craigap craigap is offline
Sage Aficionado
 
Join Date: Jan 2006
Location: Monroe, WI
Posts: 348
Quote:
Originally Posted by wildgoose View Post
But no worry, I've just updated the download package to include a wrapper run_install.bat script. You can simply double click on this from explorer, and it'll start the installer and pass in the parameter automatically. No need to fiddle with the command line.
Thank you very much. I'm a bit computer illiterate and I don't really know much about running things using the command line. I'll give this a try tonight and hopefully I can get this running correctly.
Reply With Quote
  #1234  
Old 11-23-2015, 05:53 AM
craigap craigap is offline
Sage Aficionado
 
Join Date: Jan 2006
Location: Monroe, WI
Posts: 348
I still can't get this to install. Please see the attached screen shot and see if it gives you guys an idea of what I'm doing wrong. The screen shot shows what I get when I try to run the batch file. Thanks.

Last edited by craigap; 09-13-2022 at 05:15 PM.
Reply With Quote
  #1235  
Old 11-23-2015, 06:09 AM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by craigap View Post
I still can't get this to install. Please see the attached screen shot and see if it gives you guys an idea of what I'm doing wrong. The screen shot shows what I get when I try to run the batch file. Thanks.
You did not download the right files. You seem to have download the source code package, not the distribution. Because of this, you do not have the windows executables required to install and run on windows. You should be downloading the "sagetv-for-plexmediacenter-v*-*.zip" file from the projects Releases page here: https://github.com/ai7/sagetv-for-pl...enter/releases
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #1236  
Old 12-03-2015, 06:08 PM
al_uk al_uk is offline
Sage User
 
Join Date: Dec 2008
Location: Dorset, UK
Posts: 36
Incorrect metadata from Sage?

Hi, I've just tried this, and am almost there, but it seems Plex is not getting the correct Metadata from Sage. Here is an excerpt of bmttvagentshows.log. Most of the shows are coming up in Plex as Phil Spencer Secret Agent.

Anyone any ideas please?

I'm using SageTV7 with a new Plex install. The Plex install is running as a docker on UnRaid.

Thanks!



Code:
2015-12-03 23:47:11,063 (2af8aa500700) :  DEBUG (sandbox:19) - openUrl: http://sage:frey@192.168.27.15:8080/sagex/api?c=plex:GetMediaFileForName&1=GrandDesignsAustralia-88025071-0.mpg&encoder=json
2015-12-03 23:47:11,075 (2af8aa500700) :  DEBUG (sandbox:19) - getMediaFileForName(GrandDesignsAustralia-88025071-0.mpg): found
2015-12-03 23:47:11,075 (2af8aa500700) :  INFO (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: mfid: 88757645
2015-12-03 23:47:11,076 (2af8aa500700) :  INFO (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: setting episode level metadata
2015-12-03 23:47:11,076 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: airdate: 2015-01-18 11:05:00
2015-12-03 23:47:11,076 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: no PeopleListInShow data.
2015-12-03 23:47:11,076 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: rating:  -> -
2015-12-03 23:47:11,077 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: IsWatched: False
2015-12-03 23:47:11,077 (2af8aa500700) :  DEBUG (sandbox:19) - openUrl: http://localhost:32400/:/unscrobble?key=3013&identifier=com.plexapp.plugins.library
2015-12-03 23:47:11,086 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: metadata.posters already has data
2015-12-03 23:47:11,086 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: metadata.art already has data
2015-12-03 23:47:11,087 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: metadata.banners already has data
2015-12-03 23:47:11,087 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: season.posters already has data
2015-12-03 23:47:11,087 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: season.banners already has data
2015-12-03 23:47:11,087 (2af8aa500700) :  DEBUG (sandbox:19) - openUrl: http://sage:frey@192.168.27.15:8080/sagex/media/fanart?mediafile=88757645&artifact=episode
2015-12-03 23:47:11,089 (2af8aa500700) :  WARNING (sandbox:19) - getFanArt: <html> detected in fanart response, not fanart
2015-12-03 23:47:11,090 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e8933: COMPLETED SETTING EPISODE-LEVEL METADATA: episode.title=Grand Designs Australia;episode.summary=Brand new series: A Melbourne couple try to build a lightweight, modern house on a speedy schedule on a perfect plot high up on Mount Eliza. But they face costly redesigns and long delays.  [S];episode.originally_available_at=2015-01-18;episode.duration=3600000;episode.season=2015;metadata.content_rating=TV-M;
2015-12-03 23:47:11,090 (2af8aa500700) :  INFO (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: NCIS-93064385-0.mpg
2015-12-03 23:47:11,090 (2af8aa500700) :  DEBUG (sandbox:19) - openUrl: http://sage:frey@192.168.27.15:8080/sagex/api?c=plex:GetMediaFileForName&1=NCIS-93064385-0.mpg&encoder=json
2015-12-03 23:47:11,153 (2af8aa500700) :  DEBUG (sandbox:19) - getMediaFileForName(NCIS-93064385-0.mpg): found
2015-12-03 23:47:11,154 (2af8aa500700) :  INFO (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: mfid: 93131380
2015-12-03 23:47:11,154 (2af8aa500700) :  INFO (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: setting episode level metadata
2015-12-03 23:47:11,154 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: airdate: 2015-09-23 22:00:00
2015-12-03 23:47:11,155 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: no PeopleListInShow data.
2015-12-03 23:47:11,155 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: rating:  -> -
2015-12-03 23:47:11,155 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: IsWatched: False
2015-12-03 23:47:11,155 (2af8aa500700) :  DEBUG (sandbox:19) - openUrl: http://localhost:32400/:/unscrobble?key=3332&identifier=com.plexapp.plugins.library
2015-12-03 23:47:11,171 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: metadata.posters already has data
2015-12-03 23:47:11,171 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: metadata.art already has data
2015-12-03 23:47:11,171 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: metadata.banners already has data
2015-12-03 23:47:11,171 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: season.posters already has data
2015-12-03 23:47:11,172 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: season.banners already has data
2015-12-03 23:47:11,172 (2af8aa500700) :  DEBUG (sandbox:19) - openUrl: http://sage:frey@192.168.27.15:8080/sagex/media/fanart?mediafile=93131380&artifact=episode
2015-12-03 23:47:11,174 (2af8aa500700) :  WARNING (sandbox:19) - getFanArt: <html> detected in fanart response, not fanart
2015-12-03 23:47:11,175 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e238: COMPLETED SETTING EPISODE-LEVEL METADATA: episode.title=NCIS;episode.summary=Special Agent Gibbs leads his NCIS Team of investigators in the world of military crime. The team step in when a marine's wife is murdered live on the internet.;episode.originally_available_at=2015-09-23;episode.duration=3600000;episode.season=2015;metadata.content_rating=TV-M;
2015-12-03 23:47:11,175 (2af8aa500700) :  INFO (sandbox:19) - Phil Spencer: Secret Agent/s2015/e239: TopGear-92514269-0.mpg
2015-12-03 23:47:11,176 (2af8aa500700) :  DEBUG (sandbox:19) - openUrl: http://sage:frey@192.168.27.15:8080/sagex/api?c=plex:GetMediaFileForName&1=TopGear-92514269-0.mpg&encoder=json
2015-12-03 23:47:11,226 (2af8aa500700) :  DEBUG (sandbox:19) - getMediaFileForName(TopGear-92514269-0.mpg): found
2015-12-03 23:47:11,226 (2af8aa500700) :  INFO (sandbox:19) - Phil Spencer: Secret Agent/s2015/e239: mfid: 92591420
2015-12-03 23:47:11,226 (2af8aa500700) :  INFO (sandbox:19) - Phil Spencer: Secret Agent/s2015/e239: setting episode level metadata
2015-12-03 23:47:11,227 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e239: airdate: 2015-07-30 19:00:00
2015-12-03 23:47:11,227 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e239: no PeopleListInShow data.
2015-12-03 23:47:11,227 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e239: rating:  -> -
2015-12-03 23:47:11,227 (2af8aa500700) :  DEBUG (sandbox:19) - Phil Spencer: Secret Agent/s2015/e239: IsWatched: False

Here is a paste of the results of

http://192.168.27.15:8080/sagex/api?...88025071-0.mpg

which seems to show metadata for the correct show.

Code:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<MediaFile>
<MediaFileFormatDescription>
<![CDATA[
MPEG2-PS[MPEG2-Video 16:9 576i@25fps, MP2/192Kbps@48kHz Stereo eng, MP2/64Kbps@48kHz eng, Subpic dvbsub]
]]>
</MediaFileFormatDescription>
<IsThumbnailLoaded>false</IsThumbnailLoaded>
<FileStartTime>1421578800002</FileStartTime>
<FileEndTime>1421582996238</FileEndTime>
<SegmentFiles size="1">
<File>
<![CDATA[
\\tower\SageTV\SageTV\GrandDesignsAustralia-88025071-0.mpg
]]>
</File>
</SegmentFiles>
<FileDuration>4196236</FileDuration>
<IsCompleteRecording>true</IsCompleteRecording>
<ParentDirectory>
<![CDATA[ \\tower\SageTV\SageTV ]]>
</ParentDirectory>
<NumberOfSegments>1</NumberOfSegments>
<Airing>
<AiringChannelNumber>
<![CDATA[ ]]>
</AiringChannelNumber>
<RealWatchedStartTime>0</RealWatchedStartTime>
<RecordingName>
<![CDATA[ ]]>
</RecordingName>
<AiringChannelName>
<![CDATA[ More-4 ]]>
</AiringChannelName>
<AiringEndTime>1421582700000</AiringEndTime>
<AiringTitle>
<![CDATA[ Grand Designs Australia ]]>
</AiringTitle>
<IsNotManualOrFavorite>false</IsNotManualOrFavorite>
<AiringStartTime>1421579100000</AiringStartTime>
<IsAiringObject>true</IsAiringObject>
<AiringRatings size="1">
<Item>
<![CDATA[ Unrated ]]>
</Item>
</AiringRatings>
<WatchedDuration>0</WatchedDuration>
<WatchedEndTime>0</WatchedEndTime>
<TrackNumber>0</TrackNumber>
<RecordingQuality>
<![CDATA[ ]]>
</RecordingQuality>
<RealWatchedEndTime>0</RealWatchedEndTime>
<IsManualRecord>false</IsManualRecord>
<ExtraAiringDetails>
<![CDATA[ ]]>
</ExtraAiringDetails>
<ScheduleStartTime>1421578800000</ScheduleStartTime>
<ScheduleDuration>4200000</ScheduleDuration>
<ScheduleEndTime>1421583000000</ScheduleEndTime>
<WatchedStartTime>0</WatchedStartTime>
<LatestWatchedTime>1421579100000</LatestWatchedTime>
<IsWatchedCompletely>false</IsWatchedCompletely>
<ParentalRating>
<![CDATA[ ]]>
</ParentalRating>
<AiringDuration>3600000</AiringDuration>
<AiringPartNumber>1</AiringPartNumber>
<AiringTotalParts>1</AiringTotalParts>
<AiringPremiereFinaleInfo>
<![CDATA[ ]]>
</AiringPremiereFinaleInfo>
<AiringAttributeList size="0"/>
<Show>
<ShowMisc>
<![CDATA[ ]]>
</ShowMisc>
<ShowRated>
<![CDATA[ ]]>
</ShowRated>
<ShowTitle>
<![CDATA[ Grand Designs Australia ]]>
</ShowTitle>
<IsShowObject>true</IsShowObject>
<ShowYear>
<![CDATA[ ]]>
</ShowYear>
<ShowExpandedRatings>
<![CDATA[ ]]>
</ShowExpandedRatings>
<ShowCategoriesString>
<![CDATA[ Show ]]>
</ShowCategoriesString>
<IsShowEPGDataUnique>true</IsShowEPGDataUnique>
<ShowSubCategory>
<![CDATA[ ]]>
</ShowSubCategory>
<ShowCategoriesList size="1">
<Item>
<![CDATA[ Show ]]>
</Item>
</ShowCategoriesList>
<ShowCategory>
<![CDATA[ Show ]]>
</ShowCategory>
<ShowDuration>0</ShowDuration>
<PeopleInShow>
<![CDATA[ ]]>
</PeopleInShow>
<ShowExternalID>
<![CDATA[ DT1894468933 ]]>
</ShowExternalID>
<PeopleListInShow size="0"/>
<RolesInShow size="0"/>
<ShowLanguage>
<![CDATA[ English ]]>
</ShowLanguage>
<ShowDescription>
<![CDATA[
Brand new series: A Melbourne couple try to build a lightweight, modern house on a speedy schedule on a perfect plot high up on Mount Eliza. But they face costly redesigns and long delays. [S]
]]>
</ShowDescription>
<ShowEpisode>
<![CDATA[ ]]>
</ShowEpisode>
<ShowParentalRating>
<![CDATA[ ]]>
</ShowParentalRating>
<OriginalAiringDate>0</OriginalAiringDate>
<ShowSeasonNumber>0</ShowSeasonNumber>
<ShowEpisodeNumber>0</ShowEpisodeNumber>
<PeopleAndCharacterListInShow size="0"/>
</Show>
<Channel>
<ChannelNetwork>
<![CDATA[ More-4 ]]>
</ChannelNetwork>
<ChannelNumber>
<![CDATA[ ]]>
</ChannelNumber>
<ChannelDescription>
<![CDATA[ More-4 ]]>
</ChannelDescription>
<IsChannelViewable>false</IsChannelViewable>
<IsChannelObject>true</IsChannelObject>
<ChannelLogoCount>0</ChannelLogoCount>
<ChannelName>
<![CDATA[ More-4 ]]>
</ChannelName>
<StationID>1216</StationID>
</Channel>
<IsWatched>false</IsWatched>
<IsAiringHDTV>false</IsAiringHDTV>
<IsDontLike>false</IsDontLike>
<IsFavorite>true</IsFavorite>
<AiringID>88025071</AiringID>
<ScheduleRecordingRecurrence>
<![CDATA[ ]]>
</ScheduleRecordingRecurrence>
<IsShowFirstRun>false</IsShowFirstRun>
<IsShowReRun>true</IsShowReRun>
</Airing>
<MediaFileID>88757645</MediaFileID>
<IsMediaFileObject>true</IsMediaFileObject>
<AlbumForFile/>
<MediaFileEncoding>
<![CDATA[ Nova-DT DVB-T Capture (Dev1 Path0) More-4 ]]>
</MediaFileEncoding>
<MediaFileRelativePath>
<![CDATA[ ]]>
</MediaFileRelativePath>
<IsFileCurrentlyRecording>false</IsFileCurrentlyRecording>
<IsMusicFile>false</IsMusicFile>
<IsBluRay>false</IsBluRay>
<IsDVDDrive>false</IsDVDDrive>
<IsVideoFile>true</IsVideoFile>
<IsLocalFile>true</IsLocalFile>
<IsLibraryFile>false</IsLibraryFile>
<IsTVFile>true</IsTVFile>
<MediaTitle>
<![CDATA[ Grand Designs Australia ]]>
</MediaTitle>
<IsPictureFile>false</IsPictureFile>
<Size>1303772523</Size>
<IsDVD>false</IsDVD>
<MediaFileMetadataProperties>
<Subtitled>
<![CDATA[ false ]]>
</Subtitled>
<Genre>
<![CDATA[ Show ]]>
</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[ false ]]>
</Stereo>
<ParentalRating>
<![CDATA[ ]]>
</ParentalRating>
<EpisodeNumber>
<![CDATA[ 0 ]]>
</EpisodeNumber>
<Description>
<![CDATA[
Brand new series: A Melbourne couple try to build a lightweight, modern house on a speedy schedule on a perfect plot high up on Mount Eliza. But they face costly redesigns and long delays. [S]
]]>
</Description>
<ExternalID>
<![CDATA[ DT1894468933 ]]>
</ExternalID>
<SAP>
<![CDATA[ false ]]>
</SAP>
<HDTV>
<![CDATA[ false ]]>
</HDTV>
<Title>
<![CDATA[ Grand Designs Australia ]]>
</Title>
<SeasonNumber>
<![CDATA[ 0 ]]>
</SeasonNumber>
<CC>
<![CDATA[ false ]]>
</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[ ]]>
</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[ English ]]>
</Language>
<Dubbed>
<![CDATA[ false ]]>
</Dubbed>
<Narrator>
<![CDATA[ ]]>
</Narrator>
<SeasonFinale>
<![CDATA[ false ]]>
</SeasonFinale>
<Rated>
<![CDATA[ ]]>
</Rated>
<Correspondent>
<![CDATA[ ]]>
</Correspondent>
<OriginalAirDate>
<![CDATA[ 0 ]]>
</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>
Reply With Quote
  #1237  
Old 12-31-2015, 12:23 PM
valnar valnar is offline
Sage Icon
 
Join Date: Oct 2003
Posts: 1,252
Send a message via ICQ to valnar
Quote:
Originally Posted by Boolah View Post
After you've installed the scanner, start up Plex and create a new category called "SageTV Recordings" (or whatever you want). Add the paths for your SageTV recordings directories into the category and select "SageTV Scanner" for the Scanner and "SageTV BMT Agent (TV Shows)" for the agent. Click Save and wait for Plex to scan your media. That's it!
What about the static movies and TV shows I have saved under Plex and use as "media" within Sage? If I change those scanners to Sage and away from the default Plex scanners, will Plex still grab the media art and descriptions properly anymore?
Reply With Quote
  #1238  
Old 12-31-2015, 03:00 PM
rerooks rerooks is offline
Sage Advanced User
 
Join Date: Jan 2007
Location: Buffalo, NY
Posts: 157
Please correct instructions for plex.js

https://code.google.com/p/sagetv-for...allingAndUsing

Quote:
1. Download the sagex.zip file
2. Unzip the zip file into SageTV\SageTV\sagex\services
3. plex.js should be listed
This is not correct, since if you do that, the files will be in SageTV\SageTV\sagex\services\sagex\services.

It should be unzipped into SageTV\SageTV\ instead.
Reply With Quote
  #1239  
Old 01-01-2016, 02:58 AM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
Quote:
Originally Posted by rerooks View Post
https://code.google.com/p/sagetv-for...allingAndUsing



This is not correct, since if you do that, the files will be in SageTV\SageTV\sagex\services\sagex\services.

It should be unzipped into SageTV\SageTV\ instead.
The google code site is not the current version of this. I don't believe it's been maintained for a couple years. Really, most of this entire thread is obsolete, and needs to be purged.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer)

unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers.
Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA.
Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S
Other Clients: Mi Box in Master Bedroom, HD-200 in kids room
Reply With Quote
  #1240  
Old 01-01-2016, 09:34 AM
rerooks rerooks is offline
Sage Advanced User
 
Join Date: Jan 2007
Location: Buffalo, NY
Posts: 157
I didn't realize that. Normally the first post of a thread is updated. Is it github now?
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:09 PM.


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