XMBC: Bling Bling edition prob/question

r3lik1

VIP Member
Sep 22, 2005
237
0
So i downloaded & FTP'd the new XBMC:bling bling edition last night...every went fine, XBMC started right up...

and i notice that there are all kinda of new scripts in this edition.....

One of the is torrentbrowser.....i can search all the torrents, but when i go to download a torrent, i get an error message??
Anyone using the new XBMC? And if so, can u get the torrentbrowser to work???
 

Littlemiss

VIP Member
Sep 19, 2005
440
0

r3lik1

VIP Member
Sep 22, 2005
237
0
Littlemiss said:
No
But thank you I did not know about the new version
I assume you got it in the normal place?
It was just released yesterday......

no i didn't get it at the normal place.....but i was on it last night nd it is there!!!

if/when u install it, see if u can get the torentbrowser to work...i don't know if u have to change anything in any of the files.....

there are actually 2 different ones....

torrentbrowser
xboxsky

i can't get either one to work....
errrr!!!

the torrentbrowser script is be ABSOLUTELY AMAZING if u can get it to work!!!!
 

matt77303

Console Master
Feb 4, 2004
1,624
0
Bristol UK
normally these versions are made up by somebody on the torrent sites, they are not 'offiical' builds of xbmc, poaple add scripts etc to them, they wont be supported by the xbmc team. i spect this is one of them.

the only verions that are, are the ones compilied and released by T3CH.

xbox-sky foe example has a few people that release soupped up versions that include more scripts etc.

as for the torrent downloader... have you looked in the scripts directory for a readme file? might tell you more.

Matt
 

r3lik1

VIP Member
Sep 22, 2005
237
0
matt77303 said:
normally these versions are made up by somebody on the torrent sites, they are not 'offiical' builds of xbmc, poaple add scripts etc to them, they wont be supported by the xbmc team. i spect this is one of them.

the only verions that are, are the ones compilied and released by T3CH.

xbox-sky foe example has a few people that release soupped up versions that include more scripts etc.

as for the torrent downloader... have you looked in the scripts directory for a readme file? might tell you more.

Matt
didnt really look into that yet, i downloaded it kinda late last night and FTP'd it real quick and only messed w/ it for a few minutes! i'll check it out when i get home from work tonight. and your right, this prob. isn't an 'official' version......
 

Littlemiss

VIP Member
Sep 19, 2005
440
0
I tried this

I booted into my normal XBMC and download the XBox Sky torrent browser
It Installed but I Get a connection timeout error

The scripts runs ok but will not connect
Maybe XBox-sky is having a problem?
 

r3lik1

VIP Member
Sep 22, 2005
237
0
Littlemiss said:
I tried this

I booted into my normal XBMC and download the XBox Sky torrent browser
It Installed but I Get a connection timeout error

The scripts runs ok but will not connect
Maybe XBox-sky is having a problem?
i think torrentbrowser is better than xbox-sky.....

try that one...it pulls files from torrentspy.com...

i get some kind of socket error???? i dunno, im lost...plus im at work now, so im working off memory
 

Littlemiss

VIP Member
Sep 19, 2005
440
0

Littlemiss

VIP Member
Sep 19, 2005
440
0
Ok I found a script called torrent browser 3 the remarks said that it download from the place you posted

It runs ok but all download attempts for me end with unable to save torrent download.torrent error

I am going to look at my firewall logs and see if it maybe trying to connect with a port I do not have open right now
 

r3lik1

VIP Member
Sep 22, 2005
237
0
Littlemiss said:
Ok I found a script called torrent browser 3 the remarks said that it download from the place you posted

It runs ok but all download attempts for me end with unable to save torrent download.torrent error

I am going to look at my firewall logs and see if it maybe trying to connect with a port I do not have open right now
cool, thanks...keep me posted
 

Littlemiss

VIP Member
Sep 19, 2005
440
0
Ok Got Torrent Browser 3 To Download the Torrent
You Have to edit the Script and tell it how you want it to download
Below is this part of the script
Now I just need to figure how to get the file to downlooad Via ABC

#
# XBox Torrent Browser V3 by Rich-Hard - [email protected]
# Modified code from: Enigma644 - [email protected] - XBoxTorrents
#
# Modify the settings below to specify where you want the .torrent file to be saved.
# Your options for savings are:
# - Locally on the XBox harddrive
# - FTP to server
# - ABC autodownload using the web service from v2.6.9
#
# Currently browses and searches content from http://www.torrentspy.com
# Browsing menu can be easily changed by editing the MENU value below.
#
# This contains some code from Enigma644's 'XBox Suprnova Torrent Browser'.
#

from string import *
import urllib, re, random
import xbmc, xbmcgui, os, socket
import threading
from ftplib import FTP

import urllib2
import xml.dom.minidom

try: Emulating = xbmcgui.Emulating
except: Emulating = False

bg = "TorrentBrowser.jpg"

# Save method: LOCAL, FTP or ABC
SAVE_METHOD = "LOCAL"

# Local save path
LOCAL_TORRENT_SAVE_PATH = "F:\\Temp\\"
 

r3lik1

VIP Member
Sep 22, 2005
237
0
Littlemiss said:
Ok Got Torrent Browser 3 To Download the Torrent
You Have to edit the Script and tell it how you want it to download
Below is this part of the script
Now I just need to figure how to get the file to downlooad Via ABC

#
# XBox Torrent Browser V3 by Rich-Hard - [email protected]
# Modified code from: Enigma644 - [email protected] - XBoxTorrents
#
# Modify the settings below to specify where you want the .torrent file to be saved.
# Your options for savings are:
# - Locally on the XBox harddrive
# - FTP to server
# - ABC autodownload using the web service from v2.6.9
#
# Currently browses and searches content from http://www.torrentspy.com
# Browsing menu can be easily changed by editing the MENU value below.
#
# This contains some code from Enigma644's 'XBox Suprnova Torrent Browser'.
#

from string import *
import urllib, re, random
import xbmc, xbmcgui, os, socket
import threading
from ftplib import FTP

import urllib2
import xml.dom.minidom

try: Emulating = xbmcgui.Emulating
except: Emulating = False

bg = "TorrentBrowser.jpg"

# Save method: LOCAL, FTP or ABC
SAVE_METHOD = "LOCAL"

# Local save path
LOCAL_TORRENT_SAVE_PATH = "F:\\Temp\\"
ok so wait, its really absolutely pointless to use this script then.....cuz all u are downloading is the .torrent file.....you'll still have to send it to your PC to download the actual file?? i was hoping you could just download and use file....
 

r3lik1

VIP Member
Sep 22, 2005
237
0
well that sucks!!! honestly i think it was a waste of time to write this script!!! i was all excited, just to be let down!!! hahaha

honestly, it would b more work to use that script than just doing it all on your PC....

Download .torrent on XBMC, FTP into your xbox, copy file from xbox to PC, run bittorrent program, then once the files is done downloading, FTP back into your xbox, copy file(s) from PC to xbox.....pointless
 

beamer_nkh

VIP Member
Dec 17, 2004
173
0
Portland, OR USA
there is a torrent script to get the target file ... bitbox or something like that... I got it on my box (not here right now) but I can't get it to work probably ogt to edit something that I have no idea how to do... I'll get there... let me know if you do...

But I hear that you can't do sh*t with it, once running the script your downloading, and no games or such...