|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
phoenix.fanart.GetDefaultEpisode() returning wrong image?
Hey Sean,
Can you check out this thread, I started noticing this myself recently. http://forums.sagetv.com/forums/show...d=1#post489398 It looks like when we call GetDefaultEpisode() on a show and we don't have an episode image for that specific episode it will return another image. -Scott
__________________
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) |
#2
|
||||
|
||||
Ok. I'll take a look when I'm home later. Maybe I'm doing something weird in the code.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#3
|
||||
|
||||
I also spent like an hour digging though Phoenix source code looking for where you the code is for locating the episode image is and failed miserably. Can you point it out to me
__________________
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) |
#4
|
||||
|
||||
Quote:
I did a quick look at the GetEpisode and GetDefaultEpisode methods, and tracing them back. Nothing stood out as being odd. In the cases where you seeing the wrong episode, can you discern a pattern? Can you tell which show it's taking it from... ie, from the same series, different series, different season?
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#5
|
||||
|
||||
Yeah, i've got a few shows I can reproduce it on pretty easily. Looks like when it happens I get an warning...
Code:
2011-03-25 17:42:38,229 [AWT-EventQueue-0] WARN sagex.phoenix.fanart.FanartUtil - Can't determine the Episode Fanart java.lang.Exception: Missing Season/Episode information Check out this screen shot of whats going on... Top Right is Sage Top Left is what Diamond's getting by calling GetDefaultEpisode(MediaObject) Bottom Right is Phoenix Log Bottom Left is whats available in my fanart folder Can't see any patern to it. There are other shows that don't have episode images available and Phoenix properly returns null on GetDefaultEpisode(MediaObject).
__________________
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; 03-25-2011 at 07:00 PM. |
#6
|
||||
|
||||
Quote:
In the meantime, GetDefaultEpisode, returns the sagetv default episode image IF it cannot find the specific image. You can simply call the GetEpisode api if you don't want this functionality, and it will return null if it can't find the image. This doesn't fix your problem as to why I can't determine the season/episode information, but it will probably fix the problem of you seeing the "Default" episode image when there isn't a specific one.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Phoenix fanart: Change background image in SMM | tonysathre | Sage My Movies | 1 | 11-03-2010 07:50 PM |
Recordings preview image showing the same (wrong) image | dinki | SageTV v7 Customizations | 4 | 07-12-2010 04:35 PM |