notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
517 stars 144 forks source link

letters not functional at all directory levels #176

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi all,

my mpd library is at:

/var/lib/mpd/music

within this directory I have two subdirs:

each of them contans hundreds of subdirs with all my music files.

What I noticed is that if I press N or W from the navigation letters, it points me to nas-samba or webradio. However If i browse into one of them where there are hundrends of new subdirs I am not able to use the letters.

As i understand it the lettering choice works only for the first level of dirs within the library.

I am not sure if it's a feature or a bug, but it would be really nice if it worked at all levels.

Regards,

Mike

SuperBFG7 commented 6 years ago

Hi, I've had the same issue and just added this feature. See pullrequest #177

Emilot commented 6 years ago

SuperBFG7 can you make the same for the files inside the directories? It works great for directories!

SuperBFG7 commented 6 years ago

Oh, forgot about that. I now made the letter filters work on all types at the same time: directories, playlists and songs.

Emilot commented 6 years ago

My deepest salute!