subliminal icon indicating copy to clipboard operation
subliminal copied to clipboard

big differences in versions?

Open yeahman45 opened this issue 3 years ago • 2 comments

I don't understand but almost all the options for CLI that are documented here: https://subliminal.readthedocs.io/en/latest/user/usage.html#cli are no more available?

I see only these options now: Options: --addic7ed USERNAME PASSWORD Addic7ed configuration. --legendastv USERNAME PASSWORD LegendasTV configuration. --opensubtitles USERNAME PASSWORD OpenSubtitles configuration. --omdb APIKEY OMDB API key. --cache-dir DIRECTORY Path to the cache directory. [default: /home/dockerprod/.cache/subliminal]

--debug Print useful information for debugging subliminal and for reporting bugs.

--version Show the version and exit. --help Show this message and exit.

yeahman45 avatar Apr 15 '21 18:04 yeahman45

subliminal download --help

garoto avatar Jun 18 '21 03:06 garoto

I am unsure but did the list_subtitles function ever had a username/password argument option? When I had posted this https://github.com/Diaoul/subliminal/issues/1008#issuecomment-842973845 message, I had sort of fixed my issue apparently. list_subtitles([self.video], {Language(self.language)}, providers=["opensubtitles"], username=["username"], password=["password"]) I had used the list_subtitles function like that and pretty sure it was getting the subtitles from opensubtitles after that. I don't remember what subliminal/python version I was at earlier, I update my stuff on a regular interval. But after updating python and subliminal both, it doesn't give me the same result. In fact it doesn't even take the username and password arguments at all. @garoto @Diaoul

EDIT: Nvm, my bad. I thought I had it fixed but that was not the case. But found this which fixed my issue. https://github.com/Diaoul/subliminal/issues/848

RaXorX avatar Sep 30 '21 00:09 RaXorX