No useful scanning at all in that debug log.
You need to "Scan for new content" on the "The Academy Awards" directory and grab that debug log.
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-04-14 08:23
Post: #11
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
emo_boy
Junior Member Posts: 19 Joined: Dec 2011 Reputation: 0 |
2012-04-14 16:32
Post: #12
Okay, I removed "Academy Awards" directory, shutdown XBMC, then opened up XBMC for it to scan the new content again. The debug is below. The show shows up but no files do. I tried one suggestion of "The Academy Awards - S01E84 - The 84th Academy Awards 2012" nothing shows up. I tried "s2012-02-26.blah_blah" and that sort of works but it thinks it's a Red Carpet special, not the actual Awards Show. I am pretty sure the folder name needs to be "Academy Awards" and not "The Academy Awards" even though it shows up on thetvdb with "The" in front.
http://pastebin.com/Cvtv4By2 I am using default scrapper and the show is on thetvdb.com http://thetvdb.com/?tab=season&seriesid=...1323&lid=7
(This post was last modified: 2012-04-14 16:34 by emo_boy.)
|
| find quote |
PatK
Posting Freak Posts: 2,247 Joined: Mar 2010 Reputation: 67 |
2012-04-14 16:37
Post: #13
It did scrape... if the listing is not correct in TVDB then your issue is with the fellas over at TVDB, it's a user driven database, I'm sure they could use all the help you could give them.
|
| find quote |
emo_boy
Junior Member Posts: 19 Joined: Dec 2011 Reputation: 0 |
2012-04-14 17:06
Post: #14
Well I think the listing is not correct with "s2012-02-26.blah_blah" because it looks like it is linking to a special (which is the red carpet). There is no episode in that file name so I don't think it would show up. I would think it would need to be something: s01e84 to show up the way I would like it to?
However, if it is a problem with TVDB how would you suggest I submit this "issue"? Just wondering if you knew the steps to take over there. |
| find quote |
emo_boy
Junior Member Posts: 19 Joined: Dec 2011 Reputation: 0 |
2012-04-14 17:20
Post: #15
A quick search over there and it seems like it is an issue with XBMC (or at least they seem to think so)
http://forums.thetvdb.com/viewtopic.php?...rds#p36281 Basically XBMC thinks that the 84th episode is really the 13th. This is because on TheTVDB they only list 13 award show years. The first one they have listed is 72nd Academy Awards 2000, so XBMC thinks it is episode 01 because they don't have the other 71 years listed. I have not tested renaming it to 13 yet but I shall give it a try.
(This post was last modified: 2012-04-14 17:29 by emo_boy.)
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2012-04-15 01:33
Post: #16
The show is registering, great.
Enable debuglogging (Settings->System->Debugging). You haven't yet done that. Refresh the show (and all episodes) (Context menu on show->TV Show Information->Refresh) Grab the debug log and pastebin it. That will show you: 1. Whether XBMC is reading the episodes and, if so, what it's picking for season and episode number. 2. What it got back from thetvdb.com. From that we can figure out what you should be naming things. Cheers, Jonathan Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]()
(This post was last modified: 2012-04-15 01:33 by jmarshall.)
|
| find quote |
scudlee
Team-XBMC Member Posts: 579 Joined: Jul 2011 Reputation: 45 |
2012-04-15 01:55
Post: #17
(2012-04-14 17:20)emo_boy Wrote: A quick search over there and it seems like it is an issue with XBMC (or at least they seem to think so) This is exactly right. It's this bit of code in scraper.cpp, it assumes the lowest episode number for each season is the first episode, and down-shifts all the episode values accordingly. I ran into it a while ago whilst trying to make a personal mod of another scraper. |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help