miraclx/freyr-js

Manual Compilation

Ouverte

#11 ouverte le 20 déc. 2020

 (6 commentaires) (0 réaction) (1 personne assignée)JavaScript (154 forks)user submission
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (2 328 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur