miraclx/freyr-js

Manual Compilation

Open

#11 aperta il 20 dic 2020

Vedi su GitHub
 (6 commenti) (0 reazioni) (1 assegnatario)JavaScript (154 fork)user submission
enhancementgood first issuehelp wanted

Metriche repository

Star
 (2279 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor