Posts: 31,445
Joined: Jan 2011
2013-01-05, 05:25
(This post was last modified: 2013-01-05, 05:26 by Ned Scott.)
Not sure. I looked and that note was added a few years ago, so it might be supported now. I'll try to find out and update the page accordingly.
Also, just to be clear, that's just talking about using URLs in an nfo file to point to the correct scraper data.
Posts: 66
Joined: Oct 2012
Reputation:
0
2013-09-14, 11:08
(This post was last modified: 2013-09-14, 11:14 by shms.)
no updates on this?
xbmc needs a way to manually scrape episodes like you can do with tv series by pressing "i".
Posts: 31,445
Joined: Jan 2011
I'm not sure I see when there would be a situation where you couldn't point to a TV show URL, but you could point to an episode URL.
The more common situation is having a TV show entry/URL, but the episode isn't listed on the site, or in a way that isn't desired. In that case, a normal manual NFO file for the episode would be used.
Posts: 5,174
Joined: Jan 2010
Reputation:
97
Kib
Team-Kodi Member
Posts: 5,174
So you create a NFO file for the series, which contains the tvdb id. Then you name your episode S01E01 and presto it is found.
No need to link to an individual episode at all.
Posts: 31,445
Joined: Jan 2011
It won't work even with NFO files with the URL, not with the naming convention you are using. XBMC has to enumerate the episodes before it even loads info. To do what you want to do, you need to modify the regex patterns that XBMC uses to detect episodes:
http://wiki.xbmc.org/index.php?title=Vid...file_names
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Name your shows the XBMC/TVDB way. If you don't want to do that, don't use XBMC.
Or if you want it to work a different way, then patches are welcome.
Some people don't want to change filnames becasue they want to continue to seed the files to a torrent tracker. Although i am sure you are not indulging in such illegal activities, a known solution is to download the files outside your TV storage path, then symlink the proper names into the place where XBMC expects to find them.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Posts: 66
Joined: Oct 2012
Reputation:
0
i love xbmc, ive been using it since 2003 on my first xbox, and i will never replace it with anything. I just know this feature would be welcomed, and not just by me.
And i dont use torrents.
Posts: 19,982
Joined: May 2009
Reputation:
452
nickr
Retired Team-Kodi Member
Posts: 19,982
Well do the symlink thing then.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)