Skip to content

Streaming to Android #1656

Answered by rootgordon
rootgordon asked this question in Q&A
Oct 28, 2022 · 5 comments · 5 replies
Discussion options

You must be logged in to vote

So recently I've had to get a new phone, prompting me to give this another shot. Initially I ran into the same problem but through sheer force of questioning everything I finally found out what was wrong (at least in the case of an nfs-mount): The files on the server need to be world-readable.

It's kinda obvious in hindsight, I don't even know what user-ID mpd, or android for that matter, is using. I hate when these threads remain unresolved so this is my solution for anyone who might run into the same problem and finds this.

Also here's a one-liner I used to chmod all the files recursively (based on an answer in this thread):

chmod -R a=r-wx,u=wr,g=wr,a+X *

It leaves directories world-ex…

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@MaxKellermann
Comment options

@rootgordon
Comment options

Comment options

You must be logged in to vote
2 replies
@rootgordon
Comment options

@skidoo23
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MaxKellermann
Comment options

Answer selected by rootgordon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants