Git Product home page Git Product logo

wistfulbooks's Introduction

wistfulbooks

A static single page app to allow easy use of books from librivox.org

Check it out at http://wistfulbooks.com/

wistfulbooks's People

Contributors

dependabot[bot] avatar him2him2 avatar smwa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wistfulbooks's Issues

Bring wistfulbooks back to ipfs

Hey @smwa

I'm not sure where your issues with IPFS come from - but I'm sure we can work them out. :)

I got an idea of how to "just" have the bandwidth, without having to store the whole archive of files in your IPFS-Node:

Librivox can be found on archive.org. They have static web-url for all files. So we could setup a ipfs node and add all URLs via URL-Store:

ipfs add --nocopy https://archive.org/download/girl_boat_1109_librivox/girlboat_01_wodehouse.mp3

This command will fetch the file from the URL, calculate the CID, store the URL in your database, but won't store the actual file there.

Your node will (try to) fetch the file from the URL every time someone on the IPFS network site requests it.

This way we don't have to keep a copy of the actual data, only the metadata, but also guarantee that the file is intact when it's sent to the IPFS-network.

We can also generate a list of all URLs and CIDs and put them in a cluster in the long run.

This will have the other cluster members download the whole file and store them, while your server will just provide the download-source.

Can't download/play any book

Currently, the website seems to be completely broken. Via local gateway, the download will terminate after some minutes. Via an HTTP gateway, the download will terminate right away with a "not online" error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.