Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Flac Music
#6
The dot files and dot dirs are the annoying resource fork files created by OS X. The USB stick was prolly loaded or browsed on a Mac. These files should be manually deleted so they won't be indexed by MPD and then screw up the Library. There are some utilities for deleting the dot files. I think the Mac has a built in utility called dot_clean. I just use the find command on my Mac and Linux boxes.

Code:
# Change to the target directory
cd /media/VFAT128/Test_mixed

sudo find . -name "._*" -exec rm -rf {} \;
sudo find . -name ".Trashes" -exec rm -rf {} \;
sudo find . -name "._.Trashes" -exec rm -rf {} \;
sudo find . -name ".Spotlight*" -exec rm -rf {} \;
sudo find . -name ".DS_Store" -exec rm -rf {} \;
sudo find . -name "._.DS_Store" -exec rm -rf {} \;
sudo find . -name ".fseventsd*" -exec rm -rf {} \;
sudo find . -name "._.com.apple.timemachine.donotpresent" -exec rm -rf {} \;
sudo find . -name ".com.apple.timemachine.donotpresent" -exec rm -rf {} \;
sudo find . -name ".TemporaryItems" -exec rm -rf {} \;
sudo find . -name "._.TemporaryItems" -exec rm -rf {} \;
sudo find . -name "._moodecfg.txt" -exec rm -rf {} \;
sudo find . -name "__MACOSX" -exec rm -rf {} \;

cd ~

If the Stereo Test file can't be indexed then your image is prolly corrupted in some way. Start with a fresh image downloaded from moodeaudio.org.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Flac Music - by Park13 - 09-02-2020, 05:33 PM
RE: Flac Music - by Park13 - 09-02-2020, 05:44 PM
RE: Flac Music - by Atair - 09-02-2020, 05:57 PM
RE: Flac Music - by Park13 - 09-02-2020, 06:02 PM
RE: Flac Music - by Atair - 09-02-2020, 07:11 PM
RE: Flac Music - by Tim Curtis - 09-02-2020, 07:18 PM
RE: Flac Music - by TheOldPresbyope - 09-02-2020, 07:35 PM
RE: Flac Music - by TheOldPresbyope - 09-02-2020, 07:36 PM
RE: Flac Music - by Park13 - 09-02-2020, 08:23 PM
RE: Flac Music - by TheOldPresbyope - 09-02-2020, 09:42 PM
RE: Flac Music - by Park13 - 09-02-2020, 11:15 PM
RE: Flac Music - by CallMeMike - 09-03-2020, 05:36 AM
RE: Flac Music - by Park13 - 09-03-2020, 04:10 PM
RE: Flac Music - by Park13 - 09-02-2020, 11:45 PM
RE: Flac Music - by Tim Curtis - 09-02-2020, 11:52 PM
RE: Flac Music - by Park13 - 09-02-2020, 11:58 PM
RE: Flac Music - by Tim Curtis - 09-03-2020, 01:42 AM
RE: Flac Music - by Park13 - 09-03-2020, 04:07 PM
RE: Flac Music - by Park13 - 09-04-2020, 03:36 PM
RE: Flac Music - by vinnn - 09-04-2020, 03:49 PM
RE: Flac Music - by Park13 - 09-04-2020, 10:10 PM
RE: Flac Music - by CallMeMike - 09-05-2020, 04:35 AM
RE: Flac Music - by jonners - 09-04-2020, 03:55 PM

Forum Jump: