Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

v1 roadmap #1

Description

@kareniel
  • supported file formats
    • mp3, flac, wav
    • zip
  • directories
    • $inbox
    • $unsupported
    • $archives
    • $duplicates
    • $processing
    • $processed
  • manage inbox folder
    • move files of unsupported file format to $unsupported directory
    • unzip supported archive files and move the archive file to $archives directory
    • move known files to $processing directory
      • calculate hash and compare against audio db
        • if exists move to $duplicates directory
        • if does not exist start importing (stream into $processed directory)
  • import
    • imports should be handled outside this module through some kind of hook

questions

  • should this be ran as a child process?
  • should the imports be plugin based?
  • what to do with cover assets inside zip files?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions