XaF / TraktForVLC

Automatically trakt.tv what you're watching on VLC
300 stars 49 forks source link

Windows XP doesn't scrobble #109

Closed Dimsok closed 6 years ago

Dimsok commented 6 years ago

I have installed from the last exe (in 2 speps only: first from TraktForVLC_2.0.0a2_windows_x86, then uninstall it and install last dev, cause when it comes to auth on trakt tv, just open vlc windows and no links there, just blinking window with logo). Then, when i have TraktforVLC working as service, i try to scrobble movie on vlc 2.2.6, then open trakt.tv site to see that it's show as watching, but nothing happens here (no red ribbon). So i have a couple of questions:

  1. I don't need to have python installed anymore?
  2. Should i change localhost:4222 in vlc settings RC on localhost:1984 (or change port to 4222 in config of traktfor vlc)?
  3. Depends scrobbling of movies on opensubtitles.org or some other resources? Sometimes opensubtitles is unavailable.
  4. How to make log? In traktforvlc 1 it was quite simple, but now i start vlc with -vv and then in vlc "view/add interface/make log, but doesn't see in log anythng helpfull, concerning trakt, only frame num gap, nothing more.
XaF commented 6 years ago
  1. No, everything is built into the exe
  2. No, VLC RC is not used anymore; the port is for the service that should have been installed on your Windows, and that should be running (Please check that you have a running TraktForVLC service).
  3. Multiple sources, including opensubtitles.org, as explained here
  4. Using the exe in a terminal with the runvlc command should help: .\TraktForVLC_.._windows_x86.exe runvlc -- -vv; it's not as simple as it was in the previous version as it's now included in VLC. There's a tradeoff, but it allows to make it work better. However, if you don't have any trakt information in the log (even from the view log interface included in VLC GUI), it might be that TraktForVLC has not been installed properly.
Dimsok commented 6 years ago

https://pastebin.com/d9Ehhne3

XaF commented 6 years ago

Well, everything is working as expected. But you should install the latest version as you are using VLC 2, and a bug was fixed in #106 for VLC 2.

Dimsok commented 6 years ago

I have already done it. Should it after 30 sec of playing red ribbon on trakt.tv appears? In Trakttv v1 it had, but now can't see anything

Dimsok commented 6 years ago

By the way before i did try to play from cyrillic path. I did make log and doesn't seem that it can detect media title in that case...

Dimsok commented 6 years ago

Uninstalled completely (with config), and installed the last (the last beta allow it). Now seems working, but doesn't having possibility to play video from cyrillic path (probably, still restriction of python) is critical for me, cause all my videos are in such path, and i don't like to copy in root all the time when i want to watch it. Traktforvlc v.1 somehow has worked with it

XaF commented 6 years ago

This is a different problem. I'm going to close this issue, you can open a different one specifically for the cyrillic path and paste a debug log of trying to use TraktForVLC with a cyrillic path. Thanks!