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 07-02-2011, 07:30 PM
peterjb peterjb is offline
Sage Advanced User
 
Join Date: Feb 2004
Location: Canberra, Australia
Posts: 201
Fanart Storage Exception

I'm trying to use BMT & SageTV 7.1.9 under Linux. The logs are full of the following type of error when it tries to store fanart:

2011-07-03 11:14:01,600 [Thread-28] WARN sagex.phoenix.metadata.MetadataManager - Some or all fanart was not saved due to some unkown problem
MetadataException [file=DecoratedItem: [SageMediaFile [sageId=18678, sageObject=MediaFile[id=18678 A[18681,18679,"",0@1117.06:33,110] mask=V host=tardis encodedBy= format=AVI 1:50:18 888 kbps [#0 Video[MPEG4-Video 23.98 fps 608x256 19:8 progressive]#1 Audio[MP3 48000 Hz 2 channels 128 kbps idx=1]{TrailerUrl=http://www.imdb.com/video/screenplay/vi2649621529/, IMDBID=tt0492956, ScrapedBy=Phoenix, MediaType=Movie, ScrapedDate=1309655641599, MediaProviderDataID=tt0492956, MediaProviderID=imdb}] /storage/media/movies/The Game Plan/The Game Plan(2007).avi, Seg0[Mon 11/17 6:33:55.860-Mon 11/17 8:24:14.000]]]], metadata=sagex.phoenix.metadata.proxy.MetadataProxy, ]
at sagex.phoenix.fanart.FanartStorage.saveFanart(FanartStorage.java:44)
at sagex.phoenix.metadata.MetadataManager.updateMetadata(MetadataManager.java:468)
at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:528)
at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:496)
at sagex.phoenix.metadata.AutomaticMetadataVisitor.visit(AutomaticMetadataVisitor.java:27)
at sagex.phoenix.vfs.DecoratedMediaFile.accept(DecoratedMediaFile.java:49)
at sagex.phoenix.vfs.DecoratedMediaFolder.accept(DecoratedMediaFolder.java:63)
at sagex.phoenix.metadata.PhoenixMetadataSupport$1.run(PhoenixMetadataSupport.java:124)
at sagex.phoenix.progress.ProgressTrackerManager$1.run(ProgressTrackerManager.java:48)

I'd previously had success with BMT & SageTV 7.0.23 working under Linux in a VM, So I'm not sure if I've cocked something up or something underlying has changed. The central fanart directory has full read/write permissions so I don't think that's the issue.

Any Ideas?

Cheers

Peter
Reply With Quote
  #2  
Old 07-03-2011, 05:04 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by peterjb View Post
I'm trying to use BMT & SageTV 7.1.9 under Linux. The logs are full of the following type of error when it tries to store fanart:

2011-07-03 11:14:01,600 [Thread-28] WARN sagex.phoenix.metadata.MetadataManager - Some or all fanart was not saved due to some unkown problem
MetadataException [file=DecoratedItem: [SageMediaFile [sageId=18678, sageObject=MediaFile[id=18678 A[18681,18679,"",0@1117.06:33,110] mask=V host=tardis encodedBy= format=AVI 1:50:18 888 kbps [#0 Video[MPEG4-Video 23.98 fps 608x256 19:8 progressive]#1 Audio[MP3 48000 Hz 2 channels 128 kbps idx=1]{TrailerUrl=http://www.imdb.com/video/screenplay/vi2649621529/, IMDBID=tt0492956, ScrapedBy=Phoenix, MediaType=Movie, ScrapedDate=1309655641599, MediaProviderDataID=tt0492956, MediaProviderID=imdb}] /storage/media/movies/The Game Plan/The Game Plan(2007).avi, Seg0[Mon 11/17 6:33:55.860-Mon 11/17 8:24:14.000]]]], metadata=sagex.phoenix.metadata.proxy.MetadataProxy, ]
at sagex.phoenix.fanart.FanartStorage.saveFanart(FanartStorage.java:44)
at sagex.phoenix.metadata.MetadataManager.updateMetadata(MetadataManager.java:468)
at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:528)
at sagex.phoenix.metadata.MetadataManager.automaticUpdate(MetadataManager.java:496)
at sagex.phoenix.metadata.AutomaticMetadataVisitor.visit(AutomaticMetadataVisitor.java:27)
at sagex.phoenix.vfs.DecoratedMediaFile.accept(DecoratedMediaFile.java:49)
at sagex.phoenix.vfs.DecoratedMediaFolder.accept(DecoratedMediaFolder.java:63)
at sagex.phoenix.metadata.PhoenixMetadataSupport$1.run(PhoenixMetadataSupport.java:124)
at sagex.phoenix.progress.ProgressTrackerManager$1.run(ProgressTrackerManager.java:48)

I'd previously had success with BMT & SageTV 7.0.23 working under Linux in a VM, So I'm not sure if I've cocked something up or something underlying has changed. The central fanart directory has full read/write permissions so I don't think that's the issue.

Any Ideas?

Cheers

Peter
Peter is there an exception before this (but different). Unfortunately this isn't telling me what happened, just that it failed

I also run 7.1 under linux without issues, so as long as you have the read/write access to the central fanart then you should be fine. So, this is likely another issue, not sure what at the moment.
Reply With Quote
  #3  
Old 07-05-2011, 05:38 AM
peterjb peterjb is offline
Sage Advanced User
 
Join Date: Feb 2004
Location: Canberra, Australia
Posts: 201
I'll take from this that I've cocked something up But whatever it is it's repeatable as I get the same results for both 7.0.23 & 7.1.9 in different virtual machines. I've got a working 7.0.23 version in another VM which I'll use for a comparison..

Cheers

Peter
Reply With Quote
  #4  
Old 07-05-2011, 05:59 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by peterjb View Post
I'll take from this that I've cocked something up But whatever it is it's repeatable as I get the same results for both 7.0.23 & 7.1.9 in different virtual machines. I've got a working 7.0.23 version in another VM which I'll use for a comparison..

Cheers

Peter
I did find an error in the imdb provider, so this may be realted. I'm hopeing to have build to go out tonight. Was supposed to go out last night but I ran into some issues.
Reply With Quote
  #5  
Old 07-06-2011, 04:00 AM
peterjb peterjb is offline
Sage Advanced User
 
Join Date: Feb 2004
Location: Canberra, Australia
Posts: 201
The new version of the plugin resolves the issue I was having - Thanks!

Cheers

Peter
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
TV Recordings - large thumbnail fanart displayed on top of poster fanart mkanet Diamond 5 03-25-2011 03:33 PM
Fanart: Complete Fanart Collection... 4000 Movies and TV shows mkanet SageTV Customizations 24 04-20-2010 03:31 PM
Massive Storage Solution(s) -- The search for a fast/expandable/HUGE storage solution taylork Hardware Support 82 08-17-2009 04:36 PM
SageMC, Fanart, MediaScraper & Central FanArt folder structure – Help requested rmac321 SageMC Custom Interface 24 06-14-2009 02:00 PM
Network storage VS local storage darkside SageTV Software 0 09-05-2004 09:44 AM


All times are GMT -6. The time now is 07:20 PM.


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