[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 3 Guest(s)
Post Reply 
[200/300] [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
07-24-2012, 07:14 PM
Post: #301
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
(07-24-2012 05:17 PM)Bazrah Wrote:  I'd love to. Tell me what to do Smile

Oops silly me Big Grin
Code:
opkg install --force-reinstall python2.7-dev
in telnet

[Image: watched-fanart.jpg]
Pchtrakt - Scrobble what you are playing on your popcorn-hour to trakt.tv
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to jlauwers for this post
07-25-2012, 11:42 AM (This post was last modified: 07-25-2012 11:43 AM by chocoprinsje.)
Post: #302
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
hello i have a problem with names with ' or ?
example Desperate Housewives S04E04 - Who's That Woman?
in the pctrakt log i have
Desperate Housewives S01E04 - Whoapos;s That Women.mkv

of example two
Heroes S01E02 - Don't Look Back
in the pctrakt log i have
Heroes S01E02 - Donapos;t Look Back.mkv

pchtrakt creates watched file but not good

please what's wrong?
Find all posts by this user
Add Thank You Quote this message in a reply
08-02-2012, 12:47 PM
Post: #303
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
Hello,

I just installed the app on my A-300.
1. pushed opkg_c200_v0.1.8-nmt2.zip via CSI
2. pushed pchtrakt.zip via CSI and rebooted
3. Edited pchtrakt.ini with login info

Watched an episode of American dad (skipped to 90%) and watched a movie (skipped to 90). This is what the log says: (it didn't create .watched-files btw, but trakt.to picks it up though)

Code:
2012-08-02 11:35:10,323 INFO Pchtrakt START
2012-08-02 11:37:29,340 INFO File: American.Dad.S06E01.HDTV.XviD-LOL.avi
2012-08-02 11:37:30,561 INFO Sending play: 73141 American Dad 2005 6 1 1271 0
2012-08-02 11:37:30,563 INFO Video playing: success - watching American Dad! 6x01
2012-08-02 11:37:41,805 INFO (Trakt) Video is ending: success - scrobbled American Dad! 6x01
2012-08-02 11:41:27,994 ERROR This should never happend! Please contact me with the error if you read this
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'
2012-08-02 11:41:27,998 ERROR /iso
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'
2012-08-02 11:41:27,999 ERROR 'NoneType' object has no attribute 'name'
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'

Popcorn Hour A-110 - 1 TB Samsung SpinPoint F1 HDD
YAMJ - AEON Movie Wall - Samsung LE40F86 (1080p)
Find all posts by this user
Add Thank You Quote this message in a reply
08-02-2012, 01:09 PM
Post: #304
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
(08-02-2012 12:47 PM)Danishdude Wrote:  Hello,

I just installed the app on my A-300.
1. pushed opkg_c200_v0.1.8-nmt2.zip via CSI
2. pushed pchtrakt.zip via CSI and rebooted
3. Edited pchtrakt.ini with login info

Watched an episode of American dad (skipped to 90%) and watched a movie (skipped to 90). This is what the log says: (it didn't create .watched-files btw, but trakt.to picks it up though)

Code:
2012-08-02 11:35:10,323 INFO Pchtrakt START
2012-08-02 11:37:29,340 INFO File: American.Dad.S06E01.HDTV.XviD-LOL.avi
2012-08-02 11:37:30,561 INFO Sending play: 73141 American Dad 2005 6 1 1271 0
2012-08-02 11:37:30,563 INFO Video playing: success - watching American Dad! 6x01
2012-08-02 11:37:41,805 INFO (Trakt) Video is ending: success - scrobbled American Dad! 6x01
2012-08-02 11:41:27,994 ERROR This should never happend! Please contact me with the error if you read this
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'
2012-08-02 11:41:27,998 ERROR /iso
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'
2012-08-02 11:41:27,999 ERROR 'NoneType' object has no attribute 'name'
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'

I guess your movie is in ISO format which is not supported (yet?) Undecided
Sorry.

[Image: watched-fanart.jpg]
Pchtrakt - Scrobble what you are playing on your popcorn-hour to trakt.tv
Find all posts by this user
Add Thank You Quote this message in a reply
08-02-2012, 03:44 PM
Post: #305
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
(08-02-2012 01:09 PM)jlauwers Wrote:  
(08-02-2012 12:47 PM)Danishdude Wrote:  Hello,

I just installed the app on my A-300.
1. pushed opkg_c200_v0.1.8-nmt2.zip via CSI
2. pushed pchtrakt.zip via CSI and rebooted
3. Edited pchtrakt.ini with login info

Watched an episode of American dad (skipped to 90%) and watched a movie (skipped to 90). This is what the log says: (it didn't create .watched-files btw, but trakt.to picks it up though)

Code:
2012-08-02 11:35:10,323 INFO Pchtrakt START
2012-08-02 11:37:29,340 INFO File: American.Dad.S06E01.HDTV.XviD-LOL.avi
2012-08-02 11:37:30,561 INFO Sending play: 73141 American Dad 2005 6 1 1271 0
2012-08-02 11:37:30,563 INFO Video playing: success - watching American Dad! 6x01
2012-08-02 11:37:41,805 INFO (Trakt) Video is ending: success - scrobbled American Dad! 6x01
2012-08-02 11:41:27,994 ERROR This should never happend! Please contact me with the error if you read this
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'
2012-08-02 11:41:27,998 ERROR /iso
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'
2012-08-02 11:41:27,999 ERROR 'NoneType' object has no attribute 'name'
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 180, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 72, in __str__
    self.parsedInfo.name,
AttributeError: 'NoneType' object has no attribute 'name'

I guess your movie is in ISO format which is not supported (yet?) Undecided
Sorry.

Yes and the watched-part was me forgetting to set it to "true" in the .ini-file. Geez... Sorry! I love this app :-)) BUT... I can't find a tool to auto-create a .watched-file for all my movies. I found it in this forum a year ago or so.. A very simple app. Can you help me out? Or anyone else,..

Popcorn Hour A-110 - 1 TB Samsung SpinPoint F1 HDD
YAMJ - AEON Movie Wall - Samsung LE40F86 (1080p)
Find all posts by this user
Add Thank You Quote this message in a reply
08-02-2012, 04:19 PM
Post: #306
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
I guess you're talking about this : http://mediaplayersite.com/WatchedCreator

[Image: watched-fanart.jpg]
Pchtrakt - Scrobble what you are playing on your popcorn-hour to trakt.tv
Find all posts by this user
Add Thank You Quote this message in a reply
08-05-2012, 06:51 AM (This post was last modified: 08-05-2012 07:28 AM by kanie.)
Post: #307
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
Hi,

I have been using pchtrackt on my A-300 for about 2 weeks. Everything has been fine, creating the watched files and scrobbling to trakt website.

Last night I noticed that it didn't scrobble a few movies.

Code:
2012-08-04 20:35:07,432 ERROR This should never happend! Please contact me with the error if you read this
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 175, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 75, in __str__
    self.parsedInfo.id)
AttributeError: MediaParserResultMovie instance has no attribute 'id'
2012-08-04 20:35:07,461 ERROR /opt/sybhttpd/localhost.drives/NETWORK_SHARE/share1/Video/Movies/Race To Witch Mountain (2009) DVDRip/Race To Witch Mountain (2009) DVDRip.avi
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 175, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 75, in __str__
    self.parsedInfo.id)
AttributeError: MediaParserResultMovie instance has no attribute 'id'
2012-08-04 20:35:07,463 ERROR MediaParserResultMovie instance has no attribute 'id'
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 175, in doWork
    Debug(myMedia.__str__())
  File "pchtrakt.py", line 75, in __str__
    self.parsedInfo.id)
AttributeError: MediaParserResultMovie instance has no attribute 'id'
2012-08-04 22:04:42,416 INFO I have created the file /opt/sybhttpd/localhost.drives/NETWORK_SHARE/share1/Video/Movies/Race To Witch Mountain (2009) DVDRip/Race To Witch Mountain (2009) DVDRip.avi.watched
2012-08-04 22:19:44,164 ERROR This should never happend! Please contact me with the error if you read this
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 174, in doWork
    myMedia.oStatus.fileName)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 99, in parse
    oMovie = self.MovieParser.parse(file_name)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 72, in parse
    return mediaparser.MediaParserResultMovie(file_name,tmp_movie_title,tmp_year,tmp_imdbid​)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 70, in __init__
    self.id = myMovieJson['imdbID']
KeyError: 'imdbID'
2012-08-04 22:19:44,202 ERROR /opt/sybhttpd/localhost.drives/NETWORK_SHARE/share1/Video/Movies/Sherlock Holmes - A Game Of Shadows (2011)/Sherlock Holmes - A Game Of Shadows.bluray.mkv
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 174, in doWork
    myMedia.oStatus.fileName)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 99, in parse
    oMovie = self.MovieParser.parse(file_name)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 72, in parse
    return mediaparser.MediaParserResultMovie(file_name,tmp_movie_title,tmp_year,tmp_imdbid​)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 70, in __init__
    self.id = myMovieJson['imdbID']
KeyError: 'imdbID'
2012-08-04 22:19:44,204 ERROR 'imdbID'
Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 174, in doWork
    myMedia.oStatus.fileName)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 99, in parse
    oMovie = self.MovieParser.parse(file_name)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 72, in parse
    return mediaparser.MediaParserResultMovie(file_name,tmp_movie_title,tmp_year,tmp_imdbid​)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 70, in __init__
    self.id = myMovieJson['imdbID']
KeyError: 'imdbID'
2012-08-05 00:17:47,654 INFO I have created the file /opt/sybhttpd/localhost.drives/NETWORK_SHARE/share1/Video/Movies/Sherlock Holmes - A Game Of Shadows (2011)/Sherlock Holmes - A Game Of Shadows.bluray.mkv.watched
2012-08-05 00:28:10,607 INFO File: Alcatraz - S01E01 - Pilot.avi
2012-08-05 00:28:13,041 INFO Sending play: 248646 Alcatraz 2012 1 1 2667 1
2012-08-05 00:28:13,042 INFO Video playing: success - watching Alcatraz 1x01
2012-08-05 00:43:13,375 INFO Sending play: 248646 Alcatraz 2012 1 1 2667 34
2012-08-05 00:43:13,792 INFO Video playing: success - watching Alcatraz 1x01
2012-08-05 00:58:28,195 INFO Sending play: 248646 Alcatraz 2012 1 1 2667 68
2012-08-05 00:58:28,198 INFO Video playing: success - watching Alcatraz 1x01
2012-08-05 01:08:09,821 INFO I have created the file /opt/sybhttpd/localhost.drives/NETWORK_SHARE/share1/Video/TV Shows/Alcatraz/Season 1/Alcatraz - S01E01 - Pilot.avi.watched
2012-08-05 01:08:12,975 INFO (Trakt) Video is ending: success - scrobbled Alcatraz 1x01

To encode the library I use TVrename and Ember Media Manager.

Thanks for any help.
Find all posts by this user
Add Thank You Quote this message in a reply
08-11-2012, 10:42 AM
Post: #308
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
Hi,

I have noticed another possible error. When playing a file that contains an apostrophe (') in the name pchtrakt does the following "apos;"

Code:
2012-08-11 15:25:21,006 INFO File: Better Off Ted - S02E04 - Itapos;s Nothing Business, Itapos;s Just Personal.avi
2012-08-11 15:25:22,843 INFO Sending play: 84021 Better Off Ted 2009 2 4 1245 0
2012-08-11 15:25:22,845 INFO Video playing: success - watching Better Off Ted 2x04
2012-08-11 15:40:27,475 INFO Sending play: 84021 Better Off Ted 2009 2 4 1245 73
2012-08-11 15:40:27,499 INFO Video playing: success - watching Better Off Ted 2x04
2012-08-11 15:44:03,153 INFO I have created the file /opt/sybhttpd/localhost.drives/NETWORK_SHARE/share1/Video/TV Shows/Better Off Ted/Season 2/Better Off Ted - S02E04 - Itapos;s Nothing Business, I[/quote]tapos;s Just Personal.avi.watched
2012-08-11 15:44:05,910 INFO (Trakt) Video is ending: success - scrobbled Better Off Ted 2x04

The file name is: Better Off Ted - S02E04 - It's Nothing Business, It's Just Personal.avi

Kane
Find all posts by this user
Add Thank You Quote this message in a reply
08-11-2012, 03:00 PM
Post: #309
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
Code:
2012-08-10 16:49:42,697 ERROR This should never happend! Please contact me with the error if you read this

Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 174, in doWork
    myMedia.oStatus.fileName)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 99, in parse
    oMovie = self.MovieParser.parse(file_name)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 72, in parse
    return mediaparser.MediaParserResultMovie(file_name,tmp_movie_title,tmp_year,tmp_imdbid​)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 70, in __init__
    self.id = myMovieJson['imdbID']
KeyError: 'imdbID'
2012-08-10 16:49:42,822 ERROR /opt/sybhttpd/localhost.drives/USB_DRIVE_F088E27988E23DAA-1/Movies/Fear and Loathing in Las Vegas (1998)/Fear and Loathing in Las Vegas.mkv

Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 174, in doWork
    myMedia.oStatus.fileName)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 99, in parse
    oMovie = self.MovieParser.parse(file_name)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 72, in parse
    return mediaparser.MediaParserResultMovie(file_name,tmp_movie_title,tmp_year,tmp_imdbid​)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 70, in __init__
    self.id = myMovieJson['imdbID']
KeyError: 'imdbID'
2012-08-10 16:49:42,826 ERROR 'imdbID'

Traceback (most recent call last):
  File "pchtrakt.py", line 218, in <module>
    doWork()
  File "pchtrakt.py", line 174, in doWork
    myMedia.oStatus.fileName)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 99, in parse
    oMovie = self.MovieParser.parse(file_name)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 72, in parse
    return mediaparser.MediaParserResultMovie(file_name,tmp_movie_title,tmp_year,tmp_imdbid​)
  File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 70, in __init__
    self.id = myMovieJson['imdbID']
KeyError: 'imdbID'

Failure is always an option.
[Image: watched-fanart.jpg]
Find all posts by this user
Add Thank You Quote this message in a reply
08-13-2012, 10:06 AM
Post: #310
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
I get this too with apostrophes so it's nothing you've done. It's a feature of the app Smile

(07-25-2012 11:42 AM)chocoprinsje Wrote:  hello i have a problem with names with ' or ?
example Desperate Housewives S04E04 - Who's That Woman?
in the pctrakt log i have
Desperate Housewives S01E04 - Whoapos;s That Women.mkv

of example two
Heroes S01E02 - Don't Look Back
in the pctrakt log i have
Heroes S01E02 - Donapos;t Look Back.mkv

pchtrakt creates watched file but not good

please what's wrong?

PchTrakt | YAMJ wiki
trakt.tv
Find all posts by this user
Add Thank You Quote this message in a reply
08-13-2012, 10:19 AM
Post: #311
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
(08-13-2012 10:06 AM)Bazrah Wrote:  I get this too with apostrophes so it's nothing you've done. It's a feature of the app Smile

(07-25-2012 11:42 AM)chocoprinsje Wrote:  hello i have a problem with names with ' or ?
example Desperate Housewives S04E04 - Who's That Woman?
in the pctrakt log i have
Desperate Housewives S01E04 - Whoapos;s That Women.mkv

of example two
Heroes S01E02 - Don't Look Back
in the pctrakt log i have
Heroes S01E02 - Donapos;t Look Back.mkv

pchtrakt creates watched file but not good

please what's wrong?
It's a feature lol...
I'm having issue with UTF8 in pchtrakt.. i'll try to figure where exactly.

[Image: watched-fanart.jpg]
Pchtrakt - Scrobble what you are playing on your popcorn-hour to trakt.tv
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 4 users say Thank You to jlauwers for this post
08-17-2012, 12:17 AM
Post: #312
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
(08-13-2012 10:19 AM)jlauwers Wrote:  
(08-13-2012 10:06 AM)Bazrah Wrote:  I get this too with apostrophes so it's nothing you've done. It's a feature of the app Smile

(07-25-2012 11:42 AM)chocoprinsje Wrote:  hello i have a problem with names with ' or ?
example Desperate Housewives S04E04 - Who's That Woman?
in the pctrakt log i have
Desperate Housewives S01E04 - Whoapos;s That Women.mkv

of example two
Heroes S01E02 - Don't Look Back
in the pctrakt log i have
Heroes S01E02 - Donapos;t Look Back.mkv

pchtrakt creates watched file but not good

please what's wrong?
It's a feature lol...
I'm having issue with UTF8 in pchtrakt.. i'll try to figure where exactly.

I also have this feature. Big Grin

[Image: all-fanart.jpg]

yamj-2.9-r3695 W/Eversion r0179/EvZap/Legion, PCH A-300, Samsung 59" 3D Plasma TV - TP-Link 1Gb 8-port managed switch, 64 Bit I5-gen 3,Win 7 Quad core , 16Gb Ram, 10 Tb Synology NAS raid 5 drive.

There is no Gravity...HST sucks!
Find all posts by this user
Add Thank You Quote this message in a reply
08-17-2012, 01:17 AM
Post: #313
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
I may have a fix for this error. I have tried it and works for me.

Open /share/Apps/pchtrakt/pchtrakt/pch.py

with notepad++ or other unix editor

add this line under the last from statment
from xml.sax.saxutils import unescape

should look like
Code:
from xml.etree import ElementTree
from string import split
from urllib2 import Request, urlopen, URLError, HTTPError
from lib.utilities import Debug
from xml.sax.saxutils import unescape
import math

Then find

Code:
response = response.replace('&','')

and replace it with

Code:
response = unescape(response)

restart pchtrakt from csi and check by playing a file with an '

If it works ok for you please report back so that maybe this can be added to the main code.

Miller

My Popcorn Hour A110 Trakt.tv (TESTING)
[Image: watched-fanart.jpg]
Community Software Installer - For All Your User Apps
PchTrakt - Millers Mods Download

A-400 - Onkyo TX SR608 AV receiver, C-200, A110
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 3 users say Thank You to jhmiller for this post
08-17-2012, 02:23 AM
Post: #314
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
jhmiller,

Worked perfect on my two c200's.

Thank you very much for your time and for posting!!!

James
Find all posts by this user
Add Thank You Quote this message in a reply
08-17-2012, 03:10 PM
Post: #315
RE: [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
I have also (i think) have a fix for iso files Big Grin

I don't have many to test with so am limited and i also do not have a blu ray, so i am not sure if it will break any functions as far as that goes. Having said that, on the iso file i have tried it on, it scrobbed and made the watched file in the same folder as the iso file.

jlauwers, give me a PM about above code and the iso stuff, would be good to know what you think.

My Popcorn Hour A110 Trakt.tv (TESTING)
[Image: watched-fanart.jpg]
Community Software Installer - For All Your User Apps
PchTrakt - Millers Mods Download

A-400 - Onkyo TX SR608 AV receiver, C-200, A110
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [100/200/300/400] Wanted! How to install apps without CSI mabdewn 7 1,067 04-20-2013 05:37 PM
Last Post: TReneR
  [200] Installing apps on USB not working ted34 9 1,976 04-17-2013 05:55 PM
Last Post: ted34
  [200] A-210 error installing apps from Csi bartvanl 4 505 03-06-2013 03:15 PM
Last Post: bartvanl
Video [200] [Apps] multicast IPTV Player (FlashLite) ikovrigin 38 16,535 02-17-2013 12:23 AM
Last Post: sunny1081
  [200/300] [Apps] QtWebKit - Web Browser - Updated 23rd Sep vaidyasr 269 112,981 02-12-2013 12:41 PM
Last Post: Willem53
  [300] Guidance needed for using CSI apps mjccox 3 566 01-14-2013 01:16 AM
Last Post: jhmiller
  [200] [Apps] NMT CSI IPTV Player romanr 34 12,021 12-31-2012 07:57 PM
Last Post: romanr
  [200/300/400] Qt 5.0.0-rc1 for NMT - GUI Apps/Games/Utilities vaidyasr 2 912 12-23-2012 06:03 PM
Last Post: vaidyasr
  [200] HELP! No apps/csi Atinkler 22 1,813 11-08-2012 07:58 PM
Last Post: Atinkler
  [300] 300 series and Pchtrakt info pace508 8 2,283 10-18-2012 01:31 PM
Last Post: jhmiller

Forum Jump: