Skip to content

Commit

Permalink
Prelude server
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Jul 3, 2024
1 parent 0cf2fd0 commit 440b14f
Show file tree
Hide file tree
Showing 19 changed files with 2,101 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
prelude.json
dist/
node_modules/
15 changes: 15 additions & 0 deletions default-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Web server port
port: 9847,

// Absolute paths to scan for music
// Can be paths to directories, or individual files.
// To limit the nesting level of subdirectories to scan, use the format `path:limit`.
// The default nesting limit is 20.
// Example:
// `/home/user/Music:0` do not scan subdirectories
// `/home/user/Music:5` scan up to 5 subdirectories deep
discoverPaths: [

]
}
Loading

0 comments on commit 440b14f

Please sign in to comment.