-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Hi,
currently the inbox in beets-flask seems to be designed around album imports. Even if as_album: no
is set in the Beets config, the UI still tries to match items from the inbox to album releases, which does not work well when the inbox contains a collection of unrelated tracks (e.g. downloaded singles, mixed playlists, loose files).
It would be very useful to have an option to:
- Import individual tracks from the inbox without album-matching (equivalent to Beets CLI
-s
/singletons: yes
) - An option to define a separate inbox in the beets-flask config that is always treated as single-track mode
This would make the workflow more flexible for users who manage both albums and single tracks in their library.
Thanks for considering!
AnonTester