BookPlayer icon indicating copy to clipboard operation
BookPlayer copied to clipboard

FEATURE: Add files using a web uploader.

Open NathanDrake2406 opened this issue 1 year ago • 3 comments

Feature request

  • Add files using a web uploader.

Narrative

  • When using the paid Bound app, I can import files very easily by logging into 192.168.0.81 on my PC and dropping files in. It takes 5 seconds for a 1 GB file.

This app is much better organised, with more features and better playback. However, importing is extremely tedious, especially for the PC users. Could you somehow implement this? Thank you.

NathanDrake2406 avatar Feb 08 '24 04:02 NathanDrake2406

I thought about using this library https://github.com/swisspol/GCDWebServer , but it's no longer supported since Jan 2023, so currently I don't have an easy way to go about this.

In the meantime, you should be able to do it via iTunes File sharing on a PC, you could just drop the files in the BookPlayer app in there, and it should work

GianniCarlo avatar Feb 08 '24 15:02 GianniCarlo

I was researching into this a few years back (I even went as far as testing some UI, which sadly led nowhere). It is most likely possible to use Vapor for this. https://www.kodeco.com/31498014-running-a-web-server-on-ios-with-vapor

Vapor is a full-fledged web server framework, so it should bring all the necessary bits. This is not a small effort.

pichfl avatar Feb 08 '24 16:02 pichfl

I thought about using this library https://github.com/swisspol/GCDWebServer , but it's no longer supported since Jan 2023, so currently I don't have an easy way to go about this.

In the meantime, you should be able to do it via iTunes File sharing on a PC, you could just drop the files in the BookPlayer app in there, and it should work

Cool library, I used it to synchronize and download files

rastaman111 avatar Feb 08 '24 20:02 rastaman111