subliminal icon indicating copy to clipboard operation
subliminal copied to clipboard

Subtitles, faster than your thoughts

Results 100 subliminal issues
Sort by recently updated
recently updated
newest added

Currently they are filtered by modified date [here](https://github.com/Diaoul/subliminal/blob/develop/subliminal/core.py#L546), but doesn't creation date make more sense? If you put/copy new files into the scanned folder they should be treated as new....

type/enhancement
type/question

I could download a movie. That still has the original "modified" date. The "changed" date tells me that I just have it, and that I want to have a subtitle...

type/enhancement

I have tried to use the "subscenter" provider by running this cunfigurtion: `subtitles = download_best_subtitles(new_videos, set([Language('heb'), Language('eng')]), providers=['subscenter'])` But I get the following error: ``` Traceback (most recent call last):...

type/bug

Added tusubtitulo.com and subtitulamos.tv providers.

type/new-provider

For the latest version: 2.0.3 There's a season match inconsistency when release names have no season (I'll provide real examples later today). Given a video file as bellow: `Show.Name.E05.720p.x264.mkv` The...

type/enhancement

As there is no 'release group' in both filename and subtitle it doesn't match release group and score get two low Maybe in LTV when subtitle name == filename we...

type/question