I'm using TVHeadEnd (TVHE) for my DVR functionality. The only pertinent configurations/settings i can seem to find in the TVHE server web interface for file naming is "Make Subdirectories Per Title" and "Include Episode In Filename". When enabled, i get a subdirectory which is named the same name as the show (this is compatible with TVDB conventions), and then i get a file name such as Scorpion.E37.ts (this seems to NOT be compatible with TVDB naming conventions per the info at http://kodi.wiki/view/Naming_video_files/TV_shows#Shows_without_seasons as the 'p' is missing, as in ep37 instead of E37). So, i enable the use absolute ordering (single season) setting in the TVDB addon. In this event, The TVDB addon doesn't seem to find anything. Using the Kodi naming convention as specified in the aforementioned link, it would seem that the file name should be Scorpion.ep37.ts (note the additional character, 'p'). However, after renaming the file, the TVDB addon still doesn't find anything, that is, the file doesn't show up in the library and no metadata is listed.
But if i go to thetvdb.org and find that episode, i find that it is actually season 2 episode 15. So i name the file Scorpion.s02e15.ts and what do you know, TVDB addon finds it and loads the metadata and i can now see the episode in the library.
So, here are my questions:
1) does anybody know of a setting that i'm missing to get the TVDB addon to use the absolute episode number (preferably in the format that TVHE uses, which is an 'E' followed by the absolute episode number)?
2) does anybody know if the extra character 'p' in the file name is really needed for absolute episode numbering, that is, is anything.E37.ts just as valid as anything.ep37.ts?
3) where is the best place for documentation on how to use the post processing functionality of TVHE? (What i'm looking to do is pass the name of the file that was just created from the recording to a script)