-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Open song or folder from Music #716
Comments
Firstly, you need to base your new branch on the Probably best to get approval from the UX team for this feature (perhaps mockup something) before getting too deep into the coding. |
Not sure how you would do this without some kind of activatable widget to click on and a filechooser dialog - there are multiple possibilities for visual details. You could also implement a keyboard accelerator but would need to make it discoverable. |
But I thought this issue was about not using Files?. Being able to open folders in Music from Files is a different issue see #709. |
Should be able to fix #709 by amending the |
Okay, will work on it ASAP |
@aitor-gomila Thanks for making the effort to fix the issue you raised! If you need any help or a review let me know. |
@jeremypw Thanks you too! Where is the .desktop file in the project source? |
@aitor-gomila The desktop file is created from a template found at |
It's being very hard for me to find docs. I can't |
@aitor-gomila You can use https://valadoc.org/glib-2.0/GLib.FileUtils.test.html |
Pushed a commit that should allow to open folders directly. The code is messy, can someone give me feedback on how to improve it? #747 |
Problem
Music doesn't have an option to open song or folder directly from the app.
Proposal
Have option to open File or Folder directly from Music.
Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: