Posts: 39
Threads: 7
Joined: Aug 2018
Reputation:
0
One thing I would love to be able to do is have visibility on albums that have been recently added (This is usually what I want to listen to most of the time)
It could be as simple as a sort option in the library view, or as a playlist or custom view.
Posts: 13,420
Threads: 304
Joined: Mar 2018
Reputation:
545
Hi,
Yes, this is on the TODO list and scheduled for moOde 4.4 along with a really great Smart Playlist feature :-)
-Tim
Posts: 13
Threads: 0
Joined: Apr 2018
Reputation:
0
That feature would be great!
I've been using something similar in foobar for a long time (autoplaylist with the filter %added% DURING LAST 4 WEEKS or whatever period you need).
Posts: 13,420
Threads: 304
Joined: Mar 2018
Reputation:
545
We had to bump Recently Added and Smart Playlists forward to the work items for moOde 4.5. Look for this release sometime in Jan/Feb 2019 :-)
-Tim
Posts: 13
Threads: 0
Joined: Apr 2018
Reputation:
0
No worries Tim, we can live without them a little bit longer! What is important is that these features are planned for the near future!
Posts: 13,420
Threads: 304
Joined: Mar 2018
Reputation:
545
Prolly not but still on the TODO list for the 5 series
Posts: 17
Threads: 3
Joined: May 2018
Reputation:
0
in mean time you can ssh to moode and use this to add n last days
pi@moode:~$ cat .bash_profile
function add-recents {
find /media -type f -mtime -$1 | sed 's/\/media/USB/g' | mpc add
}
then 'add-recents 60' adds last 60 days off music