tramhao / termusic

Music Player TUI written in Rust
GNU General Public License v3.0
1.02k stars 43 forks source link

Allow for a library and database refresh #107

Open Porkepix opened 1 year ago

Porkepix commented 1 year ago

This could be with a shortcut, or with a regular auto-refresh (optional as it could bother some people I guess), or both: it would be nice to have a key to refresh the library and databases or have an auto-resfresh or both so that one doesn't need to reopen the player to consider the new files.

tramhao commented 1 year ago

Yes, this is reasonable. For manual refresh, it's easy to add. For auto refresh, it'll need some extra work.