Dharma tv shows in Video_ts format?
#1
I have several tv show seasons stored as vob files (video_ts etc). With XBMC 9.11 I couldn't get xbmc to recognise them for the library, I found the only option was converting to ISO and naming the iso correctly.

Has this changed with Dharma? Would be great if i could just name the folder as I would name the ISO e.g. "tvshowname.s01e01-02"
Reply
#2
It is possible to work with video_ts files under TV show.
The following link will guide you to your answer: http://forum.xbmc.org/showthread.php?tid=55497
it will explain how to create an advancedsettings.xml and include this code:
<tvshowmatching append="no">
<regexp>\[[Ss]([0-9]+)\]_\[[Ee]([0-9]+)\]?([^\\/]*)(?Sad?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
<regexp>[\._ \[\-\\/]([0-9]+)x([0-9]+)([^\\/]*)(?Sad?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
<regexp>[Ss]([0-9]+)[\.\-]?[Ee]([0-9]+)([^\\/]*)(?Sad?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
<regexp>[\._ \-\\/]([0-9]+)([0-9][0-9])([\._ \-][^\\/]*)(?Sad?:[\\/]video_ts)[\\/]video_ts.ifo)?</regexp>
</tvshowmatching>

Good luck
Reply
#3
thx, will try it!
Reply

Logout Mark Read Team Forum Stats Members Help
Dharma tv shows in Video_ts format?0