Posts: 2
Joined: Sep 2011
Reputation:
0
I uploaded some old Looney Tunes cartoons to my comp, but XBMC is failing to recognize them. They're all Bugs Bunny shorts. Does anyone have any tips on how to fix this?
Are they categorized as TV Shows or Movies (since they originally ran in movie theatres)??
Posts: 868
Joined: Jul 2011
Reputation:
9
I know from previous experience you'll find these animated shorts listed on IMDB, so I guess that's the scraper to use. If in doubt check the TVDb, if they're on there you have your answer.
Posts: 2
Joined: Sep 2011
Reputation:
0
So, i have to change my scraper then? This is the first time this has ever happened. Weird.
Posts: 3,933
Joined: Mar 2006
Reputation:
170
Weird how? A scraper it's not a piece of magic, it just retrieves stuff from an external database. If stuff is not there, you change scraper.
For troubleshooting and bug reporting please make sure you
read this first (usually it's enough to follow instructions in the second post).
Posts: 7,256
Joined: Nov 2008
Reputation:
121
I would put the cartoons in a directory that isn't included in your existing sources, then create a new source just for the cartoons. That allows you to play with the scraper settings without messing up anything else in the database.
JR
Posts: 27
Joined: Dec 2010
Reputation:
0
I had a similar question about "Looney Tunes Golden Collection" The files are split into different folders for each disc and it's a 6 disc collection. Does anyone have any insight on how to get it to scrape?
Posts: 5
Joined: Mar 2011
Reputation:
0
i'm also trying to figure this out... any suggestions?
Posts: 225
Joined: Sep 2010
Reputation:
6
IMDB won't work, but they seem to be listed on thetvdb.com.
They are sorted by year (1930-2009) rather than season. I'm guessing individual files may need to be named something like "S1958E13 Knighty Knight Bugs", but I'm not at home to give it a try.
Posts: 62
Joined: Jul 2012
Reputation:
0
Did anyone ever figure out a way to do this? I have been looking and reading as well, and can't find anything besides Tim.'s example. Renaming 300+ files to the year and episode by finding the episode on that list is a task indeed. I have tried about 3-4 though, and it works. It just lumps them into one large list though and doesn't separate them by years.
Posts: 21
Joined: Feb 2013
Reputation:
0
As a new xbmc user I am also running into this problem. Is there any way to get it to match on the episode title only? I named all mine "d01e01 Baseball Bugs.m4v", etc. which is 1942x2. But since the name is exact...
Posts: 27
Joined: Dec 2010
Reputation:
0
I ended up using Tim's method it was time consuming but worked perfectly, my system treats each year as a season.
Posts: 21
Joined: Feb 2013
Reputation:
0
So I whipped up a quick powershell script to rename my files based off the data from thetvdb data. The initial run I got all except 49 episodes renamed. Took about 10 minutes. I'll post the method an script I used.