Page 2 of 3

Re: [OS] API only for logged users

Posted: Sun Apr 12, 2020 12:47 pm
by eduo
Well.

SolEol supports this, so I keep not finding an excuse to update the damn thing :lol:

Re: [OS] API only for logged users

Posted: Mon Apr 13, 2020 6:01 am
by oss
Updates are always good :)

Re: [OS] API only for logged users

Posted: Fri Apr 17, 2020 10:51 am
by flajko
Hi,
MPC and BS player are not working, SolEol works. Same machine, connection, firewall disabled... Any ideas?

Re: [OS] API only for logged users

Posted: Sat Apr 18, 2020 8:40 am
by oss
Are you logged everywhere, right ?

Re: [OS] API only for logged users

Posted: Sat Apr 18, 2020 12:12 pm
by flajko
Are you logged everywhere, right ?
Yes, correct user and pass

Re: [OS] API only for logged users

Posted: Sat Apr 18, 2020 12:19 pm
by flajko
P.S. All worked fine before login was required. BS player is quite old, MPC was also so I updated to latest version but it doesn't help.

Re: [OS] API only for logged users

Posted: Mon Apr 20, 2020 7:39 am
by oss
let the Developers of those programs contact us so we can solve it. We need debug data.

Re: [OS] API only for logged users

Posted: Wed Apr 22, 2020 10:35 am
by NeleEoin
Hey there, I had to reinstal Popcorn-Time 0.4.3-0 and I'm having the same issue.
I connected to my account at open opensubtitles, but the subtitles just do not load for movies and the option does not even appear in the series.
Is there any solution for this?
Thanks in advance

hi to fix this problem you need to enter your log in data in source code of Popcorn-Time

If you open the location "C:\Users\your pc name\AppData\Local\Popcorn-Time\src\app" right click on the "settings.js" and choose from the popup "open with", this should give you some other options to open the file, I used Notepad 'cause its easily accessable.
scrol down until you find this

// OpenSubtitles
Settings.opensubtitlesAutoUpload = true;
Settings.opensubtitlesAuthenticated = ;false;
Settings.opensubtitlesUsername = "";
Settings.opensubtitlesPassword ="";`


now fill in like this

// OpenSubtitles
Settings.opensubtitlesAutoUpload = true;
Settings.opensubtitlesAuthenticated = true;
Settings.opensubtitlesUsername = "yourmail@address";
Settings.opensubtitlesPassword = "your password";`

with the logon details you created a account with "Opensubtitle.org"
Hope this helps

Re: [OS] API only for logged users

Posted: Mon Apr 27, 2020 2:58 am
by LhOuzrJtC3
P.S. All worked fine before login was required. BS player is quite old, MPC was also so I updated to latest version but it doesn't help.
Got the same problem as everyone else in MPC-HC, but figured out and now is working, dunno if I could post the fix here.

Re: [OS] API only for logged users

Posted: Mon Apr 27, 2020 8:22 am
by SmallBrother
Got the same problem as everyone else in MPC-HC, but figured out and now is working, dunno if I could post the fix here.
You have the solution to a problem?
Feel free to post it.

Re: [OS] API only for logged users

Posted: Mon Apr 27, 2020 9:13 am
by oss
Maybe it is good idea to make topic, where every major mediacenter/player will be written with available fix.

Re: [OS] API only for logged users

Posted: Mon Apr 27, 2020 11:44 am
by SmallBrother
Maybe it is good idea to make topic, where every major mediacenter/player will be written with available fix.
That's an idea.
But let's wait for the fix by LhOuzrJtC3 ;-)

Re: [OS] API only for logged users

Posted: Tue Apr 28, 2020 7:00 am
by LhOuzrJtC3
Ok, theres a somewhat hidden option in mpc-hc, so you can put your username and password to an specific site where mpc-hc takes the subtitles from.

Open MPC-HC. Goto View/Options (or just press O), then in the tree select Subtitles/Misc. You will see the list of sites to use when searching for subtitles with MPC-HC. Right click in OpenSubtitles and click "Setup", it will ask for username and password for the site. Now, Im using Windows 10 and the input dialog is from Windows Security which I had never seen until now, it may be different in other windows versions. Apply and close. Done.

Try and let me know how it goes. Take in account MPC-HC has been discontinued since 2017 so dont expect support from them. Bug tracker dissapeared. I know there are some other forks coming from MPC, options may differ. I'm using 1.7.13 x64 which I believe was the lastest version.

Excuse my poor english, Im kinda rusty.

Re: [OS] API only for logged users

Posted: Wed Apr 29, 2020 6:57 am
by oss
Maybe it is good idea to make topic, where every major mediacenter/player will be written with available fix.
That's an idea.
But let's wait for the fix by LhOuzrJtC3 ;-)
ok if you can compile some list, would be great. Maybe we can make even article on blog.opensubtitles.org from it also

Re: [OS] API only for logged users

Posted: Wed Apr 29, 2020 8:01 am
by SmallBrother
ok if you can compile some list, would be great.
The 'list' is only two parts, but check it out: viewtopic.php?t=17153