-
-
Notifications
You must be signed in to change notification settings - Fork 52
Send artwork to MPRIS #805
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
Conversation
| } | ||
|
|
||
| private async string save_art_file (Gdk.Texture texture, File file) throws Error requires (texture != null) { | ||
| DirUtils.create_with_parents (get_art_cache_dir (), 0755); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the right permission to use? I would think 644 since it doesn't need to be executable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's because this is for the parent folder, not the file. So for folders 7 is access, not execute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooooh!
Somewhat related to #802, but doesn't actually solve that issue. We need to cache covers on disk anyways to send them to MPRIS