Moode Forum
Deleted folder/album still present - 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: Deleted folder/album still present (/showthread.php?tid=7058)

Pages: 1 2


RE: Deleted folder/album still present - Nutul - 11-02-2024

(11-02-2024, 06:59 PM)ICLlP Wrote: I don’t know whether it’s relevant/helpful, but my kitchen Pi uses an alternative to MoOde, which I don’t like so much, and it just sees the one album folder.

If its filesystem / tag parsing is not case-sensitive, that could be the reason...


RE: Deleted folder/album still present - ICLlP - 11-03-2024

(11-02-2024, 06:12 PM)Nutul Wrote: These things are populated by the tracks' tags, so, if you happen to have even a single track with its title tag as "The Best Of caravan" with lowercase C, then MPD will treat that as a different album.
In my specific case (I use whole-disc FLAC + CUE) the title and artist tags in the FLAC file MUST BE CONSISTENT with the same in the CUE file, otherwise I end up with a double album in the library.

Just my 2c

I've checked; all tracks are consistent.


RE: Deleted folder/album still present - the_bertrum - 11-03-2024

(11-01-2024, 10:21 PM)Tim Curtis Wrote: What does Audio info show as the path?

This is a relevant thing to do still. Start the playback of a ghost tracj=k, then press the three dots and select audio info. That will give you the path that MPD thinks the track is at and that will help locate how it is getting confused.


RE: Deleted folder/album still present - ICLlP - 11-03-2024

(11-03-2024, 10:51 AM)the_bertrum Wrote:
(11-01-2024, 10:21 PM)Tim Curtis Wrote: What does Audio info show as the path?

This is a relevant thing to do still.  Start the playback of a ghost tracj=k, then press the three dots and select audio info.  That will give you the path that MPD thinks the track is at and that will help locate how it is getting confused.
I think the tags must have been wrong in the deleted folder; they’re right in the remaing folder. When i open the ‘c’ folder in folder view the album name has ‘C’.


RE: Deleted folder/album still present - Tim Curtis - 11-03-2024

If you are able to play the file it must exists on your NAS but another way to confirm that it exists is to access it from the command line. Just add /mnt/ to the beginning of the path shown in Audio info and run any of the commands below.

If the file doesn't exist then those commands will print an error like "No such file or directory"

Code:
stat "/mnt/NAS/..."
ls l "/mnt/NAS/..."
file "/mnt/NAS/..."

You can also check each containing directory to confirm that it exists and also whether there are any "dot" (hidden) files or directories using the command below. Ignore the first two dot files named "." and ".."

Code:
ls -al "/mnt/NAS/directory1/directory2/



RE: Deleted folder/album still present - ICLlP - 11-03-2024

I think i might remove the ‘good’ folder too. Regenerate DB. Hopefully all will disappear. If so I’ll then replace the ‘good’ folder.


RE: Deleted folder/album still present - ICLlP - 11-03-2024

(11-03-2024, 12:14 PM)ICLlP Wrote: I think i might remove the ‘good’ folder too. Regenerate DB. Hopefully all will disappear. If so I’ll then replace the ‘good’ folder.

I’ve done this and all is now good. Thanks for all the suggestions.