mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
feat: add play functionality to library folder/index items
- add play button to inner folders in library - implement recursive song collection from folders and subfolders - filter out video files, play only audio tracks - add user feedback with toast notifications
This commit is contained in:
parent
c415db0cc5
commit
be33401b6f
12 changed files with 220 additions and 26 deletions
|
|
@ -533,4 +533,8 @@
|
|||
<string name="settings_album_detail_summary">If enabled, show the album details like genre, song count etc. on the album page</string>
|
||||
<string name="settings_artist_sort_by_album_count">Sort artists by album count</string>
|
||||
<string name="settings_artist_sort_by_album_count_summary">If enabled, sort the artists by album count. Sort by name if disabled.</string>
|
||||
|
||||
<string name="folder_play_collecting">Collecting songs from folder…</string>
|
||||
<string name="folder_play_playing">Playing %d songs</string>
|
||||
<string name="folder_play_no_songs">No songs found in folder</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue