fxsth / pledo

pledo - Plex downloader. An alternative to PlexRipper
MIT License
16 stars 2 forks source link

Is it possible to add a download to browser feature ? #15

Closed cyrinux closed 10 months ago

cyrinux commented 11 months ago

My bad, I misunderstand the main usage of the app maybe, would it be possible to download in the browser the file instead of just copy on the server side ?

I would like to time to time share movie with people who just want to download and watch locally without plex.

In the case the people is not tech and can't selfhost pledo on his side.

Cheers

fxsth commented 11 months ago

Unfortunately it is not a regular desktop app, but a backend with web frontend. Closest to a desktop app are the windows executable in https://github.com/fxsth/pledo/releases/tag/v1.2.0 You can start the pledo.exe and navigate browser to localhost:5000.

fxsth commented 11 months ago

Ah probably I misunderstood your feature request as well. Do you want to host the app for your friends and they can access the web app? So they have a download button for downloading to browser?

cyrinux commented 11 months ago

Exactly yes

fxsth commented 11 months ago

I'll try to add this in the next time. Shouldn't be that complicated to add a download link for browser.

fxsth commented 10 months ago

Upcoming release has the feature to open and download the file link directly in browser.

cyrinux commented 10 months ago

Thanks you very much, it make the job as I expected 🧁