Uputstvo za gledanje filmova preko POPCORN-a

Član
Učlanjen(a)
04.05.2009
Poruka
382
Popcorn time radi, kako ne radi. Evo kako ga popraviti:

Kod:
Many of you have seen the article in TorrentFreak about the 2 guys who were caught by Brein.They had to delete all their accounts, links and stop working on the community version immidiately.This will not stop us in any way, but we will not credit any of the people involved to protect them.
We have replaced some of the links including working installers with the fix already applied for Windows/Mac/Linux.You can find a link to the site where you can download them below.
Here is a little update on why the .ml site is down.
Link.
Official site for the community edition:
Here you can find working installers for Windows/Mac/Linux with the fix already applied. Now also available for Android/TV.
https://popcorntimece.tk/
Here is binaries for the CE version if any of the links above is down.
Windows.
Mac OS.
Linux 32bit.
Linux 64bit.
Android and TV apk.
If the downloads don't work for some reason just send me a pm and i will try to aquire new ones, Ehh actually don't send me a pm. When 70 of you do it at the same time it's just a pain. Comment in this thread if you have any problems with any of the links above or below.
Official discuss forum for the community edition
Here you can find out more about the community edition, ask questions, make request or just discuss this great software. Join us now in the link below.
http://discuss.popcorntime.ml/
Do you have vpn.ht?. Great, just start the original version from popcorntime.io after you connect to vpn.ht and a hotfix will appear. It will give you a working movie/tv show section again.Deleted the old version? No problem, fetch it from HERE when you are connected to vpn.ht. Having problems with the hot fix not appearing? Try to switch servers, usually it does the trick.
You can also download the original popcorntime.io version from HERE and manually apply the fix yourself. That link will take you to web archive which shows a cached version of the popcorntime.io official site.
Here is binaries(Installers) for the popcorntime.io version if any of the links above doesn't work for some reason.
Mac.- For Mac OSX 10.7 and above.
Widows.- For Windows XP and above.
Linux64.- For 64-bit Linux Users.
Linux32.- For 32-bit Linux Users.
Android.apk.- For Android 4.0.3 and above.
Android-TV-ARM-1.0.apk.- For Android TV 5.0 and above (ARM v7a).
Android-TV-x86-1.0.apk.- For Android TV 5.0 and above (x86).
IOS.- For iOS 7 and above.
While TorrentsAPI may not be as maintained as YTS was it sure does the job. None of us claim to know anything about any of the services so use it as your own risk.
For those who want to implement yts.ag instead of Torrentsapi as a movie provider can press HERE Just follow the same direction with this file as the yts.js file below..
Tv show fix:
Open Popcorn Time
Click on Settings (Small cog in top right)
Make sure "Show Advanced Settings" is checked.
Scroll Down to "TV Show API Endpoint" and change https://eztvapi.re/to one of the following:
https://popcornwvnbg7jev.onion.to/ (Type it in, if you want to copy it in put one space at the end and then press delete once)
https://www.popcorntime.ws/api/eztv/ (Type it in, if you want to copy it in put one space at the end and then press delete once)
Restart Popcorn Time - Done!
Tv show api endpoints
https://popcornwvnbg7jev.onion.to/
https://www.popcorntime.ws/api/eztv/
Are you hosting a API you don't mind sharing, please let us know!
"Proof" that it is working:
http://imgur.com/a/vxg0W
http://imgur.com/a/Iso2P
Manual Method yts fix (Windows & Mac)
YTS Fix:
Browse to your Popcorn Time's "/src/app/lib/providers/" folder:
Windows Default: C:\Users\USERNAME\AppData\Local\Popcorn Time\src\app\lib\providers
Mac Default: Popcorn-Time.app/Contents/Resources/app.nw/src/app/lib/providers/
Make a backup (copy) of yts.js
Go to http://pastebin.com/raw.php?i=k7dcXgyH and copy all of the text to your clipboard.
Open yts.js in a text editor, delete all of it's contents and now paste in the text from your clipboard and now save your file.
OPTIONAL: If you'd rather download and replace the file, you can download yts.js from:
https://mega.nz/#!yow0wZDJ!617Gk01f82JGb-VI6JnYlkoY9Ni_NGsjYO0lgKL82hI
Search & Genres Fix:
Browse to your Popcorn Time's /src/app/ folder:
Windows Default: C:\Users\USERNAME\AppData\Local\Popcorn Time\src\app
Mac Default: Popcorn-Time.app/Contents/Resources/app.nw/src/app/
Make a backup (copy) of settings.js
Go to http://pastebin.com/raw.php?i=WK5yBtQ1 and copy all of the text to your clipboard
Open settings.js in a text editor, delete all of it's contents and now paste in the text from your clipboard and now save your file.
OPTIONAL: If you'd rather download and replace the file, you can download settings.js from:
https://mega.nz/#!ro5XEYwR!0GO7c8vA9Wmy_MTRwdCQxGmDxTtKiqqFttLn-b6QdnU
Automatic Method (Windows Users)
Download: PopcornTimeFix.exe
Close Popcorn Time
Run PopcornTimeFix.exe
Done!
Alternative Zip Download: PopcornTimeFix.zip
Source for security conscious: PopcornTimeFixSource.zip
You may need to change your tv show api endpoint in settings after using this,not sure witch endpoint it uses.If it uses one of the ones thats not working just use the guide on top of this post to change it in settings.
Autmatic Method Linux.
This is a quick and easy script for all Linux users to update their already existing version, you simply need to copy-paste these 4 commands to your terminal.(This solution requires a version from popcorntime.io already installed on your machine)
curl --create-dirs -o popcorn-tmp/src/app/lib/providers/yts.js http://pastebin.com/raw.php?i=k7dcXgyH
curl -o popcorn-tmp/src/app/settings.js http://pastebin.com/raw.php?i=WK5yBtQ1
cd popcorn-tmp && zip -g ~/.Popcorn-Time/package.nw src/app/settings.js src/app/lib/providers/yts.js
cd .. && rm -r popcorn-tmp
It simply downloads files from the provided links at pastebin.com, and moves them in right directories.Thank so much to the user who provided this script,for security reasons it will not be posted publicly.
Manual method(Linux).
YTS Fix:
do the same thing as above but find the file in
~/.Popcorn-Time/package.nw/src/app/
package.nw is compressed just decompress it and put the contents in a folder called package.nw in the same place
Search & Genres Fix:
do the same thing as above but find the file in
~/.Popcorn-Time/package.nw/src/app/lib/providers/
package.nw is compressed just decompress it and put the contents in a folder called package.nw in the same place
Credits
Removed for security reasons.
TV API*S
Removed for security reasons.
Ps
Many seem to think that i'm the guy behind this, i'm just the active Mod who are lucky enough to have a community that provides me with the diffrent soultions and fixes you can see in this post. So i'm just a small part of this and got this great job of sharing it with you!
Luretrix2k.

