miraclx/freyr-js

Manual Compilation

Open

#11 创建于 2020年12月20日

在 GitHub 查看
 (6 评论) (0 反应) (1 负责人)JavaScript (2,279 star) (154 fork)user submission
enhancementgood first issuehelp wanted

描述

Sometimes, freyr's internal logic for identifying sources across services fails, and track(s) affected can't be downloaded.

We should provide a means for manual intervention.

Where a user could manually identify the source and provider URIs that freyr can thereafter compile a track from.

We can do this by introducing a new subcommand - make

freyr make <URI> --source youtube:URI

For example:

freyr make spotify:track:54bFM56PmE4YLRnqpW6Tha --source youtube:oDn4eKyhSH4

  • Get track metadata from URI
  • Get audio from the source
  • Process audio with the metadata

贡献者指南