Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Follow symlink dirs on UI simulator

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29530 a1c6a512-1295-4272-9138-f99709370657

+4
+4
apps/tagcache.c
··· 4351 4351 4352 4352 processed_dir_count++; 4353 4353 if (info.attribute & ATTR_DIRECTORY) 4354 + #ifndef SIMULATOR 4354 4355 { /* don't follow symlinks to dirs, but try to add it as a search root 4355 4356 * this makes able to avoid looping in recursive symlinks */ 4356 4357 if (info.attribute & ATTR_LINK) ··· 4358 4359 else 4359 4360 check_dir(curpath, add_files); 4360 4361 } 4362 + #else 4363 + check_dir(curpath, add_files); 4364 + #endif 4361 4365 else if (add_files) 4362 4366 { 4363 4367 tc_stat.curentry = curpath;