SageTV Community  

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

Notices

Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1541  
Old 08-21-2009, 07:59 AM
toricred's Avatar
toricred toricred is offline
Sage Icon
 
Join Date: Jan 2006
Location: Northern New Mexico
Posts: 1,729
One more thing I've noticed is that it only crashes for me on .ts recordings not .mpg. That may be just a fluke.
Reply With Quote
  #1542  
Old 08-21-2009, 08:19 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by toricred View Post
One more thing I've noticed is that it only crashes for me on .ts recordings not .mpg. That may be just a fluke.
Sorry guys.... I guess it's back the drawing board with 3.x release Obviously there are some fundamental issues going on here, and i can't troubleshoot this for at least a week
Reply With Quote
  #1543  
Old 08-21-2009, 09:50 AM
xred's Avatar
xred xred is offline
Sage Aficionado
 
Join Date: Jul 2004
Location: Toronto, Canada
Posts: 254
Quote:
Originally Posted by stuckless View Post
Sorry guys.... I guess it's back the drawing board with 3.x release Obviously there are some fundamental issues going on here, and i can't troubleshoot this for at least a week
Given the problems with Sage crashing (3.0 is killing the Sage Service when installed / active) would it not be possible to have an alternate version of BMT that works as a standalone app? I'm specifically thinking of the simple model used by Showanalyzer / Dirmon where the BMT would look at the recording / media dirs', perform lookups and then download the fanart?

I generally prefer apps that run along side Sage as opposed to integrated with it for stability reasons just like this. I love the fact that even when Showanalyzer DOES crash it doesn't take SageTV down with it, but maybe thats just me.
Reply With Quote
  #1544  
Old 08-21-2009, 09:57 AM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
It crashes for me on .mpg too.

Quote:
Originally Posted by toricred View Post
One more thing I've noticed is that it only crashes for me on .ts recordings not .mpg. That may be just a fluke.
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #1545  
Old 08-21-2009, 09:58 AM
toricred's Avatar
toricred toricred is offline
Sage Icon
 
Join Date: Jan 2006
Location: Northern New Mexico
Posts: 1,729
Well, like I said it could be a fluke the way it worked out for me. Does it seem to take a few minutes after starting a recording before crashing?
Reply With Quote
  #1546  
Old 08-21-2009, 10:17 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by xred View Post
Given the problems with Sage crashing (3.0 is killing the Sage Service when installed / active) would it not be possible to have an alternate version of BMT that works as a standalone app? I'm specifically thinking of the simple model used by Showanalyzer / Dirmon where the BMT would look at the recording / media dirs', perform lookups and then download the fanart?

I generally prefer apps that run along side Sage as opposed to integrated with it for stability reasons just like this. I love the fact that even when Showanalyzer DOES crash it doesn't take SageTV down with it, but maybe thats just me.
bmt is a command line application... always has been... it's just that it can run inline as well.
Reply With Quote
  #1547  
Old 08-21-2009, 10:25 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by toricred View Post
Well, like I said it could be a fluke the way it worked out for me. Does it seem to take a few minutes after starting a recording before crashing?
Could you check the logs (or send them to me) to see if there are any errors. For a java application to totally kill the JVM, is very rare. ie, something in the java code could trigger a bug in the jvm, which would cause the jvm to exit (usually producing a dump file), and sometimes if an out of memory error happens, it may shut shutdown, but even in those cases, it usually doesn't shut down the jvm. The other thing that can cause the jvm to exit is by issuing a System.exit() command, which bmt does not do.
Reply With Quote
  #1548  
Old 08-21-2009, 10:52 AM
skiingwiz skiingwiz is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 366
I just emailed you one of the JVM crash dumps.
Reply With Quote
  #1549  
Old 08-21-2009, 11:40 AM
Ikarius's Avatar
Ikarius Ikarius is offline
Sage Advanced User
 
Join Date: Aug 2008
Posts: 84
Sean-
Let me know if there's anything you would like me to test or send you.
I'll give 3.01 a try tonight on linux, to see if that crashes- it sounds as if most of the folks having crash issues are running windows servers. I'll let you know if something different happens on linux.

Thank you for your work on this, and ... wow- sending out a fix attempt while you're on vacation- that's dedication!

Cheers
Ikarius
__________________

SageTV 6.6.2, SageMC+CenterSage Theme
Server: Intel Core2 Q6600, 8gb memory, 3x 1tb WD EACS drives, software RAID5 2tb capacity, 4gb Flash boot drive, Ubuntu 8.0.4 Server edition
Capture: 1x HD-PVR -> Motorola DTC6200
Clients: 1x STX-HD100 1x STX-HD200, Windows & OSX Clients
Reply With Quote
  #1550  
