MyTorrents (1 Viewer)

fcsobel

Portal Pro
December 4, 2005
127
6
Good to hear that it's working for you! I need to clean up the stats. The data is pretty raw right now.

I want to say a big THANK YOU to Phigax for writing the Azureus c# wrapper which made this so easy to code!
 

aasmund Nordal

Portal Pro
June 20, 2005
204
0
Norway
Home Country
Norway Norway
When I download a torrent with rss, should that be any different than just downloading it the regular way?

You see, azureus get an error when I download torrents from a page that requires registration.

azureus is on my server, checking \mediaportal\torrents folder.
 

Efros

Portal Pro
January 23, 2006
511
2
Maine
Home Country
England England
Can't comment I only use one site and that uses a passkey in the torrent, so when you get the torrent list you are"logged in" and the passkey is part of the torrent..at least I think that's how it works!
 

phigax

Portal Member
May 7, 2006
5
0
What error do you get?

Some trackers require you to authenticate through a web page after that authentication the tracker accepts requests from your IP.

If you download the torrents through rss without opening the webpage you are not authenticated and the tracker will block your request.

The torrent stays the same, no matter which way you choose to download it.

The UnRAR.dll certainly can be used to unrar files from within the plugin, but that woul require a little more work than the azureus support.
 

aasmund Nordal

Portal Pro
June 20, 2005
204
0
Norway
Home Country
Norway Norway
EDIT: I belive the plugin tels azureus to download the torrent rather then download the torrent in a folder. The folder azureus checks with 1 min interval.

edit again: When I unchecked the "save torrent in j:\" Mediaportal crashed. I wil try another type of rss.

edit: it crach wit other torrents as wel, and it lloks like I cant find any torrents in the folder they used to be saved.
I get confused, and I am tired and have a headake, so I wil try to fix this later.


org.gudy.azureus2.core3.torrent.TOTorrentException: Contents maybe HTML:
NB: You need cookies activated to log in. username: password:
Timeframe:Log of after 15 minutes if there is no activity --> Don't
have an account? Sign up right now!--> Powered by TB Source
at org.gudy.azureus2.core3.torrent.impl.TOTorrentDeserialiseImpl.construct(TOTorrentDeserialiseImpl.java:159)
at org.gudy.azureus2.core3.torrent.impl.TOTorrentDeserialiseImpl.<init>(TOTorrentDeserialiseImpl.java:65)
at org.gudy.azureus2.core3.torrent.TOTorrentFactory.deserialiseFromBEncodedFile(TOTorrentFactory.java:56)
at org.gudy.azureus2.core3.util.TorrentUtils.readFromFile(TorrentUtils.java:100)
at org.gudy.azureus2.core3.util.TorrentUtils.readFromFile(TorrentUtils.java:74)
at org.gudy.azureus2.ui.swt.OpenTorrentWindow.addTorrent(OpenTorrentWindow.java:1492)
at org.gudy.azureus2.ui.swt.OpenTorrentWindow.addTorrents(OpenTorrentWindow.java:1430)
at org.gudy.azureus2.ui.swt.OpenTorrentWindow.invoke(OpenTorrentWindow.java:182)
at org.gudy.azureus2.ui.swt.mainwindow.TorrentOpener$4.runSupport(TorrentOpener.java:292)
at org.gudy.azureus2.core3.util.AERunnable.run(AERunnable.java:38)
at org.gudy.azureus2.ui.swt.Utils.execSWTThread(Utils.java:548)
at org.gudy.azureus2.ui.swt.Utils.execSWTThread(Utils.java:569)
at org.gudy.azureus2.ui.swt.mainwindow.TorrentOpener.openTorrentWindow(TorrentOpener.java:281)
at org.gudy.azureus2.ui.swt.mainwindow.TorrentOpener.openTorrent(TorrentOpener.java:67)
at org.gudy.azureus2.ui.swt.FileDownloadWindow$4.runSupport(FileDownloadWindow.java:291)
at org.gudy.azureus2.core3.util.AERunnable.run(AERunnable.java:38)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:114)
at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:58)
at org.gudy.azureus2.ui.swt.mainwindow.Initializer.<init>(Initializer.java:108)
at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:147)
at org.gudy.azureus2.ui.swt.Main.main(Main.java:162)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher.main(Unknown Source)
 

phigax

Portal Member
May 7, 2006
5
0
EDIT: I belive the plugin tels azureus to download the torrent rather then download the torrent in a folder. The folder azureus checks with 1 min interval.

That's right, the torrent is downloaded by azureus and not by the torrent plugin. but you can set azureus to store all downloaded torrents in a folder.

the error your getting seems to origin in the szenario i described, you have to login to the site where the torrent is from before azureus is allowed to download it. the mytorrents plugin is not capable of that.
 

idioteque

Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    with RC4 and today SVN update, the plugin does not show up in the MCE skin, in home or in Plugins the plugin is not vissable
     

    fcsobel

    Portal Pro
    December 4, 2005
    127
    6
    Some info for those of you wanting to integrate My Torrents with Azureus. Assuming you already have My Toreents working you need to install Azureus:

    http://azureus.sourceforge.net/

    And the xml over http plugin.

    http://azureus.sourceforge.net/plugin_details.php?plugin=xml_http_if

    Then you have to configure Az to make it work in harmony with mp which means

    1) Run My Torrents setup and turn on Azureus support

    SetupAz.JPG


    2) Set AZ to operate silently.

    By default AZ will want to prompt you for each torrent you add and other events so I suggest going through all the settings pages and making sure everything set to run silent.

    3) Have AZ save completed files in a folder that mp looks at for new videos. This way as soon as the torrent is downloaded it will show up in MP under My Videos.

    Screenshot of the Azureus view in My Torrents

    MyTorrentsAz.JPG
     

    Users who are viewing this thread

    Top Bottom