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

integration with qbittorrent #8

Closed
Martinligabue opened this issue Sep 8, 2023 · 1 comment
Closed

integration with qbittorrent #8

Martinligabue opened this issue Sep 8, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@Martinligabue
Copy link

It would be nice to have it work with qbittorrent webui or something to select from previously downloaded videos, and also download them to this app instead of doing it internally.

This might solve the local file thing in #3, as you could use qbittorrent to create the file and then share it.

(not sure if this helps, but qbit is also available as a flatpak).

@pojntfx
Copy link
Owner

pojntfx commented Sep 8, 2023

That would be pretty cool, but I'm afraid its a bit out of scope. Maybe one of these could work:

  • Registering Multiplex as a file handler. That would allow you to select a local video file, right click → "Open With", then start the playback as we currently do so that people can join the session - and you could do that from qBittorent's desktop app, too!
  • Using hTorrent (which uses https://github.com/anacrolix/torrent) to seed the file for you. This is possible - but I'd personally probably prefer using WebRTC for local files, since its fully P2P and doesn't require uploading the file to a tracker. See Non-torrent method? #5 for more info ^^

@pojntfx pojntfx closed this as completed Sep 8, 2023
@pojntfx pojntfx added the wontfix This will not be worked on label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants