Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Use of command line terminal clients. #1171

Open
metacritical opened this issue Apr 23, 2019 · 6 comments
Open

[Feature Request] Use of command line terminal clients. #1171

metacritical opened this issue Apr 23, 2019 · 6 comments

Comments

@metacritical
Copy link

metacritical commented Apr 23, 2019

Instead of just using a fix set of torrent clients there should be a mechanism to invoke any torrent client through the command line with command line parameters. Especially useful for terminal based torrent clients.

@garfield69
Copy link
Collaborator

only useful if you are just going to post commands without interest in the results.
but the moment you want to process what the client returns after posting a command, you then need to know how to process the presentation, and scope of the response.
and since each client does this differently, you are back to crafting a unique processor for each client..

@metacritical
Copy link
Author

metacritical commented Apr 24, 2019

Well i really want catch the magnet link and pass the link to peerflix like so : peerflix "magnet link| -v to open vlc so that i can stream it. @garfield69

@garfield69
Copy link
Collaborator

garfield69 commented Apr 24, 2019

Dtv is written in Javascript as a Chrome Browser Extension.
As such it's restricted by Browser security rules.
One such rule is that Browsers cannot open CLI shells, as this is an obvious vector for browser malware.

@metacritical
Copy link
Author

Thanks for the reply. I understand that but i think it could be done for the desktop app which is packaged as a nw.js app. In any case if you could integrate some other streaming torrent client that would be fine too.

@garfield69
Copy link
Collaborator

I'll open the ticket again and see if any one wants to volunteer to implement.
Personally i'm only fixing urgent bugs that stop Dtv from working, I am not doing any enhancement work any more, got other projects i'm working on.

@garfield69 garfield69 reopened this Apr 25, 2019
@metacritical
Copy link
Author

@garfield69 Thankyou! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants