INFO:subliminal.core:Skipping provider 'addic7ed': no language to search for
See original GitHub issue… INFO:subliminal.core:Refining video with metadata DEBUG:subliminal.refiners.metadata:Found resolution 720p DEBUG:subliminal.refiners.metadata:Found video_codec h264 DEBUG:subliminal.refiners.metadata:Found audio_codec AC3 DEBUG:subliminal.refiners.metadata:Found embedded subtitle set([<Language [en]>]) INFO:subliminal.core:Refining video with tvdb INFO:subliminal.refiners.tvdb:Searching series ‘Dark Matter’ DEBUG:subliminal.refiners.tvdb:Found 2 results DEBUG:subliminal.refiners.tvdb:Found exact match on series u’Dark Matter’ DEBUG:subliminal.refiners.tvdb:Found series {u’seriesId’: u’‘, u’rating’: u’TV-14’, u’overview’: u’The six-person crew of a derelict spaceship awakens from stasis in the farthest reaches of space. Their memories wiped clean, they have no recollection of who they are or how they got on board. The only clue to their identities is a cargo bay full of weaponry and a destination: a remote mining colony that is about to become a war zone. With no idea whose side they are on, they face a deadly decision. Will these amnesiacs turn their backs on history, or will their pasts catch up with them?‘, u’firstAired’: u’2015-06-13’, u’id’: 292174, u’aliases’: [], u’networkId’: u’‘, u’network’: u’Space’, u’zap2itId’: u’EP02164263’, u’seriesName’: u’Dark Matter’, u’status’: u’Continuing’, u’added’: u’2015-02-16 15:46:41’, u’imdbId’: u’tt4159076’, u’lastUpdated’: 1471083307, u’addedBy’: 63541, u’genre’: [u’Drama’, u’Mystery’, u’Science-Fiction’], u’banner’: u’graphical/292174-g2.jpg’, u’airsTime’: u’10:00 PM’, u’siteRatingCount’: 50, u’airsDayOfWeek’: u’Friday’, u’runtime’: u’45’, u’siteRating’: 8.3} INFO:subliminal.refiners.tvdb:Getting series episode 2x8 DEBUG:subliminal.refiners.tvdb:Found episode {u’seriesId’: 292174, u’airsAfterSeason’: None, u’dvdEpisodeNumber’: 8, u’productionCode’: u’‘, u’overview’: u’A Blink Drive test goes awry, propelling the Raza to a parallel reality.‘, u’airedSeasonID’: 648603, u’thumbAdded’: u’‘, u’episodeName’: u’Stuff to Steal, People to Kill’, u’airedSeason’: 2, u’airsBeforeSeason’: None, u’showUrl’: u’‘, u’id’: 5443966, u’dvdDiscid’: u’‘, u’filename’: u’‘, u’dvdSeason’: 2, u’writers’: [], u’airedEpisodeNumber’: 8, u’absoluteNumber’: 21, u’thumbHeight’: None, u’imdbId’: u’tt5578258’, u’lastUpdated’: 1471434806, u’director’: u’‘, u’lastUpdatedBy’: 348094, u’dvdChapter’: None, u’airsBeforeEpisode’: None, u’language’: {u’overview’: u’en’, u’episodeName’: u’en’}, u’thumbAuthor’: 1, u’siteRatingCount’: 0, u’directors’: [], u’firstAired’: u’2016-08-19’, u’guestStars’: [], u’siteRating’: 0, u’thumbWidth’: None} INFO:subliminal.core:Refining video with omdb DEBUG:subliminal.refiners.omdb:No need to search Collecting videos [####################################] 100%
1 video collected / 0 video ignored / 0 error Downloading subtitles [####################################] 100% Dark.Matter.S02E08.720p.HDTV.x264-FLEET.mkvINFO:subliminal.core:Skipping provider ‘addic7ed’: no language to search for Downloading subtitles [####################################] 100%
DEBUG:subliminal.core:Terminating initialized providers 0 subtitle downloaded for Dark.Matter.S02E08.720p.HDTV.x264-FLEET.mkv
subliminal --debug --addic7ed username password download "pathtodarkmatterhere" -p addic7ed -l en -v -hi -a 2d
Unable to get subtitle for this file: Dark.Matter.S02E08.720p.HDTV.x264-FLEET.mkv
This is the addic7ed site it’s getting from: http://www.addic7ed.com/serie/Dark_Matter/2/8/Stuff_to_Steal%2C_People_to_Kill
This started happening since several episodes back, not sure what is the issue
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (4 by maintainers)
Top GitHub Comments
This issue is related to embedded subtitles. Your video has an embedded english subtitle:
DEBUG:subliminal.refiners.metadata:Found embedded subtitle set([<Language [en]>])
And since you’re not using
--force
, subliminal is assuming that there’s no remaining language:INFO:subliminal.core:Skipping provider 'addic7ed': no language to search for
So it’s not related to Addic7ed.
subliminal --debug --addic7ed user pass download /mnt/user/TV\ Shows/Dark\ Matter/Dark.Matter.S02E11.720p.HDTV.x264-FLEET.mkv -p addic7ed -l en -v -hi -a 2d
subliminal --debug --addic7ed user pass download /mnt/user/TV\ Shows/Dark\ Matter/ -p addic7ed -l en -v -hi -a 2d
(you might need to adjust the 2d accordingly since 2 days has already passed)
Curious to know if it worked for you using the same command line and pip setup