-
|
Hello. I've been chatting with the maintainer of myMPD in his Here's the original issue for context: jcorporation/mympd-scripts#35 I'm hoping to see if somebody running myMPD on a DietPi system can add the two album art scripts from the link at the bottom of this question into myMPD and see if they can reproduce these same error logs I've been getting, which will help me determine whether it's a dietpi thing or if there's something else in my environment causing permissions problems: Here are the lua scripts to add (they attempt to fetch album art dynamically at runtime from one or more third party providers): https://github.com/jcorporation/mympd-scripts/tree/main/Albumart Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hmm, the myMPD service should create this dir with correct permissions automatically, using a dynamically creates user, if things did not change. I'll have a look. |
Beta Was this translation helpful? Give feedback.
Update on this:
I've been discussing this issue with Jurgen in the myMPD repo, and we finally figured out the root cause. It has nothing to do with linux file permissions or the mympd dynamic user. The real issue was a couple different things related to how lua scripts are executed concurrently by myMPD and a couple of bugs in the custom lua scripts I'm using that will be resolved in the next release of myMPD.
I'll close this discussion now that we have answers.