Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local music storage #83

Closed
thijstakken opened this issue Jun 27, 2024 · 2 comments
Closed

Local music storage #83

thijstakken opened this issue Jun 27, 2024 · 2 comments
Assignees
Labels
enhancement General improvements new feature New feature or request UX Improvements on user experience

Comments

@thijstakken
Copy link
Owner

  • Simple folder sync (since I am using truenas, I just need to mount my media folder inside the docker container, no webdav or anything)

Originally posted by @TimotheFCN in #47 (comment)

I (@thijstakken) will add a file based option to the music service also, so instead of choosing Webdav (which is the only option in the GUI right now) I will make an option for simple file based system. So you have a native option for your workflow with "simple folder sync", which will put the songs in a folder whithout any other logic.

This place can be added as an Docker volume to access the files.

@thijstakken thijstakken added this to the Music Reboot Project milestone Jun 27, 2024
@thijstakken thijstakken self-assigned this Jun 27, 2024
@thijstakken thijstakken added enhancement General improvements new feature New feature or request UX Improvements on user experience labels Jun 27, 2024
@thijstakken thijstakken moved this to In Progress in Music Reboot Project Jun 27, 2024
@thijstakken
Copy link
Owner Author

thijstakken commented Jun 27, 2024

I've made a static folder where all music will go.
This is handy so users can easily mount this path in their Docker environment.

It's like this:

/music/{username}/{playlistname}/songs.mp3

So the /music/ location can be mounted and will serve this structure.
If users want, they could also directly mount /music/{their username} so they have to click less

@thijstakken
Copy link
Owner Author

@TimotheFCN

The commit 2e3cd7d created the basic foundation for this feature just now

I will add some documentation, and make the GUI more friendly, but the backend is almost done now for this.

@thijstakken thijstakken moved this from In Progress to Done in Music Reboot Project Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General improvements new feature New feature or request UX Improvements on user experience
Projects
Development

No branches or pull requests

1 participant