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

How to use DownloadManager with multi directories #4709

Closed
morkovkin opened this issue Aug 22, 2018 · 1 comment
Closed

How to use DownloadManager with multi directories #4709

morkovkin opened this issue Aug 22, 2018 · 1 comment
Assignees
Labels

Comments

@morkovkin
Copy link

Hello! How i can use DownloadManager with multi directories ? For example i try download 2 hls media files (using queues from manager) to different directories. I would like to make a directory like this -

Downloads
-- mediafiles1
---- cached_content_index1
-- mediafiles2
---- cached_content_index2
-- ...
-- mediafilesN
---- cached_content_indexN
-- actions
-- tracked_actions

I use DownloadManager like in example. But i can't found resolution to change cache from DownloaderConstructorHelper and don't recreate DownloadManager. When i try to recreate new one new manager just lost download queues. My sqlite save states and local directories for media content. In theory i wanna play offline content just put offline media directory in cacheFactory and so on

Сould you give an example how can this be done? Thanks!

@erdemguven erdemguven self-assigned this Aug 22, 2018
@erdemguven
Copy link
Contributor

Currently this isn't supported. #4253 tracks this feature request.

@google google locked and limited conversation to collaborators Jan 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants