@@ -9,6 +9,7 @@ the performance of a low-end server.
992 . Cross-device response caching by client type
10103 . Disable transcoding by forcing direct play/stream
11114 . Redirect web app to [ official one] ( https://app.plex.tv/desktop )
12+ 5 . [ Plaxt] ( https://github.com/XanderStrike/goplaxt ) integration
1213
1314## Prerequisites
1415
@@ -31,13 +32,9 @@ env CGO_ENABLED=0 go install -trimpath -ldflags="-s -w" github.com/RoyXiang/plex
3132 * If you need a cache layer, set a value for it
3233 - ` PLEX_TOKEN ` (Optional, if you need it, see [ here] ( https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/ ) )
3334 * It is used to receive notifications from Plex Media Server
34- * Currently, notifications are used to flush the cache of metadata
35- - ` PLAXT_BASEURL ` (Optional)
36- * Set it only if you run an instance of [ plaxt ] ( https://github.com/RoyXiang/goplaxt/releases ) (forked version)
37- * Or, you can set it to [ my hosted one ] ( https://plaxt.royxiang.me ) , e.g. ` https://plaxt.royxiang.me `
38- * Currently, it is finally used to sync the realtime playback progress with [ Trakt ] ( https://trakt.tv / )
35+ * Notifications are used to flush the cache of metadata
36+ - ` PLAXT_URL ` (Optional, e.g. ` https://plaxt.astandke.com/api?id=generate-your-own-silly ` )
37+ * ` PLEX_TOKEN ` is required
38+ * Set it if you run an instance of [ Plaxt ] ( https://github.com/XanderStrike/goplaxt )
39+ * Or, you can set it to [ the official one ] ( https://plaxt.astandke.com / )
39402 . Run the program
40-
41- ## TODO
42-
43- - [ ] Native [ Trakt] ( https://trakt.tv/ ) integration
0 commit comments