silence48 / m3u2strm

convert m3u files to strm files with the folder structure needed to use them in emby.
MIT License
18 stars 21 forks source link

How do i specify years for movies and TV to be downloaded? #1

Open mosood opened 3 years ago

mosood commented 3 years ago

def init(self, title, url, year=??None??, resolution=None, language=None): self.title = title.strip() self.url = url self.year = year self.resolution = resolution self.language = language

silence48 commented 3 years ago

It currently does not have this feature. The function you are referencing is just initializing the class. Would have to add a filter in the tools section, I will change this to a feature request and try to get it updated.

mosood commented 3 years ago

Thank you and i appreciate the response.