Thank you for your donation!


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


Deleted folder/album still present
#11
(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...
Reply
#12
(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.
Reply
#13
(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.
----------------
Robert
Reply
#14
(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’.


Attached Files Thumbnail(s)
   
Reply
#15
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/
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#16
I think i might remove the ‘good’ folder too. Regenerate DB. Hopefully all will disappear. If so I’ll then replace the ‘good’ folder.
Reply
#17
(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.
Reply


Forum Jump: