|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#721
|
|||
|
|||
Quote:
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#722
|
||||
|
||||
nope that is right. the only time that mcebuddy would name a file correctly is if the sage recording has the season and ep number in the filename, which would also then work directly from plex. I do not use mce buddy to rename files at all. I let plex use the custom scanner and bmt agent to retrieve ALL metadata for sage related media.
|
#723
|
|||
|
|||
I guess that's my problem. The converted files are not picking up the BMT info and each episode shows up as a separate show/season in Plex after conversion. Attached are snapshots from Plex in the unconverted (before MCE Buddy) folder and after conversion. Both sections of Plex are set up to use the SAGE/BMT/Plex scanner. The only difference between the two sections in Plex is the directory they scan.
__________________
Rick Sage Beta 7;HD-300;Windows 7 64-bit;HP EX495 server with 7tb;Ceton 4-tuner cable card. |
#724
|
||||
|
||||
Quote:
|
#725
|
||||
|
||||
Quote:
Thanks for looking into it!
__________________
(current) SageServer: SageTV Open Source V9 - Virtual Ubuntu on Win10 HyperV MSI 970A-G46, AMD FX-8370 , SD Prime via OpenDCT, Donater ComSkip Clients: HD-200, Nexus Player w/ Android miniclient Storage: "nas" 16 drive Win10 w/ DrivePool running Plex, Emby, & SD PVR Retired - Hava, MediaMVP, HD-100, HD-PVR, HVR-2250, Ceton InfiniTV4, Original (white) HDHomeRun Died - HD-100, HD-300 |
#726
|
||||
|
||||
Quote:
please make sure that not only the properties files, but also the scanner files has the ip address, username and password correctly setup for your server. the scanner files have vars right at the top. also try to hit the following URL: http://your sage ip address : port / sagex/api you should receive something back which shows differnt methods available. if you do, then try the following link http://your sage ip address : port / sagex/api?c=plex:GetMediaFileForName&1=idunnowhat you should receive a response of false if you have placed the plex.js file in the correct directory on your server. if the file is there and you are unable to hit the command above, Restart your sage server. try that and lemme know how it goes. oh, you can replace idunnowhat above with a file name minus extension which resides on your server. if everything is working you should receive a fully populated XML file back with data that teh scanner and agent use to populate plex media containers. for example i could use: Seinfeld-S07E12-TheCaddy-15916736-0 in place of idunnowhat and it returns back xml like stated above. |
#727
|
|||
|
|||
Plex on Debian...now no scanners available
Anyone encounter this before? Installed Plex on Debian Wheezy, and it works fine. But when I try to install the SageTV scanners (in /var/lib/plexmediaserver/Library/Application Support/Plex Media Server) and restart plex, the result is that i have NO media scanners at all (the text box and pulldown are both blank for everything, even existing libraries) and the BMT agent isn't available either. What am I missing?
|
#728
|
||||
|
||||
Quote:
|
#729
|
||||
|
||||
Quote:
I did your three tests .. all passed. (bmt webpage comes up, false comes up for idunnowhat, and fully populated xml comes up for an episode of chopped I had) I did however notice what may be the problem??? all of my files are .ts extension, is that the problem? I don't know when that happened, I'm using sageDCT and I thought it could make mpeg or ts files.... let me know if that is the issue???
__________________
(current) SageServer: SageTV Open Source V9 - Virtual Ubuntu on Win10 HyperV MSI 970A-G46, AMD FX-8370 , SD Prime via OpenDCT, Donater ComSkip Clients: HD-200, Nexus Player w/ Android miniclient Storage: "nas" 16 drive Win10 w/ DrivePool running Plex, Emby, & SD PVR Retired - Hava, MediaMVP, HD-100, HD-PVR, HVR-2250, Ceton InfiniTV4, Original (white) HDHomeRun Died - HD-100, HD-300 Last edited by ThePaladinTech; 08-23-2013 at 11:37 AM. Reason: clarification ... isn't it always clarification? |
#730
|
||||
|
||||
Quote:
1) remove sagetv sections 2) shutdown plex 2) remove all code 3) restart plex 4) empty recycle bin inside of plex, as well as clean the bundles 5) shutdown plex 6) place code back in correct location 7) restart plex 8 re-add your section 9) once scan is complete (this may take some time - a few hours first run potentially) zip up the log files scanner and bmt agent.log as well as the plex media server.log file. 10) post them here for me. I think You may have done this once but i need to start from scratch on this. Before we were missing some setting in your properties and scanner files.. not 100% correctly removing sections prior to scanning and readding can cause some issues. |
#731
|
|||
|
|||
Quote:
The Linux install directory (should be for all Debian based releases): /var/lib/plexmediaserver/Library/Application Support/Plex Media Server step by step from a console (assumes a functioning Plex install, this should be valid on Debian based linuxes (Debian, Ubuntu, Mint, etc.): Code:
$ su #(or you can precede each command below with 'sudo') # cd /var/lib/plexmediaserver/Library/"Application Support"/"Plex Media Server" # wget http://sagetv-for-plexmediacenter.googlecode.com/files/SageTV-for-plexmediacenter-r6.zip # apt-get install unzip #(if it isn't already) # unzip SageTV-for-plexmediacenter-r6.zip # chown -R plex:nogroup Scanners # chown -R plex:nogroup __MACOSX (probably isn't necessary, but does no harm) # chown -R plex:nogroup Plug-ins/BMTAgentTVShows.bundle |
#732
|
|||
|
|||
I didn't have any of those issues when I installed on my Ubuntu server. I simply added the repository and apt-get the package and it all just worked after I added the sagetv scripts.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#733
|
||||
|
||||
Quote:
2) I also haven't had any issues at all on mutliple variants of linux I have installed this on 3) I would be happy to add your write up to the wiki -- Darci was heading that up, but will def include it in there. THANKS! |
#734
|
|||
|
|||
Confirmed working...mostly.
All my TV shows came in with no thumbnails, but all the rest of the meta data was in tact. I haven't used BMT for anything before, so I assume there is something I need to enable first for it to get and or provide thumbnails & fan art (etc)? I'll poke around more... EDIT: Nevermind...RTFM for BMT... (LOL) Last edited by texneus; 08-23-2013 at 08:27 PM. |
#735
|
|||
|
|||
Quote:
http://forums.plexapp.com/index.php/...er-for-debian/ Thread mentions Ubuntu is a different repo, so who knows? This install seems to create a plex user. The chown above matches the user/group of the rest of the plex install files, it may very well vary based on the host OS... |
#736
|
|||
|
|||
OK, I now have fan art & metadata downloaded by BMT for recordings and imports and with the Pheonix fan art plug in I can even see them in the SageTV v7 UI. BUT...I still do not get any fan art in Plex for recorded TV. Giving up for the night...been a long day, but if anyone knows what needs to be done in the morning I'm all ears...
|
#737
|
|||
|
|||
Original Air Date
Is there a way to force the original air date to display in plex? I use SageTV to record MLB and NHL games but when I use any of the Plex clients (standalone client, web player or android app) I always have a difficult time telling which order they were aired. Videos I download and are imported into SageTV then into Plex with the use of the Plex Scanner and BMT Agent will display the original airing date but sporting events that are recorded using SageTV will not display the original air date. Thanks.
|
#738
|
||||
|
||||
Quote:
|
#739
|
|||
|
|||
Thanks for your quick response. After looking in BMT I cannot show you a screenshot of the original air date for a sporting event because BMT is not showing an original air date, this must be because I have BMT configured to not Preserve Original Metadata for Recordings. I guess I'll have to turn this on in order to keep that information in my recordings. I get metadata from thetvdb.com for everyting and they do not have listings for sporting events. Thanks for asking the right question.
|
#740
|
||||
|
||||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
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 |