Which URI to play local directory in mopidy?

Part of my music is organized in directories with no “album” (local:album:…) or “playlist” (iris:playlist:…) structure, especially for kids songs.
I would like to launch a directory content directly with Mopidy URIs
No problem to do this for a single song with specific URI file:///home/pi/Music/song.mp3
Is there a URI syntax to play the whole directory ?
Thanks a lot :wink:

I play folders like /home/pi/Music/folder1 with MP3 files via MPC.

Set up your files directory in the config file.

[file]
enabled = true
media_dirs = /home/pi/Music

Then use command line, files are automatically sorted by filename:

mpc clear && mpc add "Files/folder1" && mpc play