Library - Alphabet 'R' index not selecting folders #1784
-
|
I'm not sure whether this might be related to #1776 or not - When I select 'R' on the alphabet bar on my NAS library only the individual fles that begin with 'R' or 'r' are displayed. Folders that begin with 'R' are omitted. I can select 'Q' or 'S' and scroll into the list of folders that begin with 'R'. Every other letter on the Alphabet bar works as expected (with the exception of 'X', I am unable to test 'X' as I have no files or folders that begin with 'X'). |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
|
Finally - after about a month - I spotted (and corrected) the weird typo in the title. I must get these glasses checked... |
Beta Was this translation helpful? Give feedback.
-
|
I had occasion to do a vanilla install of 20260216 (using the R-Pi Imager - sweet!) and took the opportunity to check whether I could see the folders on my NAS that begin with 'R'. It is still a problem, has nobody else spotted this yet? Is it just me? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks Chris, I'll look for a more local reason. |
Beta Was this translation helpful? Give feedback.
-
|
It has got someting to do with .mpdignore but just what, at present, is too subtle for me to elucidate. I have 2 folders on my NAS that are used by DFSr. The security on these folders prevents MPD from accessing them and, since there is nothing useful to MPD in there anyway, I exclude them using .mpdignore. However, unbeknownst to me, the entry for DFSR_DIAGNOSTICS_TEST_FOLDER in .mpdignore was erased sometime ago. Re-insert the entry, I can navigate to folders starting with R using the index button 'R', remove the entry, I can't. (I select 'S' and scroll up.) Go figure. I have more questions than I have answers right now, but pop back in a little while and I might, just might, have it figured out. |
Beta Was this translation helpful? Give feedback.
-
|
I still don't fully understand the 'why' of this but, if you manually manipulate the contents of .mpdignore then you must update the mpd library twice. Seems counter-intuitive but it does work. I found the easiest way to do this was using the CLI: |
Beta Was this translation helpful? Give feedback.


I still don't fully understand the 'why' of this but, if you manually manipulate the contents of .mpdignore then you must update the mpd library twice. Seems counter-intuitive but it does work. I found the easiest way to do this was using the CLI:
mpc update --waitmpc update --waitbut I guess you could also use the Library Update feature in the GUI. I'm going to close this now as it is probably only for my own esoteric interest anyway. Thanks for watching :-)