(2013-03-25, 00:21)mikelykzit Wrote: I essentially just grabbed the 6 changed files with your edits manually, and restarted XBMC.
To make sense of the log: Played 1 file normally, no luck. Played it via the "exported to library" way, no luck. Played the same file as the last log again the normal way, no luck.
Here it is: http://xbmclogs.com/show.php?id=6819
Thanks again for trying to hunt this down for me, Nate!
There is something going on with in your service.py file. The exception thats being thrown doesn't make much sense.
Code:
utilities.Debug("[traktPlayer] onPlayBackStarted() - Playing a non-library 'episode' - %s - SdEd - %s." % (data['showtitle'], data['season'], data['episode'], data['title']))
The above line is completely wrong, the SdEd should be S%02dE%02d, don't know why its not.
https://github.com/nate1280/script.trakt...round2.zip contains the branch i'm working on in pull 76.
The fact that its getting to this line does mean there is enough data and should scrobble, you can either edit your service.py file and goto line 226, and make that change if it has SdEd there instead of S%02dE%02d or download the zip and replace all the files with clean copies.
If you do, please post another log.
For others reading, unless you want to test bleeding edge changes, don't get that zip, just wait till it gets merged into the git version for testing.