You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PerPlexed is a complete redesign of Plex's UI using the Plex media server's API. It comes with its own web server. As the keen eye may notice, the UI is heavily inspired by Netflix's UI. It is currently only developed for desktops and laptops. It is not optimized for mobile or TV use.
15
+
Nevu is a complete redesign of Plex's UI using the Plex media server's API. It comes with its own web server. As the keen eye may notice, the UI is heavily inspired by Netflix's UI. It is currently only developed for desktops and laptops. It is not optimized for mobile or TV use.
12
16
13
-
PerPlexed currently supports Movie and TV Show libraries. You can also play media via the interface.
17
+
Nevu currently supports Movie and TV Show libraries. You can also play media via the interface.
14
18
15
19
It is currently not possible to edit media metadata or switch between different Plex servers. The "+" and Star buttons on the info pages for shows and movies are placeholders and are currently not functional.
16
20
@@ -24,7 +28,7 @@ Mind that this project is still in development and may be unstable.
24
28
- Play media
25
29
- Browse libraries
26
30
- Search for media
27
-
- Watch Together (PerPlexed Sync)
31
+
- Watch Together (Nevu Sync)
28
32
- Get Recommendations
29
33
- Simple and easy to use
30
34
- Pro-User features (like special shortcuts etc.)
@@ -33,10 +37,10 @@ Mind that this project is still in development and may be unstable.
33
37
34
38
### Docker
35
39
36
-
The easiest way to run PerPlexed is to use Docker. You can use the following command to run PerPlexed in a Docker container:
40
+
The easiest way to run Nevu is to use Docker. You can use the following command to run Nevu in a Docker container:
37
41
38
42
```bash
39
-
docker run --name perplexed -p 3000:3000 -e PLEX_SERVER=http://your-plex-server:32400 ipmake/perplexed
43
+
docker run --name nevu -p 3000:3000 -e PLEX_SERVER=http://your-plex-server:32400 ipmake/nevu
| PROXY_PLEX_SERVER | string | No | The URL of the Plex server to proxy requests to |
47
51
| DISABLE_PROXY | true/false | No | If set to true, the proxy will be disabled and all requests go directly to the Plex server from the frontend (NOT RECOMMENDED) |
48
52
| DISABLE_TLS_VERIFY | true/false | No | If set to true, the proxy will not check any https ssl certificates |
49
-
|DISABLE_PERPLEXED_SYNC| true/false | No | If set to true, perplexed sync (watch together) will be disabled |
53
+
|DISABLE_NEVU_SYNC| true/false | No | If set to true, Nevu sync (watch together) will be disabled |
50
54
| DISABLE_REQUEST_LOGGING| true/false | No | If set to true, the server will not log any requests |
51
55
52
56
@@ -56,7 +60,7 @@ Pull requests are welcome for any feature or a bug fix. For major changes, pleas
56
60
57
61
## Development
58
62
59
-
To develop you need 2 terminals for the front and the backend of PerPlexed
63
+
To develop you need 2 terminals for the front and the backend of Nevu
0 commit comments