jetskijoe New User

Posts: 8 Join date: 2009-01-14
 | Subject: Show missing TV episodes. Mon Feb 02, 2009 4:59 pm | |
| It would be cool if it showed missing TV episodes. For example if you go to season 1 and in the list the missing episodes are grayed out. |
|
lupis42 New User

Posts: 5 Join date: 2010-02-14
 | Subject: Re: Show missing TV episodes. Sun Feb 14, 2010 8:57 pm | |
| I would really like to see this as well. It would be particularly handy if I could link files to missing episodes, as I have some shows where the file simply doesn't come up for some reason. |
|
billyad2000 Admin

Posts: 1326 Join date: 2008-09-20
 | Subject: Re: Show missing TV episodes. Tue Feb 16, 2010 1:40 pm | |
| I am looking at something like this in the medium term.
It will most probably be a kind of filter. Will think about it more carefully once I get to it. |
|
ingeon Junior Member

Posts: 27 Join date: 2010-03-10
 | Subject: Re: Show missing TV episodes. Thu Apr 29, 2010 8:11 pm | |
| It would be nice to see and export a list of missing episodes in MC. (Found Rename&missing check ) on google code. Watched a season of a series (without looking at numbers) in XBMC only later to realize we missed a critical episode 
Last edited by ingeon on Fri Apr 30, 2010 8:28 am; edited 6 times in total |
|
StormyKnight VIP

Posts: 556 Join date: 2008-10-08 Location: Australia
 | Subject: Re: Show missing TV episodes. Fri Apr 30, 2010 4:22 am | |
| I don't know if this will be of any use but if you have a look at this website, it allows you to view/download a list of shows & episodes.
http://www.mytvwebsite.com/showlist.php
Now the thing is the whole website can be downloaded yourself& used to host your own list....
http://sourceforge.net/projects/tvrageshellsite/
Just wondering if this in any way me be able to be used by MC to work out what episodes a show has so that it can indicate which shows we are missing.
Cheers |
|
billyad2000 Admin

Posts: 1326 Join date: 2008-09-20
 | Subject: Re: Show missing TV episodes. Fri Apr 30, 2010 10:04 am | |
| I am looking in to this, and will definately be added at some point over the next few weeks.
@Stormyknight I was looking at the TV Rage API (http://services.tvrage.com/info.php?page=public&go=fullschedule) although basic, it would serve the purpose. I think ripping the full data may well be counted an abuse of the service and almost certainly overkill.
The only real problem would be ensuring the correct show details were obtained, it may be better to use TVDB. |
|
marked Junior Member

Posts: 24 Join date: 2010-04-12
 | Subject: Re: Show missing TV episodes. Mon May 03, 2010 10:18 am | |
| | StormyKnight wrote: | | Just wondering if this in any way me be able to be used by MC to work out what episodes a show has so that it can indicate which shows we are missing. |
You can do this with the tvdb api.
1) From a list of shows, I touch a 0 byte file within named <show>\<show>.s01e01.avi
2) Scrape with tvmetadatafinder to get .nfo files to get the tvdbid.
3) use the tvdb api with the tvdbid to get .xml file, and the episodes.xml. Parse the xml files to get all season, all episodes numbers and titles, all specials, (show\season 00\show.s00eXX.title.avi)
4) touch the files to create 0 byte files. ie . 24\season 01\24.s01e01.avi
5) use MC to get all the metadata.
essentially I end up with an offline setup with all the metadata but no avis.
There is nothing intrinsically different in MC parsing tvcache.xml and the episode xml to find the differences to create the "missing episode" list. MC could use this method and grey out all 0 byte files, marking them as missing. This would be different to an explicitly specified offline folder. MC could then offer an option of marking the missing episodes to a list somewhere, generating a torrent search <ahem> for all the legal downloads, or blocking the ability to play the next non-missing episodes until you've obtained the missing one...
I did most of this before coming across MC, which is very close to doing all the above in one go, but isn't quite there yet. |
|