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

Download button does not work #142

Open
cweiske opened this issue Dec 26, 2024 · 3 comments
Open

Download button does not work #142

cweiske opened this issue Dec 26, 2024 · 3 comments

Comments

@cweiske
Copy link

cweiske commented Dec 26, 2024

When audio files are listed in the content view, each file has four buttons:

  1. Add to playlist
  2. Download
  3. Play
  4. Play this and all following

The download button does not work here.
There is no notification that anything happens, and nothing relevant in the logs.

(Even if it would work, it'd be nice if I could disable it - when using YAACC as music player, downloading is not among the relevant actions)


This is with YAACC debug build 1875a59 on a Fairphone 4, Android 14 (LineageOS 21) with Gerbera as UPnP server. The UPnP server offers the native .ogg files and a on-demand mp3 conversion as file format options.

@tobexyz
Copy link
Owner

tobexyz commented Dec 26, 2024

I can't confirm this behaviour. When I push the download button a short notification appears during the download.
As result the file is located in the folder Downloads/yaacc
If it is not the same on your device please let me know.

Maybe I should add a toast notification...

The feature is part of the app for offline usage of media files.

@cweiske
Copy link
Author

cweiske commented Dec 26, 2024

You are right - the files are downloaded into the Download/yaacc/ directory.
But on my system, no download notification appears - maybe it's to fast.

A part of the problem is that the UI buttons in YAACC are static - they do not give feedback when they are/got pressed.

A toast would help indeed.

@cweiske
Copy link
Author

cweiske commented Dec 26, 2024

A "open download folder" in the settings would make the download folder location more visible.
But it would suffice if the toast would show the folder name.

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

No branches or pull requests

2 participants