File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ Release 1.1 Start 30/06/2022 End --/--/----
616132. player.in: return db operation 5 times on failure
6262- 17/11/2025
636333. player.in: exit if SONG_URI not set
64+ - 22/11/2025
65+ 35. Fix --karma args and added options for --new option
6466
6567* Thu Jun 30 2022 18:32:58 IST Manvendra Bhangui <mpdev@indimail.org> 1.0-1.1%{?dist}
6668Release 1.0 Start 02/03/2020 End 30/06/2022
Original file line number Diff line number Diff line change @@ -135,9 +135,18 @@ Load a playlist as defined in ~/.mpdplaylist.options
135135Load a playlist as defined in ~/.mpdplaylist.new
136136\fB mpdplaylist \fR --options-file=~/.mpdplaylist.new
137137
138- List all songs added in the last 3 days
138+ List all songs added 3 days back
139139\fB mpdplaylist \fR --new=3
140140
141+ List all songs added in the last 3 days. (See the use of escaping '<' to
142+ prevent the shell from using input redirection)
143+ \fB mpdplaylist \fR --new\< =3
144+
145+ List all songs added more than 30 days back (use with caution as this could
146+ be a huge list. See the use of escaping '>' to prevent the shell from using
147+ output redirection)
148+ \fB mpdplaylist \fR --new\> =30
149+
141150List all songs belonging to \fI Hindi \fR genre, having a rting of 6 &
142151greater (on a scale of 10), from the year 1970 to the year 2000. Sort the
143152result on the \fI last_played \fR field in ascendning order and in descending
You can’t perform that action at this time.
0 commit comments