where i can find the download to v2??
It’s still alpha (though technically so is the current version of Plex Export), but it’s available here: https://github.com/Dachande663/Plex-Export/tree/v2
ok thanks, i want to test v2 out,
but somehow with the same parameter like in v1 the plex exporter scanning everytime the local url… how can i change that?
i have tried:
php cli.php -plex-url:http://192.168.1.3:32400
the output is
16:25:40 Welcome to Plex Export v2.0.1
16:25:40 Task 1 of 2: Scanning Plex Media Server Library
16:25:40 Gathering item information (this may take a while)
16:25:40 Error: Could not connect to Plex API: http://localhost:32400/
and again found the mistake ^^
php cli.php -plex-url**=**http://192.168.1.3:32400
i really should read the readme better and slower 
./cli.php -plex-url=http://192.168.1.3:32400
Hey Dachande663
Absolutely Love this! One thing, not sure if its been brought up (i couldn’t see anything). I have quite a large library. 1098 Movies, 3201 Library items. If Im in the TV section, the reordering works a charm and looks great. It seems that the movies section has just too many items to work and so i am unable to filter. Do you know what the limit is for the sorting to work?
Thanks!
@gizmo, I’ve tested it with up to a 1000, so it should still be working. Can you check if all images have loaded? The current system is very fragile in that if even a single image fails to load, the filtering won’t work (bad I know, but if the filtering is activated without all images loaded the page goes to hell).
Perfect! I had a couple of no shows, sorted it. Lovely stuff.
I believe an extra post just to give more praise on this project is necessary. It really is fantastic.
ok, first of all, this app is awesome… Ive been using v1 since I got plex months ago…
I just tried v2 and am having issues.
- Data exports and all is ok, but the web browser is VERY slow to load the view (like 3 mins slow)
- The data appears to anchor links (tv/ movies/ concerts) so its scrolling down the page which is weird when you use the back button in a browser
- the slow loading is horrible and makes v2 not work great now. Once it loads, its awesome.
- It wont load at all on my ipad (the issue with v1 on the ipad is you couldnt get details when clicking a title)
For troubleshooting purposes:
ipad is obvious (ipad 2)
Using firefox on PC. The issues above occur whether hosted on a server or loaded locally.
feature request: Allow users to manually load a link to imdb for each entry. This would allow you to link from the plex export direct to imdb to see trailer, additional info… I keep the IMDB id number for each title I have. Having a way to add an additional field/ link woudl be VERY cool.
Let me know if you need more info, but KEEP UP THE GOOD WORK!
Reed
Hi mrbadass,
Which version of Firefox are you using? Performance is something I’m always looking to improve, so there will no doubt be updates in future.
Cheers, Luke.
Dachande663 this is amazing! And so easy to install! I have one question does v2 still use json? I’m not very code savvy but I’m trying to get plex’s recently added into this xmbc widget that uses json. ( https://github.com/MediaFrontPage/mediafrontpage ) is this even possible, before I try :-/ again, thanks so much for sharing this project with us dachande. Cheers.
Hi peteF, the default theme (isotope) doesn’t use JSON, but if you look at the bacon theme you can see it’s very easy to get data out in the format you want. Let me know if you need any more help/documentation.
Wow that bacon template is very cool!! I think it’s way over my coding skills I’m more a designer but thank you for taking the time to point out that template, . Your work is f****** awesome!
Just downloaded v2 to test. Here is what I’ve found:
- If I drag-and-drop cli.php to a Terminal window and hit Enter (per the directions) I get “Permission Denied” error.
- If I manually “cd” to the directory with the v2 cli.php file and run it with just a “cli.php” I get a “Command Not Found” error.
- If I do the v1 method of “php cli.php” I just got a screen printout of the contents of the cli.php file.
Any ideas what I’m doing wrong?
P.S. v1 still works fine for me on this same box.
16, when cd’ing to the directory, try “./cli.php”. If you still get a permission error run “chmod +x cli.php” and that will add the necessary permissions.
I did the "./cli.php" and still got "Permission Denied". So I did the "chmod +x cli.php" command and tried "./cli.php" again, this time the following was returned:
./cli.php: line 6: syntax error near unexpected token `newline'
./cli.php: line 6: `'
Never mind, I figured it out. User error. :-/
I’m not super familiar with github so I had originally just tried to get cli.php from the middle section of the page. Clicking the link just loads the .php file in my browser so I right-clicked the link and did a Save As. Well apparently this saved the entire github page! That is why running cli.php on my system didn’t work. So I clicked the “Downloads” button this time and saved the zip containing the cli.php file. Now it is working. Thanks for all your help!
Ah cool, GitHub isn’t the most user friendly of sites. Hope everything works okay for you now.
Hello, Dachande
I tried v2 as well as I finally get some free time for myself 
But I do not succeed using the “bacon” template (I always end up with a “search” form). peteF seems to have more luck than me in trying that one.
Also, I do not see the indication of presence of external subtitles (however I see in the classes code they should be detected).
Am I missing something in both cases ?
Hi Mickey, with bacon if you try searching does anything happen? If not, please can you let me know which browser/OS you’re using.
Subtitles, I believe, are shown on the detail page for a film in the block at the bottom. It only says how many subtitles there are, nothing more at the moment.