[RELEASE] JDownloader Plugin

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pgoeri Offline
Member
Posts: 94
Joined: Jun 2010
Reputation: 1
Location: Austria
Post: #11
I'm sorry, I don't understand your question. What do you mean with:
XavHorneT Wrote:... to throw jdownloader by the addon,
find quote
XavHorneT Offline
Member
Posts: 53
Joined: Oct 2008
Reputation: 0
Location: Paris, France
Post: #12
hum, well bad traduction.. my question is, do you think it will be possible to launch jdownloader by the addon on an ubuntu, as a shortcut?
find quote
pgoeri Offline
Member
Posts: 94
Joined: Jun 2010
Reputation: 1
Location: Austria
Post: #13
I did not think of adding such a feature like "launching jdownloader", since my htpc launches jd always on startup .

I will try to implement this feature with the next release, but for now I would suggest, to use the launcher plugin for this purpose.
find quote
XavHorneT Offline
Member
Posts: 53
Joined: Oct 2008
Reputation: 0
Location: Paris, France
Post: #14
Ho Blush i just think with this addon, and just forget that another one can do this job... i am stupid.

Personally, i think that could be a good implementation (as deamon) and the ability to add a download from a .dlc.

Very good work, thank you
(This post was last modified: 2010-10-18 23:00 by XavHorneT.)
find quote
pgoeri Offline
Member
Posts: 94
Joined: Jun 2010
Reputation: 1
Location: Austria
Post: #15
As far as I know, it's not possible yet to launch jd as a daemon. But the dev-team of jd is working on it.

@dlc-containers
Do you mean something like, add a dlc-container from an usb stick? Or where would you get the file from?
find quote
XavHorneT Offline
Member
Posts: 53
Joined: Oct 2008
Reputation: 0
Location: Paris, France
Post: #16
Ah that aswer why i read the jdownloader wiki and i found the option "-ghost" but it doesn't seem to work.

@dlc-containers
Well, just an option to find and add a dlc-containers from the hard drive repertory.Rofl
find quote
royalcs Offline
Junior Member
Posts: 2
Joined: Oct 2010
Reputation: 0
Post: #17
2 questions

How could i add an url to be downloaded by jdownloader? from an different plugin, or from within your plugin?
(I've seen the jdownloader.action_addlink(url) in your default.py but i could not get it to work. this is my first time with phyton so excuse me please)

is there a way to play a currently downloaded *.avi file with xbmc? I can play the *.avi.part files with vlc player, but once the download is finnished the *.avi.part file will be named to *.avi so the player will stop.
find quote
yowill Offline
Junior Member
Posts: 16
Joined: Oct 2010
Reputation: 0
Post: #18
Hey men I ha always think that would be amazing while y see my Movies the HTPC downloads what I want... but I am not user of Torrent.
I love Jdownloader I have searched a Plugin like this a lot of time... like I could not find it..
Yesterday I start to write my own with the HTTPs recuest... I start with Bash Part because I dont Know Python....
Today I Navigate In the XBMC addons and i found you... at the first I was sad... But then I saw ... The code I have wrote does what the your does not.... SEND the Links....
I think that is Wonder because a lot of like me use a Standalone HTPC and we want donwload with our remotes....
Can I become your partner... Together take this plugin to become awesome...
I have always wanted to return the comunity a little for all the amazing Job in XBMC...
So What do you say....Confused?
find quote
ppic Offline
Skilled Python Coder
Posts: 2,662
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #19
you can pass a link to the plugin to add it Wink

just have to figure how, pgoeri will give us an example Wink

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
yowill Offline
Junior Member
Posts: 16
Joined: Oct 2010
Reputation: 0
Post: #20
Ok...
I made a .sh script. I use it, Calling it with the help of Executor Plugin. (not nice way)

Working (Now):
With the File system Manager of XBMC I make a Directoty called ~/Links
then in that Directoty I put a file that I make, a links.txt where I put the links to download line by line, I move it to ~/Links, I execute .sh and it does the job.

Working (Future):
When execute Jdownloader plugin in the "option" "Load Links" it open the file manager and let to choose the .txt with the links, rename it to links.txt and move it to ~/Links.

Obvios the file with the links have to be created by the user, put there the links line by line... and take to the HTPC XBMC within a USB or whetever.

Now Jdownloader plugin will call it with:
import os
OSRun("XXXX.sh ").

There must be Directory Called "sh-Linux" "bat-windows" "XX-mac" because some body should help us whith the code for every OS.. (mine is just for Linux)
find quote
Post Reply