SageTV Community  

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

Notices

SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #301  
Old 04-10-2009, 03:04 PM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
Quote:
Originally Posted by Peter_h View Post
Wow! You did it again.

Will we be able to navigate by season? I guess what I'm asking is, I see that what you have is lost season 5. So, for season 4, is it there in that screen as well or can I go to a different folder or subview and see season 4 episodes? IE, all of the recordings are separated by season.

I also believe that EP's mediashrink will pull out and encode episodes for TV boxed set dvd's. Will BMT do this as well?

This along with one of the above tools will hopefully fix one of my biggest gripes with the DVD handling, TV boxed sets.

Thanks again for all of the hard work.
Sadly you cannot sort by season. The basic menu is there for a future update. EP's mediascraper is being incorporated into the BMT tool as an extra provider but I don't know about mediashrink as I've not used it. I use EP's mediascraper to import all my TV shows into the recording database so I see no reason why it wouldn't work dvd's as well but I can't be sure.
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders
Reply With Quote
  #302  
Old 04-10-2009, 03:16 PM
Peter_h Peter_h is offline
Sage Fanatic
 
Join Date: May 2008
Location: Kailua, HI
Posts: 798
Quote:
Originally Posted by jaminben View Post
Sadly you cannot sort by season. The basic menu is there for a future update.
By future update, do you mean it is a feature you will implement later or does something need to be changed in Sage or SageMC for it to happen?

Is there any way that it could sort based on directory structure? IE, all of lost season 4 recordings are in //server/tv/lost/season4 and season 5 recordings are in //server/tv/lost/season5.

Would you be able to sort the season by looking at the file location?

Quote:
Originally Posted by jaminben View Post
EP's mediascraper is being incorporated into the BMT tool as an extra provider but I don't know about mediashrink as I've not used it. I use EP's mediascraper to import all my TV shows into the recording database so I see no reason why it wouldn't work dvd's as well but I can't be sure.

So, I'm kind of confused now. I was using EP's mediascraper tool as I remember reading that it had better support for TV shows. I read in the same thread that BMT was better at handling DVD's. So, if EP's tool is being incorporated, is BMT now the only tool that is needed? That would make it a lot easier

Does it also import back into the Sage Recordings via the Web Interface like EP's tool?
Reply With Quote
  #303  
Old 04-10-2009, 03:22 PM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
Quote:
Originally Posted by Peter_h View Post
By future update, do you mean it is a feature you will implement later or does something need to be changed in Sage or SageMC for it to happen?

Is there any way that it could sort based on directory structure? IE, all of lost season 4 recordings are in //server/tv/lost/season4 and season 5 recordings are in //server/tv/lost/season5.

Would you be able to sort the season by looking at the file location?
I'm not sure how to do it but as we have this information available as a property (GetMediaFileMetadata(Program, "EpisodeNumber"))then I would think its possible. I'm hoping for this to be possible and will try myself to make it work but its unlikely to be for a while yet.

Quote:
Originally Posted by Peter_h View Post
So, I'm kind of confused now. I was using EP's mediascraper tool as I remember reading that it had better support for TV shows. I read in the same thread that BMT was better at handling DVD's. So, if EP's tool is being incorporated, is BMT now the only tool that is needed? That would make it a lot easier

Does it also import back into the Sage Recordings via the Web Interface like EP's tool?
Sorry, I used the wrong word when I said incorporated. Its not being incorporated as such but being made so that BMT can use it as a provider. I do exactly what you do, use Ep's tool for TV and BMT for movies. So having Ep's scraper as a provider for BMT makes the whole thing more compatible.
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders

Last edited by jaminben; 04-10-2009 at 03:25 PM.
Reply With Quote
  #304  
Old 04-10-2009, 03:24 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
Here's how I handle TV Show DVD's

1) Drag And Drop encode the individual episodes using MediaShrink
2) Rename all of the episodes so they have enough info for mediaShrink to recognize them...
Code:
WEST_WING_D1.title5.autoEncode.mkv -> West Wing 1x01.mkv
WEST_WING_D1.title6.autoEncode.mkv -> West Wing 1x02.mkv
etc...
3) Scrape them with MediaScraper using /addToSageDB option.

Optionally, I also use /organizeFile and /organizeBaseFolder "G:\importedVideos" which will move all of the videos in the format...
Code:
G:\ImportedVideos\TV\West Wing\Season 1\West Wing 1x01 - POTUS.mkv
Before it adds it to the SageTVDB.

Last edited by evilpenguin; 04-10-2009 at 03:27 PM.
Reply With Quote
  #305  
Old 04-10-2009, 03:34 PM
Peter_h Peter_h is offline
Sage Fanatic
 
Join Date: May 2008
Location: Kailua, HI
Posts: 798
Quote:
Originally Posted by jaminben View Post
I'm not sure how to do it but as we have this information available as a property (GetMediaFileMetadata(Program, "EpisodeNumber"))then I would think its possible. I'm hoping for this to be possible and will try myself to make it work but its unlikely to be for a while yet.
Thanks for the clarification. With all that you have done, I'm pretty sure you will get it all figured out.

I wish I could help. I really hate being "that guy" that just asks for features but doesn't contribute. I need to just dive into studio and see what I can break, I mean come up with.

Quote:
Originally Posted by jaminben View Post
Sorry, I used the wrong word when I said incorporated. Its not being incorporated as such but being made so that BMT can use it as a provider. I do exactly what you do, use Ep's tool for TV and BMT for movies. So having Ep's scraper as a provider for BMT makes the whole thing more compatible.
I see, so for Scraping BMT using EP's scraper as a provider is pretty close to an all in one utility. You still need to have both but BMT is setup as a STVI import for Sage and SageMC.

However, I don't think it can import files into the Sage Recordings via the Web inteface so for shows that are not recorded via Sage you still need to use EP's tool to get them into Sage.
Reply With Quote
  #306  
Old 04-10-2009, 03:35 PM
Peter_h Peter_h is offline
Sage Fanatic
 
Join Date: May 2008
Location: Kailua, HI
Posts: 798
Quote:
Originally Posted by evilpenguin View Post
Here's how I handle TV Show DVD's

1) Drag And Drop encode the individual episodes using MediaShrink
2) Rename all of the episodes so they have enough info for mediaShrink to recognize them...
Code:
WEST_WING_D1.title5.autoEncode.mkv -> West Wing 1x01.mkv
WEST_WING_D1.title6.autoEncode.mkv -> West Wing 1x02.mkv
etc...
3) Scrape them with MediaScraper using /addToSageDB option.

Optionally, I also use /organizeFile and /organizeBaseFolder "G:\importedVideos" which will move all of the videos in the format...
Code:
G:\ImportedVideos\TV\West Wing\Season 1\West Wing 1x01 - POTUS.mkv
Before it adds it to the SageTVDB.
Thanks EP. That's exactly what I wanted to know.

Looks like I have some work to do this weekend.
Reply With Quote
  #307  
Old 04-10-2009, 03:39 PM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
Quote:
Originally Posted by Peter_h View Post
I wish I could help. I really hate being "that guy" that just asks for features but doesn't contribute. I need to just dive into studio and see what I can break, I mean come up with.
Don't worry, I'm that guy as well as I'm sure the other devs can tell you
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders
Reply With Quote
  #308  
Old 04-11-2009, 07:05 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by jaminben View Post
I don't know if this will work for you then as its going to run along side the TV recordings when in grouped view. If you import your TV shows into the SageDB so they appear as recordings then it will work how you want.
Oh, well that's fine too - EP's tools can do the importing for me
Reply With Quote
  #309  
Old 04-11-2009, 07:20 AM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
Quote:
Originally Posted by KJake View Post
Oh, well that's fine too - EP's tools can do the importing for me
I think I've confused myself and you at the same time. If you use EP's tool to import your TV shows into the Sage DB and they appear in the recording list and more than one episode is available then you will be able to use my screen. It won't be able to sort by season just the same as Sage or SageMC cannot, therefore all recordings of a particular show appear as one long list.

Hopefully that makes sense.

__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders
Reply With Quote
  #310  
Old 04-11-2009, 08:13 AM
KJake KJake is offline
Sage Icon
 
Join Date: May 2003
Location: West Michigan
Posts: 1,117
Quote:
Originally Posted by jaminben View Post
I think I've confused myself and you at the same time. If you use EP's tool to import your TV shows into the Sage DB and they appear in the recording list and more than one episode is available then you will be able to use my screen. It won't be able to sort by season just the same as Sage or SageMC cannot, therefore all recordings of a particular show appear as one long list.

Hopefully that makes sense.

hehe, well, I'm not completely clear on it yet then...but I should just wait for it to be released I guess I was confused by the part in the top-middle of the screen that gave me the impression that you were able to browse by season. If someone could do that for SageMC, that would be a really nice feature.
Reply With Quote
  #311  
Old 04-11-2009, 08:22 AM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
Quote:
Originally Posted by KJake View Post
If someone could do that for SageMC, that would be a really nice feature.
Yep, it certainly would. I could also copy it then
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders
Reply With Quote
  #312  
Old 04-13-2009, 05:16 PM
Quazeye Quazeye is offline
Sage Advanced User
 
Join Date: Dec 2007
Posts: 81
Hi All,

Is there a way to cycle through different fan art for each movie with this plugin? In other words I have 4 different fan arts for Cars, can I cycle through these?

