Live Subtitles unable to login to OpenSubtitles.org

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: Live Subtitles unable to login to OpenSubtitles.org

Post by Nadahar »

Blame SARS2....: https://forum.opensubtitles.org/viewtop ... 489#p43489

It should be possible to configure a user for UMS to use unless this has been broken since I made it. That means you'd have to create an opensubtitles.org user and store the username and password in UMS' "creds" file.

I wouldn't be too surprised if the API stays "lock down" also after the pandemic is over.
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: Live Subtitles unable to login to OpenSubtitles.org

Post by Nadahar »

You might have to create it yourself. I'm not sure to what extent this is documented or where this documentation exists, but it actually a very simple text file. I think it should be placed in the UMS profile folder (where you find UMS.conf), and I think it should be names "UMS.cred".

The template is:

Code: Select all

# Add credentials to the file
# on the format tag=user,password
# For example:
# channels.xxx=name,secret
The clue thus is what the "tag" is, but from a quick look in the source code it looks like the tag is simply "opensubtitles".

If this is the case, all you would need to do is to create a file, UMS.cred, in the correct folder, containing the following:

Code: Select all

opensubtitles=<username>,<password>
Post Reply