Old 08-21-2009, 11:55 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by skiingwiz View Post
I just emailed you one of the JVM crash dumps.
Thanks... I just reviewed the logs.... It appears that the the metadata plugin is recursively calling itself until it crashes. BMT doesn't explicitly call the plugin, but what I think is happening is that the plugin starts to handle a file. As the file is handled, it gets the sage mediafile object, and it called GetMediaFileMetadata to get the MediaTitle, Season, etc, and these calls are triggering sage to call the metadata plugin since the object doesn't yet have metadata, and the cycle continues.. until a stack overflow causes the jvm to exit.

My recommendation for now is to disable the automatic plugin, until I can publish a fix. I may be able to get a "quick hack" work around out before I leave, but don't hold your breath

@Ikarius - I run it under linux and I haven't encountered this issue (yet).
Reply With Quote
  #1551  
Old 08-21-2009, 11:56 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by Ikarius View Post
Sean-
Thank you for your work on this, and ... wow- sending out a fix attempt while you're on vacation- that's dedication!
Technically, my vacation starts in 1hr And then i won't have access to a computer
Reply With Quote
  #1552  
Old 08-21-2009, 12:15 PM
toricred's Avatar
toricred toricred is offline
Sage Icon
 
Join Date: Jan 2006
Location: Northern New Mexico
Posts: 1,729
I actually have been getting hs_err_pid files when the crash happens. Aren't those Java errors?

I also just updated to 1.6 update 15 of Java after giving up on 3.0.1 until you get back. What version of Java are you running?
Reply With Quote
  #1553  
Old 08-21-2009, 12:19 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by toricred View Post
I actually have been getting hs_err_pid files when the crash happens. Aren't those Java errors?

I also just updated to 1.6 update 15 of Java after giving up on 3.0.1 until you get back. What version of Java are you running?
hs_err_pid is a jvm crash report. I run java 1.6.
Reply With Quote
  #1554  
Old 08-21-2009, 01:06 PM
toricred's Avatar
toricred toricred is offline
Sage Icon
 
Join Date: Jan 2006
Location: Northern New Mexico
Posts: 1,729
The new patch seems to have fixed it for me. Thank you so much for working on this while getting ready to leave.
Reply With Quote
  #1555  
Old 08-21-2009, 08:12 PM
jaminben jaminben is offline
Sage Icon
 
Join Date: Sep 2007
Location: Norwich, UK
Posts: 1,754
Send a message via MSN to jaminben
Thanks for the new patch, it seems to have fixed my missing season and episode data issue.

Have a good holiday.

__________________
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
  #1556  
Old 08-21-2009, 08:32 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
Okay... where is the new patch? The last thing to download I could try was 3.0.1; which is completely broken (crashes sageTV). The last thing I saw Sean say about it was, "I may be able to get a "quick hack" work around out before I leave, but don't hold your breath ". Did you get it via PM?

@Sean have a great vacation! I'm hopeful one day I'll be able to enjoy your plugin to..

Quote:
Originally Posted by jaminben View Post
Thanks for the new patch, it seems to have fixed my missing season and episode data issue.

Have a good holiday.

__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
  #1557  
Old 08-21-2009, 09:35 PM
toricred's Avatar
toricred toricred is offline
Sage Icon
 
Join Date: Jan 2006
Location: Northern New Mexico
Posts: 1,729
In the Announcements thread the last entry has a version 3.0.2.
Reply With Quote
  #1558  
Old 08-21-2009, 09:36 PM
pischke pischke is offline
Sage User
 
Join Date: Nov 2007
Location: Vancouver, BC
Posts: 5
http://code.google.com/p/customsaget...q=#makechanges

-pischke

Quote:
Originally Posted by mkanet View Post
Okay... where is the new patch? The last thing to download I could try was 3.0.1; which is completely broken (crashes sageTV). The last thing I saw Sean say about it was, "I may be able to get a "quick hack" work around out before I leave, but don't hold your breath ". Did you get it via PM?
Reply With Quote
  #1559  
Old 08-22-2009, 04:25 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 pischke View Post
Thats where I got mine from.

Anyone else having a very minor issue with titles and " " For example "Fantastic Four" or "Batman Begins". How do you get rid of the " ", I've tried editing via the WebUI and altering the .properties.
__________________
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
  #1560  
Old 08-22-2009, 12:51 PM
mkanet's Avatar
mkanet mkanet is offline
SageTVaholic
 
Join Date: Feb 2004
Posts: 3,359
Wow, thats pretty nice. I missed that. I'll definitely try it! Thanks!!!
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming

***RIP SageTV***
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 11 (0 members and 11 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
Automated VideoRedo (DOS batch files) grauchy SageTV Customizations 3 09-08-2011 10:01 PM
Simple utility to control multiple USB or Serial HD DirecTV STBs jchiso Hardware Support 15 02-19-2009 06:27 PM
DVB-S setup with Digiguide EPG Grabber & XMLTV importer MCE-Refugee SageTV United Kingdom 27 09-08-2008 09:10 AM
Keeping custom metadata for imports via AddShow() Opus4 SageTV Studio 9 02-20-2008 06:35 PM


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


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