• 1
  • 14
  • 15
  • 16
  • 17
  • 18(current)
[Release] Meta video search addon
(2019-03-03, 23:14)scofield272 Wrote: "link"      : "c:/TV SHOWS/",
    "steps"     : ["{clearname}.*S{season:02d}E{episode:02d}.*(avi|mp4|mkv|mpg|mov|ts)"],
    "action"    : "PLAY"

try this:

"link"      : "c:/TV SHOWS/",
    "steps"     : ["{clearname}",
                     "{clearname},.*S{season:02d}E{episode:02d}.*(avi|mp4|mkv|mpg|mov|ts)"],
    "action"    : "PLAY"
Reply
(2019-03-06, 11:14)umonkey Wrote:
(2019-03-03, 23:14)scofield272 Wrote: "link"      : "c:/TV SHOWS/",
    "steps"     : ["{clearname}.*S{season:02d}E{episode:02d}.*(avi|mp4|mkv|mpg|mov|ts)"],
    "action"    : "PLAY"

try this:

"link"      : "c:/TV SHOWS/",
    "steps"     : ["{clearname}",
                     "{clearname},.*S{season:02d}E{episode:02d}.*(avi|mp4|mkv|mpg|mov|ts)"],
    "action"    : "PLAY"


You’re making it to complicated. Just use:


"link"      : "c:/TV SHOWS/",
    "steps"     : [
"{clearname}",
                     ".*S{season:02d}E{episode:02d}.*”
],
    "action"    : "PLAY"
Reply
thank you for the support Smile

i've manged to do it FINALLY ,  my issue was that the season folder was in hebrew עונה ,
so the steps which are working for me is :

["{clearname}.*" ,"עונה {season}",".*S{season:02d}E{episode:02d}.*(avi|mp4|mkv)"],
Reply
  • 1
  • 14
  • 15
  • 16
  • 17
  • 18(current)

Logout Mark Read Team Forum Stats Members Help
[Release] Meta video search addon3