It is an awesome plugin by the way!

Thanks,
Q
________
herbalaire reviews

Last edited by Quazeye; 01-26-2011 at 12:22 AM.
Reply With Quote
  #313  
Old 04-13-2009, 05:47 PM
matt91's Avatar
matt91 matt91 is offline
Sage Icon
 
Join Date: Feb 2005
Location: Washington, DC
Posts: 1,185
Quote:
Originally Posted by Quazeye View Post
Hi All,

Is there a way to cycle through different fan art for each movie with this plugin? In other words I have 4 different fan arts for Cars, can I cycle through these?

It is an awesome plugin by the way!

Thanks,
Q
Doesn't appear so.
http://forums.sage.tv/forums/showthr...&postcount=288
__________________
Server: Ubuntu 16.04 running Sage for Linux v9
Reply With Quote
  #314  
Old 04-13-2009, 08:09 PM
Quazeye Quazeye is offline
Sage Advanced User
 
Join Date: Dec 2007
Posts: 81
Thanks Matt91.....

One other thing.... I am testing out the sagetv client and have just installed it. However it isn't using sageMC from the server. My 3 hd200's use SageMC fine. Is there a way to get the client to use SageMC from the server so I don't have to set it all up again?

Thanks,
Q
________
medical marijuana

Last edited by Quazeye; 01-26-2011 at 12:23 AM.
Reply With Quote
  #315  
Old 04-13-2009, 08:27 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Q - on SageClient it looks for everything locally so you will have to install SageMC on the C:\Program Files\SageTV\SageTV drive of the client. You can also try Sage PlaceShifter which uses everything from the server.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #316  
Old 04-13-2009, 08:29 PM
Quazeye Quazeye is offline
Sage Advanced User
 
Join Date: Dec 2007
Posts: 81
Thank you... I just realized I put the question in the wrong forum .. sorry about that.

Q
________
extreme vaporizer

Last edited by Quazeye; 01-26-2011 at 12:23 AM.
Reply With Quote
  #317  
Old 04-14-2009, 11:17 AM
wrems's Avatar
wrems wrems is offline
Sage Icon
 
Join Date: Feb 2007
Location: Marietta, GA
Posts: 1,332
Feature request…

Not sure if this has been expressed yet. I’d like to be able to navigate to the next or previous movie whilst in the full-screen AMIS/fanart mode. Right now one has to back out of the full-screen beautiful display move over one and then enter into the next title.

It would be clever to either use a channel up or down, or have another 2 options for Next/Back or something similar to allow quickly moving through movies in full-screen mode one-at-a-time.

Any chance for this?
Reply With Quote
  #318  
Old 04-14-2009, 11:43 AM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
I thought about doing this but decided against it at the time. To be honest I'm not sure I want to support AMIS/TVIS anymore as I'm not overly keen on them, but we'll see. So in short the answer is most proberly going to be no, sorry.
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders
Reply With Quote
  #319  
Old 04-14-2009, 12:39 PM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Quote:
Originally Posted by wrems View Post
Feature request…

Not sure if this has been expressed yet. I’d like to be able to navigate to the next or previous movie whilst in the full-screen AMIS/fanart mode. Right now one has to back out of the full-screen beautiful display move over one and then enter into the next title.

It would be clever to either use a channel up or down, or have another 2 options for Next/Back or something similar to allow quickly moving through movies in full-screen mode one-at-a-time.

Any chance for this?
I can do this now with AMIS. If you hit the skip right button it goes to the next movie in the list. I think this is what you are asking for. I just added the proper calls to pass the right info to AMIS from iMovie so I could do just what you are asking for. It is in the iMovies BETA posted in the thread.
Reply With Quote
  #320  
Old 04-14-2009, 12:41 PM
jvl711's Avatar
jvl711 jvl711 is offline
Sage Fanatic
 
Join Date: Jan 2004
Posts: 825
Jaminben,

Would you mind if I took some of your images and code to use in iMovies. I would like to use your logic for User Ratings and the Media Info icons. I have been wanting these features, but have not been feeling like coding it all myself.

Thanks,
Josh
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
STV Import: Read & Write Metadata files for Default STV 5/6 (v2.2.9 18/Feb./2010) JREkiwi SageTV Customizations 251 10-09-2019 11:11 AM
STV Import: Google Calendar for SageMC (v0.4 / May 24, 2007) MeInMaui SageMC Custom Interface 208 01-18-2010 01:59 PM
recording glitches drewg SageTV Linux 1 10-02-2008 07:29 AM
Import DVD Profiler xml into default STV wags119 SageTV Customizations 7 10-30-2006 07:35 PM


All times are GMT -6. The time now is 10:11 AM.


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