Skip to content

Add directory-based file adding

Graham Littlewood requested to merge ngnius/elisa:master into master

Add the ability to enqueue an entire music directory recursively. I like to use directories to organise my music so I thought this would be handy for others as well.

This unhides the play and enqueue buttons for folders in the file browser view and adds a method to recursively add music files in subdirectories. The recursion is (arbitrarily) limited to a depth of 5 currently.

Merge request reports