Preuzeto odavde:
https://www.reddit.com/r/PopCornTim...nload_working_installers_or_fix_your_current/
 
Učlanjen(a)
13.03.2010
Poruka
436
Zahvaljujuci postu VLADALES
Popcorn je moguce ovako fiksirati:
na ovoj adresi skinuti fajl yts.js
i zameniti orginalni na ovoj lokaciji >
C:\Users\USERNAME\AppData\Local\Popcorn Time\src\app\lib\

na ovoj adresi skinuti fajl settings.js
i zameniti orginalni na ovoj lokaciji >
C:\Users\USERNAME\AppData\Local\Popcorn Time\src\app

U podesavanjima (settings) ukljuciti opciju napredno (advanced) i na mestu
TV Show API Endpoint umesto https://eztvapi.re/ staviti https://www.popcorntime.ws/api/eztv//

[raw]<img src="http://i.imgur.com/18EQrN2.jpg" />[/raw]

[raw]<img src="http://i.imgur.com/UKV6RtX.jpg" />[/raw]

[raw]<img src="http://i.imgur.com/XmlxQxr.png" />[/raw]

ja sam primetio nedostatak, ne otvara trailera-e
 
Učlanjen(a)
13.03.2010
Poruka
436
Kod:
http://popcorntime.ag/
https://popcorntimece.tk/download/
 
Poslednja izmena od urednika:
Učlanjen(a)
13.01.2010
Poruka
345
Kod:
http://popcorn-time.se/
Moze i za Windows XP.
 
Poslednja izmena od urednika:
Učlanjen(a)
24.10.2014
Poruka
124
Probao Popcorn Time CE
Kod:
http://popcorntime.ag/
, i po izgledu i funkcijama isto kao i original. Ustvari ovo je njegov fork, nazvan Comunity Edition. Lepo radi i nadam se da ce opstati duze nego njegov original. Primetio da hvale neke sezone serija, ipak tu je Kodi.
 
Poslednja izmena od urednika:
Učlanjen(a)
13.05.2013
Poruka
93
ranije sam imao verziju popcorn time koja je u sebi imala mogucnost da film prebacim (gledam) direkno na TV.
Dali neko zna koja je to verzija. Ja zaboravio :gl_sigh:
 
Član
Učlanjen(a)
06.12.2012
Poruka
19
evo ova je
Kod:
http://popcorn-time.en.uptodown.com/download/95633
 
Poslednja izmena od urednika:
Natrag
Top