Posts: 26
Threads: 7
Joined: Apr 2018
Reputation:
8
In version 6 this part code has been rewritten and needs to be changed:
up to 5:
$album = $flatData['Album'] ? $flatData['Date'] . ' - ' . $flatData['Album'] : 'Unknown';
6 and newer (I guess):
'album' => ($flatData['Album'] ? $flatData['Date'] . ' - ' . $flatData['Album'] : 'Unknown'),
Posts: 6
Threads: 2
Joined: Sep 2018
Reputation:
0
Hi there,
I'm testing the line to get the date in the album string, I kind of like it. I'm not sure how to do this, but maybe a solution to the multiple dates problem within an album or a compilation could be to have either a single date when they are defined + in agreement, and a range if they aren't (e.g., "1986-1993"). I guess there's no easy way of doing that right? Looks like we would need to scan all the songs from a given album first.
Cheers,
MV
PS: by the way, I've been using Moode Audio for a while, but there's a question I've always had in mind: can you select several albums and get the song list, say, by clicking on the album heading? You can play the list by clicking on the icon in the bottom, but the list is never shown (or I don't know how to do it).
Posts: 13,441
Threads: 305
Joined: Mar 2018
Reputation:
545
Multi-select is not supported.
Click the ellipsis ... icon on the album cover and then "Show tracks"
Posts: 6
Threads: 2
Joined: Sep 2018
Reputation:
0
Difficult to choose between highest/lowest year, because it's a little bit strange to show only one date when there's more than one. If some sorting is done, it would be nice to display a range of dates when relevant in order to avoid any confusion as to how the sorting was done. I do like the year underneath the cover.
Posts: 140
Threads: 6
Joined: Jul 2019
Reputation:
5
[quote pid='13080' dateline='1568484180']
Album grouping: [by Artist ]
- by Artist
- by Album
- by Year
To deal with album tracks that have different years, the code will select either the highest or the lowest year. I'm not sure which is best yet.
Questions:
1. Use highest or lowest year?
2. Display year underneath the cover?
-Tim
[/quote]
I'm more than happy with sort by Album Artist. If anything sort by Album Artist then Year would be cool. Just so that all of an artists albums are shown chronologically rather than alphabetically as they currently are.
To answer the questions:
1. I have all my albums tagged by the year of release, so this doesn't really apply to me,
2. I'd vote no. There's limited real-estate space and the year isn't really an important consideration when deciding which track to play. If the vote goes the other way then please consider making it an option.
Thanks for all your work and dedication to making such a great player!