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
  #1  
Old 09-09-2010, 01:47 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
2.0.11 - WebUI settings disappeared

There used to be a setting in the WebUI for setting the number of videos to load (I think it was under Phoenix->WebUI Settings), but after upgrading to 2.0.11, I can't find it anymore.

I'm also getting an exception on loading any views and it seems to be defaulting to loading 5 episodes at a time which is pretty annoying when my missing metadata has over 1000

Code:
Thu 9/9 12:48:03.576 [20541976@qtp-31534636-2@1397218] **** Returning newly created folder: Folder[Missing Metadata]
Thu 9/9 12:48:03.633 [20541976@qtp-31534636-2@1397218] java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Integer
Thu 9/9 12:48:03.633 [20541976@qtp-31534636-2@1397218] 	at org.jdna.bmt.web.server.BrowsingServicesImpl.convertResource(BrowsingServicesImpl.java:122)
Thu 9/9 12:48:03.635 [20541976@qtp-31534636-2@1397218] 	at org.jdna.bmt.web.server.BrowsingServicesImpl.convertResource(BrowsingServicesImpl.java:109)
Thu 9/9 12:48:03.638 [20541976@qtp-31534636-2@1397218] 	at org.jdna.bmt.web.server.BrowsingServicesImpl.getFolderForSource(BrowsingServicesImpl.java:214)
Thu 9/9 12:48:03.640 [20541976@qtp-31534636-2@1397218] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Thu 9/9 12:48:03.642 [20541976@qtp-31534636-2@1397218] 	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Thu 9/9 12:48:03.644 [20541976@qtp-31534636-2@1397218] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Thu 9/9 12:48:03.646 [20541976@qtp-31534636-2@1397218] 	at java.lang.reflect.Method.invoke(Unknown Source)
Thu 9/9 12:48:03.648 [20541976@qtp-31534636-2@1397218] 	at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:562)
Thu 9/9 12:48:03.650 [20541976@qtp-31534636-2@1397218] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:188)
Thu 9/9 12:48:03.652 [20541976@qtp-31534636-2@1397218] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:224)
Thu 9/9 12:48:03.654 [20541976@qtp-31534636-2@1397218] 	at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
Thu 9/9 12:48:03.656 [20541976@qtp-31534636-2@1397218] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
Thu 9/9 12:48:03.658 [20541976@qtp-31534636-2@1397218] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
Thu 9/9 12:48:03.660 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
Thu 9/9 12:48:03.662 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
Thu 9/9 12:48:03.664 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
Thu 9/9 12:48:03.666 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
Thu 9/9 12:48:03.669 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
Thu 9/9 12:48:03.671 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
Thu 9/9 12:48:03.673 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
Thu 9/9 12:48:03.675 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
Thu 9/9 12:48:03.677 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
Thu 9/9 12:48:03.679 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.handler.rewrite.RewriteHandler.handle(RewriteHandler.java:230)
Thu 9/9 12:48:03.681 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
Thu 9/9 12:48:03.683 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.Server.handle(Server.java:326)
Thu 9/9 12:48:03.685 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
Thu 9/9 12:48:03.687 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
Thu 9/9 12:48:03.689 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
Thu 9/9 12:48:03.691 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
Thu 9/9 12:48:03.693 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
Thu 9/9 12:48:03.695 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
Thu 9/9 12:48:03.697 [20541976@qtp-31534636-2@1397218] 	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)
Thu 9/9 12:48:03.798 [20541976@qtp-31534636-2@1397218] Requesting Items: Thu 9/9 12:48:03.799 [20541976@qtp-31534636-2@1397218] 0Thu 9/9 12:48:03.799 [20541976@qtp-31534636-2@1397218]  - Thu 9/9 12:48:03.799 [20541976@qtp-31534636-2@1397218] 5Thu 9/9 12:48:03.799 [20541976@qtp-31534636-2@1397218]
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma
Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire
SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT


Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink)

Last edited by evilpenguin; 09-09-2010 at 01:50 PM.
Reply With Quote
  #2  
Old 09-09-2010, 01:54 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
OK... I'll try to load this up tonight on my main server and see what happens... there's obviously something in that build that shouldn't be there... which is odd, since my changes were related to the dynamic menus and not the configuration setting, web ui, etc.
Reply With Quote
  #3  
Old 09-09-2010, 02:01 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
Also, Show -- Episode.xml doesn't seem to be working anymore. Its missing 100% of my episodes named that way vs. in 2.0.10 my hit rate was pretty solid, just missed ones with obvious naming discrepancies from thetvdb. I went ahead and attached a zip with my MediaTitles.xml and a big dump of my dummy videos that has a bunch of shows named in the Show -- Episode.mkv format.

Yeah, the problems i'm seeing are very odd if that's all the changes you made, this is on a completely clean machine too. Just rebuilt my server from scratch on Monday with clean Win7+Sage+Plugins.
Attached Files
File Type: zip PlayOnDummyVideos.zip (80.9 KB, 194 views)
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma
Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire
SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT


Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink)

Last edited by evilpenguin; 09-09-2010 at 02:05 PM.
Reply With Quote
  #4  
Old 09-09-2010, 06:48 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by evilpenguin View Post
Also, Show -- Episode.xml doesn't seem to be working anymore. Its missing 100% of my episodes named that way vs. in 2.0.10 my hit rate was pretty solid, just missed ones with obvious naming discrepancies from thetvdb. I went ahead and attached a zip with my MediaTitles.xml and a big dump of my dummy videos that has a bunch of shows named in the Show -- Episode.mkv format.

Yeah, the problems i'm seeing are very odd if that's all the changes you made, this is on a completely clean machine too. Just rebuilt my server from scratch on Monday with clean Win7+Sage+Plugins.
Thanks for the files... that made it easy to test... btw, I have 2.0.10 install on my test server, and the Show -- Episode entries failed. I then upgraded to 2.0.11 and they still failed Turns out it was because when I took your Seasion--Episode scraper I added some comments... and in those comments, included --, which is invalid inside an xml comment

So, basically, I broke your scraper by adding comments... and that version got shipped out with the 2.0.10-11 builds.

I'll try to get a 2.0.11 development environment setup tonight and see if I can't get a new build out with your scraper, minus the xml parsing errors that I added My normal phoenix dev area is pretty messed up at the moment, since I'm doing a bunch of refactoring, so it's not just as simple as redoing the build.

btw, here's the updated scraper xml, if you want to test...
Attached Files
File Type: zip Show--EpisodeTitle.xml.zip (522 Bytes, 198 views)
Reply With Quote
  #5  
Old 09-09-2010, 07:32 PM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
I've uploaded a 2.0.12 of phoenix-core, which should include the updated scraper file. My apologies for taking your working scraper and breaking it
Reply With Quote
  #6  
Old 09-10-2010, 04:06 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
Thanks Sean, 2.0.12 worked like a charm
__________________
Clients: 1xHD200 Connected to 50" TH-50PZ750U Plasma
Server : Shuttle SFF SSH55J2 w/ Win7 Home, SageTV v7, Core i3 540, 2GB RAM, 30GB SSD for OS, 1.5TB+2x1TB WDGP for Recordings, BluRay, 2xHDHR, 1xFirewire
SageTV : PlayOn, SJQ, MediaShrink, Comskip, Jetty, Web Client, BMT


Having a problem? Don't forget to include a log! (Instructions for: PlayOn For SageTV v1.5, MediaShrink)
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
Sage WebUI streaming to smartphone? SageGk SageTV Customizations 0 06-05-2010 07:57 AM
Where's dg2xml disappeared to? ShadowTD SageTV EPG Service 6 12-04-2009 07:45 AM
Searching File Format with WebUI megamojo SageTV Customizations 1 08-27-2008 04:37 AM
My recording just disappeared bhyman1 SageTV Software 8 02-01-2007 07:44 PM
Channel has disappeared mattsm SageTV EPG Service 7 01-15-2007 09:43 AM


All times are GMT -6. The time now is 05:22 PM.


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