Skip to content

upload functionality? #141

Description

@puhoy

i am using supysonic together with beets (to manage the music library) for a few weeks now, to serve music for me and a friend. a feature that i would really like to see is the possibility to upload music via the web frontend.

since this is not really in the scope of subsonic, is this something you would like to merge?

i imagine something like

  • the user drops a song or an album in the web frontend, it gets uploaded
  • beets tries an automatic import, and if thats not working, it throws the album in a separate folder, so the admin could import/delete it later via command line
  • after import, supysonic-watcher detects the new files and updates the db

the pragmatic solution would probably be to upload via sftp, and some file watcher that triggers beets import - but i guess uploads via web frontend would be easier for everybody.

another thought on that: its probably not nice to hardcode the use of beets. maybe it would be better to just specify a command to run after the upload is finished. (maybe thats just a cp to the library as a default?)

so, if this is a wanted feature i would like to work on that - i just thought i ask for other opinions first :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions