Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Sep 22, 2024
1 parent 6a35420 commit 71c4062
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/060-references/feature-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ Certain myMPD features are only available with new MPD versions. To use all myMP

| MYMPD FEATURE | MPD VERSION | DESCRIPTION |
| ------------- | ----------- | ----------- |
| starts_with filter expression | 0.24.0 | myMPD uses a regex for older MPD versions |
| Autodetection of pcre support | 0.24.0 | myMPD assumes pcre support for older MPD versions |
| Autoconfiguration of playlist directory | 0.24.0 | Works only for socket connections |
| Consume OneShot | 0.24.0 | OneShot mode for consume |
| Queue save modes | 0.24.0 | Save queue as new playlist, replace playlist or append to playlist |
| Queue sorting | 0.24.0 | Queue sorting and priority filter |
| Add after current song (position/whence arg for load/searchadd) | 0.23.5 | Adds items to the queue after current playing song |
| Insert into playlist (position arg for playlistadd) | 0.23.5 | Inserts songs into a playlist |
| Remove range in playlist (range arg for playlistdelete) | 0.23.3 | Removes a range of songs in a playlist |
| Partitions | 0.22.0 | Concurrent partition support |
| Embedded albumart (readpicture) | 0.22.0 | myMPD can read pictures tags directly if it has access to the musicdirectory |
| Ratings for albums, playlists and tags | 0.24.0 | Stickers for playlists, filters and some tag types. |
| starts_with filter expression | 0.24.0 | myMPD uses a regex for older MPD versions. |
| Autodetection of pcre support | 0.24.0 | myMPD assumes pcre support for older MPD versions. |
| Autoconfiguration of playlist directory | 0.24.0 | Works only for socket connections. |
| Consume OneShot | 0.24.0 | OneShot mode for consume. |
| Queue save modes | 0.24.0 | Save queue as new playlist, replace playlist or append to playlist. |
| Queue sorting | 0.24.0 | Queue sorting and priority filter. |
| Add after current song (position/whence arg for load/searchadd) | 0.23.5 | Adds items to the queue after current playing song. |
| Insert into playlist (position arg for playlistadd) | 0.23.5 | Inserts songs into a playlist. |
| Remove range in playlist (range arg for playlistdelete) | 0.23.3 | Removes a range of songs in a playlist. |
| Partitions | 0.22.0 | Concurrent partition support. |
| Embedded albumart (readpicture) | 0.22.0 | myMPD can read pictures tags directly if it has access to the music directory. |

0 comments on commit 71c4062

Please sign in to comment.