miraclx/freyr-js

Manual Compilation

Open

#11 opened on Dec 20, 2020

View on GitHub
 (6 comments) (0 reactions) (1 assignee)JavaScript (2,279 stars) (154 forks)user submission
enhancementgood first issuehelp wanted

Description

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

Contributor guide