How to create local music source on SDCard File System - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: How to create local music source on SDCard File System (/showthread.php?tid=5812) Pages:
1
2
|
RE: How to create local music source on SDCard File System - TheOldPresbyope - 09-23-2023 (09-23-2023, 05:28 PM)halfnote Wrote: Copied my media to the SDCard but refresh didn't populate the library. Appears at first due to filenames copied from a Mac that had spaces in the flac filenames. Upon copying the files, the new files have quotes around the entire filename including the flac extension. Wish I remembered what I'd done to address it last time or if I needed to. I might need some messy filename translation from spaces to underscores. I may have searched the wrong terms but if anyone knows a quick fix or thread, let me know. No, spaces in the filenames aren't a problem. More likely, it's a permissions problem. Quoting from the MPD documentation Quote:Does the MPD user have read permission on all music files, and read+execute permission on all music directories (and all of their parent directories). Here's what Linux says about the SDCARD on one of my players: Code: pi@m836-64:~ $ ls -la /mnt MPD has no problem indexing and playing both the LRMonoPhase4.flac file distributed with moOde and the wv test file and directory I created in examining a user's problem. Since you say you copied from a Mac you likely have a bunch of MacOS crapola too. I don't have a Mac and so won't comment but this been addressed a number of times in this forum. Regards, Kent RE: How to create local music source on SDCard File System - Tim Curtis - 09-23-2023 The single quotes that appear in the output from the ls command are there so the output can be processed safely in a script that uses the files names for example to copy them. They are not actually part of the file name. To get rid of the super annoying MacOS dot files (resource fork files) run the commands below. Just past the whole block at the command prompt. They complete very quickly unless you have a huge number of files. Code: cd /mnt/SDCARD Since you copied the files to SDCARD directory using sudo they should have permissions root:root which is ok. To troubleshoot MPD related permission problems do the following: 1. Menu, Configure Library 2. REGENERATE Music database 3. View the moode log for stats at the end Code: moodeutl -l 4. View the MPD log for errors Code: cat /var/log/mpd/log RE: How to create local music source on SDCard File System - spiros79 - 09-23-2023 Thanks all for the suggestions . Heres is the deal . For some reason on my win11 machine the pi zero w doesn't appear in the network . SMB is on and Samba server is running on the machine . Can't tell why .I'll work on it later . Here is what I did and it seems to work.
RE: How to create local music source on SDCard File System - halfnote - 10-12-2023 I'm still missing a piece. I don't see errors in /var/log/moode.log but I don't see any local library in the UI (and forgot where it had appeared before). Have 755 (rwxr-xr-x) on SDCARD/music/... and below. My setup is SDCARD/music/<artist>/<album>/track.flac My UI home screen shows only radio stations, search bar (which is unsuccessful when I search on an artist). RE: How to create local music source on SDCard File System - Nutul - 10-12-2023 (10-12-2023, 05:24 PM)halfnote Wrote: I'm still missing a piece. I don't see errors in /var/log/moode.log but I don't see any local library in the UI (and forgot where it had appeared before). Have 755 (rwxr-xr-x) on SDCARD/music/... and below. What happens if you click on "Library" on top-left, and then select "Tag", or "Album"? If you do not see "Library" on top left corner, but "Search" instead, then first tap on the big square image on the right (should be a generic black picture with "moOde" written on it) ETA You should also click on "m" (top right) and chose "Update library" if not yet done... RE: How to create local music source on SDCard File System - halfnote - 10-13-2023 Just a search bar in the upper left, and the block M in the upper right. Ran the "Update Library" several times. RE: How to create local music source on SDCard File System - Nutul - 10-13-2023 (10-13-2023, 12:14 AM)halfnote Wrote: Just a search bar in the upper left, and the block M in the upper right. Ran the "Update Library" several times. As I said, then, tap the "moOde" image on the right, this will bring you to the library view, and there, on top-left, you'll see "Library". Tap on that and select TAG RE: How to create local music source on SDCard File System - Tim Curtis - 10-13-2023 (10-13-2023, 12:14 AM)halfnote Wrote: Just a search bar in the upper left, and the block M in the upper right. Ran the "Update Library" several times. Menu, Quick help explains how the WebUI works and how to navigate it. RE: How to create local music source on SDCard File System - halfnote - 10-13-2023 Thanks all, I see my library now. |