[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:
Post Reply 
[200/300] [Apps] PchTrakt 0.4.22 - Trakt.tv scrobbling
05-04-2012, 04:51 PM
Post: #136
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
(05-04-2012 04:48 PM)scruby Wrote:  Cheers jlauwers i have got it running now Big Grin

How can i get such a signature with the latest movie i watched? just like you have here on the forum

You can find them here.
Just paste the BB code in your signature in your profile.

[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
05-04-2012, 04:51 PM
Post: #137
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
Thats just awesome man! thanks alot. Im really gonne enjoy this scrobble feature.

[Image: watched-fanart.jpg]
Find all posts by this user
Add Thank You Quote this message in a reply
05-04-2012, 05:50 PM (This post was last modified: 05-04-2012 05:56 PM by lordy.)
Post: #138
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
Hi, Any chance of configuring this to work with Oversight? What do you need from me?

Here is some sample code to map a file to IMDB ID and get its runtime using Data from Oversight?

Runtime from Oversight (this is the IMDB/TMDB runtime - not the actual runtime - eg for Directors cuts etc)
PHP Code:
fgrep 'nasb/data/Movies/The Mist (2007) - 15/TheMist.mkv' /share/Apps/oversight/index.db sed 's/.*_rt//;s/_.*//'
        
126 

Movie Id from Oversight
PHP Code:
fgrep 'nasb/data/Movies/The Mist (2007) - 15/TheMist.mkv' /share/Apps/oversight/index.db sed 's/.*_U//;s/_.*//'
         
imdb:tt0884328 themoviedb:5876 

But I can make a nice HTTP based API if you want? But that might be a month or so away...

eg.

PHP Code:
http://***:8883/oversight/oversight.cgi?get=details&file=nasb/data/Movies/The Mist (2007) - 15/TheMist.mkv
{
   
title:
   
name:
   
path:
   
runtime:126
   imdbid
:tt0884328 


Oversight: Jukebox | FeedTime: Automatic nzbs
Find all posts by this user
Add Thank You Quote this message in a reply
05-04-2012, 05:54 PM (This post was last modified: 05-04-2012 05:56 PM by jlauwers.)
Post: #139
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
(05-04-2012 05:50 PM)lordy Wrote:  Hi, Any chance of configuring this to work with Oversight? What do you need from me?

Here is some sample code to map a file to IMDB ID and get its runtime using Data from Oversight?

Runtime from Oversight (this is the IMDB/TMDB runtime - not the actual runtime - eg for Directors cuts etc)
PHP Code:
fgrep 'nasb/data/Movies/The Mist (2007) - 15/TheMist.mkv' /share/Apps/oversight/index.db sed 's/.*_rt//;s/_.*//'
        
126 

Movie Id from Oversight
PHP Code:
fgrep 'nasb/data/Movies/The Mist (2007) - 15/TheMist.mkv' /share/Apps/oversight/index.db sed 's/.*_U//;s/_.*//'
         
imdb:tt0884328 themoviedb:5876 

Well... it's working for 200 and 300 series
Pchtrakt doesn't need Yamj or anything (but some user asked features like ignored genre that's linked to yamj)
Your files just need to be with a decent name to operate the magic Smile

It's even working in the base UI from the pch (the file browser)

[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
05-04-2012, 06:00 PM
Post: #140
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
Thanks,

(05-04-2012 05:54 PM)jlauwers Wrote:  Your files just need to be with a decent name to operate the magic Smile

I think Oversight user that want this best rename files then. Smile

Oversight: Jukebox | FeedTime: Automatic nzbs
Find all posts by this user
Add Thank You Quote this message in a reply
05-05-2012, 10:15 AM (This post was last modified: 05-05-2012 10:22 AM by jluc2808.)
Post: #141
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
@jlauwers i installed pchtrakt from few time and i just took a look to pchtrakt.log
i got some error and i would like to now if these errors are just warnings without importance or is there something wrong i need to modify
here the log:
2012-03-31 12:37:58,738 ERROR
Traceback (most recent call last): File "pchtrakt.py", line 222, in <module> doWork() File "pchtrakt.py", line 173, in doWork myMedia.oStatus.fileName) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 63, in parse oMovie = self.MovieParser.parse(file_name) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 79, in parse raise MovieResultNotFound(file_name) MovieResultNotFound 2012-03-31 12:41:04,415 ERROR
Traceback (most recent call last): File "pchtrakt.py", line 222, in <module>
doWork() File "pchtrakt.py", line 173, in doWork myMedia.oStatus.fileName) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 63, in parse
oMovie = self.MovieParser.parse(file_name) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 79, in parse raise MovieResultNotFound(file_name) MovieResultNotFound
2012-04-14 13:11:43,675 ERROR timed out
Traceback (most recent call last): File "pchtrakt.py", line 222, in <module>
doWork() File "pchtrakt.py", line 157, in doWork myMedia.oStatus = pchtrakt.oPchRequestor.getStatus(ipPch, 5) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/pch.py", line 85, in getStatus oPchStatus = self.parseResponse(oResponse.readlines()[0])
File "/usr/local/lib/python2.7/socket.py", line 515, in readlines
line = self.readline() File "/usr/local/lib/python2.7/socket.py", line 447, in readline data = self._sock.recv(self._rbufsize) File "/usr/local/lib/python2.7/httplib.py", line 553, in read s = self.fp.read(amt) File "/usr/local/lib/python2.7/socket.py", line 380, in read data = self._sock.recv(left) timeout: timed out 2012-04-14 13:20:17,375 ERROR
Traceback (most recent call last): File "pchtrakt.py", line 222, in <module>
doWork() File "pchtrakt.py", line 173, in doWork myMedia.oStatus.fileName) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 63, in parse oMovie = self.MovieParser.parse(file_name) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 79, in parse
raise MovieResultNotFound(file_name) MovieResultNotFound
2012-04-21 13:30:10,648 INFO Video playing: success - watching 127 Hours (2010) 2012-04-21 13:30:16,950 INFO Video stopped: success - cancelled watching 2012-04-22 13:28:20,443 ERROR 'NoneType' object has no attribute 'text'
Traceback (most recent call last): File "pchtrakt.py", line 222, in <module>
doWork() File "pchtrakt.py", line 192, in doWork myMedia.id = oXml.find('imdbid').text AttributeError: 'NoneType' object has no attribute 'text' 2012-04-28 00:07:46,132 ERROR global name 'notification' is not defined
Traceback (most recent call last): File "pchtrakt.py", line 222, in <module>
doWork() File "pchtrakt.py", line 196, in doWork videoStatusHandle(myMedia) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 211, in videoStatusHandle videoStatusHandleMovie(myMedia)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 153, in videoStatusHandleMovie movieStarted(myMedia)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 40, in movieStarted str(myMedia.oStatus.percent))
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/lib/utilities.py", line 495, in watchingMovieOnTrakt responce = traktJsonRequest('POST', '/movie/watching/%%API_KEY%%', {'imdb_id': imdb_id, 'title': title, 'year': year, 'duration': duration, 'progress': percent}, passVersions=True) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/lib/utilities.py", line 150, in traktJsonRequest
if not silent: notification("Trakt Utilities", __language__(1109).encode( "utf-8", "ignore" ) + ": Bad responce from trakt") # Error NameError: global name 'notification' is not defined 2012-04-28 10:23:02,386 INFO Video playing: success - watching 127 Hours (2010) 2012-04-28 10:23:08,646 INFO Video stopped: success - cancelled watching 2012-04-28 13:48:11,385 ERROR 'NoneType' object has no attribute 'text'
Traceback (most recent call last):
File "pchtrakt.py", line 222, in <module> doWork() File "pchtrakt.py", line 192, in doWork myMedia.id = oXml.find('imdbid').text
AttributeError: 'NoneType' object has no attribute 'text' 2012-04-28 15:18:38,832 INFO I have created the file /opt/sybhttpd/localhost.drives/SATA_DISK/USB/Film/The Artist - 1080p.mkv.watched 2012-05-01 19:47:51,128 ERROR 'NoneType' object is not subscriptable Traceback (most recent call last): File "pchtrakt.py", line 222, in <module>
doWork() File "pchtrakt.py", line 196, in doWork videoStatusHandle(myMedia) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 211, in videoStatusHandle videoStatusHandleMovie(myMedia) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 153, in videoStatusHandleMovie movieStarted(myMedia) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 41, in movieStarted
msg = 'Video playing: %s - %s' (responce['status'],responce['message'])
TypeError: 'NoneType' object is not subscriptable 2012-05-01 19:53:09,002 INFO Video playing: success - watching War Horse (2011)
2012-05-01 19:53:15,742 INFO Video stopped: success - cancelled watching
2012-05-01 20:00:11,704 INFO Video playing: success - watching 2 Fast 2 Furious (2003)
2012-05-01 20:00:18,194 INFO Video stopped: success - cancelled watching
2012-05-01 20:01:35,855 ERROR 'NoneType' object is not subscriptable
Traceback (most recent call last): File "pchtrakt.py", line 222, in <module>
doWork() File "pchtrakt.py", line 196, in doWork videoStatusHandle(myMedia) File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 211, in videoStatusHandle videoStatusHandleMovie(myMedia)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 153, in videoStatusHandleMovie movieStarted(myMedia)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/scrobble.py", line 41, in movieStarted msg = 'Video playing: %s - %s' %(responce['status'],responce['message'])TypeError: 'NoneType' object is not subscriptable
2012-05-01 20:11:29,346 ERROR
Traceback (most recent call last):
File "pchtrakt.py", line 222, in <module>
doWork()
File "pchtrakt.py", line 173, in doWork
myMedia.oStatus.fileName)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/mediaparser.py", line 63, in parse
oMovie = self.MovieParser.parse(file_name)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/pchtrakt/pchtrakt/movieparser.py", line 79, in parse
raise MovieResultNotFound(file_name)
MovieResultNotFound
2012-05-02 18:12:37,069 INFO Video playing: success - watching 127 Hours (2010)
2012-05-02 18:12:43,352 INFO Video stopped: success - cancelled watching


my config :

PHP Code:
[PCHtrakt]
pch_ip 127.0.0.1
sleep_time 
5
log_file 
pchtrakt.log
ignored_repertory 


[
Trakt]
enable_movie_scrobbling 1
enable_tvshow_scrobbling 
1
login 
xxxxx
password 
xxxx
refresh_time 
15

[BetaSeries]
enable_tvshow_scrobbling 0
login 
your_login
password 
your_password

[YAMJ]
watched 1
watched_path 
= /opt/sybhttpd/localhost.drives/SATA_DISK/USB/Film
watched_with_video 
1
ignored_category 

path = /opt/sybhttpd/localhost.drives/SATA_DISK/USB/Film 
Find all posts by this user
Add Thank You Quote this message in a reply
05-05-2012, 10:21 AM
Post: #142
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
Well, first make sure you have the 0.4.18 version (check appinfo.json) because I think you might not be up to date.
Most of the error shouldn't happen with the last version.

[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
05-05-2012, 10:31 AM
Post: #143
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
ok thanks i will do that
Find all posts by this user
Add Thank You Quote this message in a reply
05-06-2012, 09:01 AM
Post: #144
RE: [Apps] PchTrakt 0.4.15 - Trakt.tv scrobbling
(04-16-2012 10:05 AM)siggenn Wrote:  I have a norwegian tv-show who sets off this error :
2012-04-15 20:44:41,232 ERROR 'ascii' codec can't encode character u'\xf8' in position 2: ordinal not in range(128)

I guess it doesn't like the letter "Ø"

Had to restart pchtrakt after this error as it stoppen working

I no longer get this error when playing a tv-show with "ø, æ or æ", but then again nothing scrobbles of the show, and pchtrakt has to be restarted after the show is finished or it doesn't work. no logfilentry is created either.

trakt.tv
Find all posts by this user
Add Thank You Quote this message in a reply
05-06-2012, 09:07 AM (This post was last modified: 05-06-2012 09:19 AM by scruby.)
Post: #145
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
I thought trakt was working fine for me. However when i watch a movie it scrobbles but then when i watch a second one it doesn't scrobble anymore. Seems that i have to restart pchtrakt after every movie Sad

In the log file i found this

For information 'The Grey' is the last movie it tracked. After that i watched this movie 'The Game' wich it didn't track anymore.

I have the latest version of pchtrakt 0.4.18 running on the PCH A-300
Quote:2012-05-05 10:11:39,232 INFO File: The Grey (2011).mkv
2012-05-05 10:11:40,400 INFO Video playing: success - watching The Grey (2012)
2012-05-05 10:28:00,784 INFO Video playing: success - watching The Grey (2012)
2012-05-05 10:43:00,795 INFO Video playing: success - watching The Grey (2012)
2012-05-05 10:58:51,051 INFO Video playing: success - watching The Grey (2012)
2012-05-05 11:14:35,569 INFO Video playing: success - watching The Grey (2012)
2012-05-05 11:34:45,615 INFO Video playing: success - watching The Grey (2012)
2012-05-05 11:51:30,972 INFO Video playing: success - watching The Grey (2012)
2012-05-05 12:11:40,953 INFO Video playing: success - watching The Grey (2012)
2012-05-05 12:12:07,193 INFO Video is ending: success - scrobbled The Grey (2012)
2012-05-05 17:35:38,864 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/USB_DRIVE/Apps/pchtrakt/pchtrakt/mediaparser.py", line 102, in parse
oMovie = self.MovieParser.parse(file_name)
File "/opt/sybhttpd/localhost.drives/USB_DRIVE/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/USB_DRIVE/Apps/pchtrakt/pchtrakt/mediaparser.py", line 68, in __init__
oResponse = urlopen(ImdbAPIurl,None,5)
File "/usr/local/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/local/lib/python2.7/urllib2.py", line 392, in open
response = self._open(req, data)
File "/usr/local/lib/python2.7/urllib2.py", line 410, in _open
'_open', req)
File "/usr/local/lib/python2.7/urllib2.py", line 370, in _call_chain
result = func(*args)
File "/usr/local/lib/python2.7/urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/local/lib/python2.7/urllib2.py", line 1161, in do_open
raise URLError(err)
URLError: <urlopen error timed out>
2012-05-05 17:35:38,907 ERROR /opt/sybhttpd/localhost.drives/NETWORK_SHARE/share1/The Game (1997)/The Game (1997).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/USB_DRIVE/Apps/pchtrakt/pchtrakt/mediaparser.py", line 102, in parse
oMovie = self.MovieParser.parse(file_name)
File "/opt/sybhttpd/localhost.drives/USB_DRIVE/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/USB_DRIVE/Apps/pchtrakt/pchtrakt/mediaparser.py", line 68, in __init__
oResponse = urlopen(ImdbAPIurl,None,5)
File "/usr/local/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/local/lib/python2.7/urllib2.py", line 392, in open
response = self._open(req, data)
File "/usr/local/lib/python2.7/urllib2.py", line 410, in _open
'_open', req)
File "/usr/local/lib/python2.7/urllib2.py", line 370, in _call_chain
result = func(*args)
File "/usr/local/lib/python2.7/urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/local/lib/python2.7/urllib2.py", line 1161, in do_open
raise URLError(err)
URLError: <urlopen error timed out>
2012-05-05 17:35:38,910 ERROR <urlopen error timed out>
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/USB_DRIVE/Apps/pchtrakt/pchtrakt/mediaparser.py", line 102, in parse
oMovie = self.MovieParser.parse(file_name)
File "/opt/sybhttpd/localhost.drives/USB_DRIVE/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/USB_DRIVE/Apps/pchtrakt/pchtrakt/mediaparser.py", line 68, in __init__
oResponse = urlopen(ImdbAPIurl,None,5)
File "/usr/local/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/local/lib/python2.7/urllib2.py", line 392, in open
response = self._open(req, data)
File "/usr/local/lib/python2.7/urllib2.py", line 410, in _open
'_open', req)
File "/usr/local/lib/python2.7/urllib2.py", line 370, in _call_chain
result = func(*args)
File "/usr/local/lib/python2.7/urllib2.py", line 1186, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/local/lib/python2.7/urllib2.py", line 1161, in do_open
raise URLError(err)
URLError: <urlopen error timed out>

[Image: watched-fanart.jpg]
Find all posts by this user
Add Thank You Quote this message in a reply
05-06-2012, 12:01 PM
Post: #146
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
About some movie not scrobbling, i'm aware of it and a new version should be pushed tonight.

@siggenn I don't think you gave me the show name?
It will help me to debug.

[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
[+] 2 users say Thank You to jlauwers for this post
05-06-2012, 03:16 PM
Post: #147
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
(05-06-2012 12:01 PM)jlauwers Wrote:  About some movie not scrobbling, i'm aware of it and a new version should be pushed tonight.

Alright cheers mate. Will get back to it when i have the update installed.

[Image: watched-fanart.jpg]
Find all posts by this user
Add Thank You Quote this message in a reply
05-06-2012, 05:44 PM (This post was last modified: 05-06-2012 05:46 PM by siggenn.)
Post: #148
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
(05-06-2012 12:01 PM)jlauwers Wrote:  About some movie not scrobbling, i'm aware of it and a new version should be pushed tonight.

@siggenn I don't think you gave me the show name?
It will help me to debug.

Sorry, it's kalled "brødrene dal"
I have 4 seasons and it don't scrobble any of them. They are present in the tvdb site.

http://thetvdb.com/?tab=series&id=83275&lid=9

trakt.tv
Find all posts by this user
Add Thank You Quote this message in a reply
05-07-2012, 09:43 AM
Post: #149
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
I also have the problem with it only installing 2 files, appinfo.json and daemon.sh.

What can I do to resolve this?

[Image: watched-fanart.jpg]
Find all posts by this user
Add Thank You Quote this message in a reply
05-07-2012, 09:46 AM
Post: #150
RE: [Apps] PchTrakt 0.4.18 - Trakt.tv scrobbling
Mhhh quite a frequent question.. I should do a FAQ Big Grin

Do you have a 200 or 300 series? (It's not working for 100series)
Did you install "local" from CSI? If yes, do you see pakages here: http://PopcornIP:9999/local_web/?

[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
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,083 04-20-2013 05:37 PM
Last Post: TReneR
  [200] Installing apps on USB not working ted34 9 1,981 04-17-2013 05:55 PM
Last Post: ted34
  [200] A-210 error installing apps from Csi bartvanl 4 509 03-06-2013 03:15 PM
Last Post: bartvanl
Video [200] [Apps] multicast IPTV Player (FlashLite) ikovrigin 38 16,579 02-17-2013 12:23 AM
Last Post: sunny1081
  [200/300] [Apps] QtWebKit - Web Browser - Updated 23rd Sep vaidyasr 269 113,515 02-12-2013 12:41 PM
Last Post: Willem53
  [300] Guidance needed for using CSI apps mjccox 3 570 01-14-2013 01:16 AM
Last Post: jhmiller
  [200] [Apps] NMT CSI IPTV Player romanr 34 12,089 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,825 11-08-2012 07:58 PM
Last Post: Atinkler
  [300] 300 series and Pchtrakt info pace508 8 2,284 10-18-2012 01:31 PM
Last Post: jhmiller

Forum Jump: