[IDEA] Remove stereo test from random - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: [IDEA] Remove stereo test from random (/showthread.php?tid=7023) |
Remove stereo test from random - PJVervoorn - 10-23-2024 Would it be possible to prevent the Stereo Test file from being added when random tracks or albums are being played? Or perhaps more generic: hide files when they have a specific mp3-tag with a value (i.e. “LibraryInstructions” with values like “Hide", "SkipRandom”). [attachment=4106] RE: Remove stereo test from random - Tim Curtis - 10-23-2024 There is a --exclude option for auto-shuffle but I'd need to add that as an option in Audio Config. I'll put it on the TODO list. RE: Remove stereo test from random - kurt1970 - 10-23-2024 I always do it the hard way. The SDCARD mount contains the test file. As I don't use the SDCARD, I just remove it. 1) sudo rm -r /mnt/SDCARD 2) Update library RE: Remove stereo test from random - Nutul - 10-23-2024 (10-23-2024, 02:13 PM)kurt1970 Wrote: I always do it the hard way. The SDCARD mount contains the test file. As I don't use the SDCARD, I just remove it. Just adding a .mpdignore file, containing *, at the root of your SDCard will give you the same result. RE: Remove stereo test from random - PJVervoorn - 10-24-2024 Those are good options for me, but for new installs the file needs to be visible in the library. RE: Remove stereo test from random - Nutul - 10-24-2024 (10-24-2024, 06:44 AM)PJVervoorn Wrote: Those are good options for me, but for new installs the file needs to be visible in the library. Then kindly wait until Tim finalizes the configuration of the autoshuffle, as he said. |