Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Video Downloading & Offline playback #26

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

kuylar
Copy link
Member

@kuylar kuylar commented Jan 2, 2024

Details

Adds downloading videos and the ability to watch them while offline

Implementation Status

  • Downloading videos
  • Library section for downloaded videos
  • Watching downloaded videos
  • Pausing/cancelling ongoing downloads

@kuylar kuylar added the enhancement New feature or request label Jan 2, 2024
@kuylar
Copy link
Member Author

kuylar commented Jan 3, 2024

both android DownloadManager and ExoPlayer DownloadService let me down (DownloadManager can't download to context.filesDir and DownloadService acts weird and crashes if you get the download statuses a little too much)

im going insane ill have to write a whole download service by myself

kuylar added 2 commits January 6, 2024 15:09
# Conflicts:
#	app/src/main/java/dev/kuylar/lighttube/Utils.kt
#	app/src/main/java/dev/kuylar/lighttube/ui/activity/MainActivity.kt
#	app/src/main/res/values/strings.xml
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant