Moode Forum
[SOLVED] Issue with 'browse by album' view not showing correct album thumbnail - 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: [SOLVED] Issue with 'browse by album' view not showing correct album thumbnail (/showthread.php?tid=2478)

Pages: 1 2


RE: Issue with 'browse by album' view not showing correct album thumbnail - Tim Curtis - 05-10-2020

For sure "all my music is just in one folder" is the issue. you will need to get to a directory structure like below. Music management and ripping tools default to this structure. Also be sure to accurately tag the song files. If you have compilation albums then populate the AlbumArtist tag in each song file with the string "Various Artists". They will be nicely grouped in Tag view under the Artist named "Various Artists".

Code:
/Music
 /Artist1
    /Album1
      /Song1
      /Song2
      .
      .
      /SongN
    /Album2
    .
    .
    /AlbumN
 .
 .
 .
 /ArtistN



RE: Issue with 'browse by album' view not showing correct album thumbnail - GreyLinux - 05-10-2020

(05-10-2020, 02:18 PM)Tim Curtis Wrote: For sure "all my music is just in one folder" is the issue. you will need to get to a directory structure like below. Music management and ripping tools default to this structure. Also be sure to accurately tag the song files. If you have compilation albums then populate the AlbumArtist tag in each song file with the string "Various Artists". They will be nicely grouped in Tag view under the Artist named "Various Artists".

Code:
/Music
 /Artist1
    /Album1
      /Song1
      /Song2
      .
      .
      /SongN
    /Album2
    .
    .
    /AlbumN
 .
 .
 .
 /ArtistN

This Has Fixed My Problem with the Nextcloud album covers ,

The Radio covers are still a bit of an odd issue but it's not a big issue.

Thanks again for the solution guys.