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

Add torrent functionality to automate book downloads #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Ctoic
Copy link
Owner

@Ctoic Ctoic commented Oct 17, 2024

Related to #1

Implement torrent downloading and playing functionality.

  • app.js

    • Import torrent.js file to include the new torrent functionality.
    • Add event listeners to trigger torrent downloads when the user clicks the download button.
    • Update the audio player to play the downloaded torrent files.
    • Add functionality to display torrent download progress and handle errors.
  • about.html

    • Add a button to trigger torrent downloads.
    • Add a progress bar element to display torrent download progress.
    • Add a section to display user-friendly error messages.
  • package-lock.json

    • Add webtorrent library and its dependencies.

For more details, open the Copilot Workspace session.

Related to #1

Implement torrent downloading and playing functionality.

* **app.js**
  - Import `torrent.js` file to include the new torrent functionality.
  - Add event listeners to trigger torrent downloads when the user clicks the download button.
  - Update the audio player to play the downloaded torrent files.
  - Add functionality to display torrent download progress and handle errors.

* **about.html**
  - Add a button to trigger torrent downloads.
  - Add a progress bar element to display torrent download progress.
  - Add a section to display user-friendly error messages.

* **package-lock.json**
  - Add `webtorrent` library and its dependencies.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Ctoic/Lisbook/issues/1?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

netlify bot commented Oct 17, 2024

Deploy Preview for lisbook ready!

Name Link
🔨 Latest commit 9f14670
🔍 Latest deploy log https://app.netlify.com/sites/lisbook/deploys/671154de25fc05000841a716
😎 Deploy Preview https://deploy-preview-111--lisbook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@YakeDev
Copy link
Contributor

YakeDev commented Oct 19, 2024

Hey @Ctoic can you add screenshoot to show how it working?

@YakeDev
Copy link
Contributor

YakeDev commented Oct 19, 2024

Hey @Ctoic can you add screenshoot to show how it working?

I saw it

image

@Ctoic
Copy link
Owner Author

Ctoic commented Oct 19, 2024

it is not working @YakeDev but it's interesting and just working on it

@YakeDev
Copy link
Contributor

YakeDev commented Oct 19, 2024

it is not working @YakeDev but it's interesting and just working on it

Yes, I have tried it.

@Ctoic
Copy link
Owner Author

Ctoic commented Oct 19, 2024

it is not working @YakeDev but it's interesting and just working on it

;)

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

Successfully merging this pull request may close these issues.

2 participants