trakt / Plex-Trakt-Scrobbler

Add what you are watching on Plex to trakt.tv
1.45k stars 167 forks source link

Nvidia Shield Tv - Trakt app #424

Open Nino6689 opened 7 years ago

Nino6689 commented 7 years ago

Hi i am trying to install Trakt, i have rooted the device and installed the webtool and the app manually into the plugin folder. The server does not load either nor does it produce a log!! Im doing my nut over here...Can anyone help?

I think its a permission issue I've looked at the plex log and found this line Scanning for plug-ins in /data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins Mar 08, 2017 03:05:48.540 [3400] ERROR - Couldn't check for the existence of file /data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Info.plist: boost::filesystem::status: Permission denied: "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Info.plist" Mar 08, 2017 03:05:48.540 [3400] WARN - Couldn't determine bundle identifier for plug-in at: /data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Trakttv.bundle Mar 08, 2017 03:05:48.541 [3400] DEBUG - Starting plug-in /data/user/0/com.plexapp.mediaserver.smb/Resources/Plug-ins-03e4cfa35/System.bundle. Mar 08, 2017 03:05:48.543 [3400] DEBUG - [com.plexapp.system] Setting plug-in to always running (daemon mode). Mar 08, 2017 03:05:48.546 [3400] DEBUG - Starting file watcher for com.plexapp.system

..... Just not too sure how to authorise it.... I have ADB and can connect... Just not sure what to type ;-S

This what I have done adb

Microsoft Windows [Version 10.0.14393] (c) 2016 Microsoft Corporation. All rights reserved.

C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell foster:/ $ su foster:/ # su --context u:r:untrusted_app:s0:c512,c768 u0_a61 3404 3268 81992 41844 pipe_wait 201ed01d50 S Plex> sush: 3404: No such file or directory 12,c768 u0_a61 < sush: u:r:untrusted_app:s0:c512,c768: not found 127|foster:/ # exit 127|foster:/ $ reboot

C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell error: no devices/emulators found

C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell error: no devices/emulators found

C:\Program Files (x86)\Minimal ADB and Fastboot>adb shell foster:/ $ ps -Z | grep "com.plexapp.system" u:r:untrusted_app:s0:c512,c768 u0_a61 3414 3311 84056 41300 pipe_wait 0000000000 S Plex Plug-in [com.plexapp.system] foster:/ $ su foster:/ # su --context u:r:untrusted_app:s0:c512,c768 u0_a61 kttv.bundle" "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/" < cp: /storage//Trakttv.bundle: No such file or directory cp: bad '/storage//Trakttv.bundle': No such file or directory 1|foster:/ $ cp -r "/storage/sdcard/Trakttv.bundle" "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-i> cp: /storage/sdcard/Trakttv.bundle: No such file or directory cp: bad '/storage/sdcard/Trakttv.bundle': No such file or directory 1|foster:/ $ cp -r "/sdcard/Trakttv.bundle" "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/" cp: /data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins//Trakttv.bundle: Permission denied 1|foster:/ $ su cp -r "/sdcard/Trakttv.bundle" "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/" sush: sush: - : unknown option 1|foster:/ $ su foster:/ # cp -r "/sdcard/Trakttv.bundle" "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/" foster:/ # reboot

C:\Program Files (x86)\Minimal ADB and Fastboot>

fuzeman commented 7 years ago

I don't have one of these devices, so probably can't provide much help..

There is a bunch of details in https://github.com/trakt/Plex-Trakt-Scrobbler/issues/334 which might help, you could also try @<username> mentioning someone in there to see if they can help you out.