Adding external audio sources to the music directory #2121
geneticdrift
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
That is already possible easily with a single-line m3u file |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would there be an interest in adding external audio sources to the music directory as regular files?
The idea is to be able to add an external URI, with attached metadata, to the database, by creating a regular file in the music directory.
An example use-case is for radio stations: instead of each client managing urls and adding them directly to the player queue, it would be possible to put these radio stations as files in the music directory.
It seems to be possible by adding a custom decoder plugin and using the
Song::target
.There's an experimental implementation at this branch: meta-song
Beta Was this translation helpful? Give feedback.
All reactions