miraclx / freyr-js

A tool for downloading songs from music streaming services like Spotify and Apple Music.
https://git.io/freyr-js
Apache License 2.0
1.37k stars 89 forks source link

freyr downloading song that has gameplay audio #651

Open Thiccolas3245 opened 5 months ago

Thiccolas3245 commented 5 months ago

for some reason, when I've downloaded certain tracks that are from video games, freyr gives me tracks that have gameplay audio in them

examples: Camellia - Tempo Katana - Spotify Link: https://open.spotify.com/album/3LrSsAtkvSfVdxabXiInCR?si=xi60lCjXTNy78T7H8pxx6Q

Camellia - LORELEI Spotify Link: https://open.spotify.com/album/6OzPAnOQtqvMV5wcrR3oG6?si=_qJLX1pSTJ-Nhl5PZQ58_Q

What freyr downloaded (for me at least): https://drive.google.com/drive/folders/1VZRM1dnO3HrQAT_cFCS4pjTZz1RzLoMS?usp=sharing

Thiccolas3245 commented 5 months ago

other than that though, for most, if not all other songs it works great!

miraclx commented 5 months ago

I'll take a look, thanks for filing. And thanks for including the output tracks - helped extract a dump of the metadata freyr embedded to see the source audio feed. I'll look into why this seemed to have been weighted to be the most accurate source for this track.

AtomicParsley metadata dump from the tracks Camellia - LORELEI ```console $ AtomicParsley "01 Lorelei.m4a" -t Atom "©too" contains: freyr-js cli v0.10.3 Atom "©nam" contains: Lorelei Atom "©ART" contains: Camellia Atom "©alb" contains: Lorelei Atom "trkn" contains: 1 of 1 Atom "disk" contains: 1 of 1 Atom "©day" contains: 2023-02-24 Atom "----" [com.apple.iTunes;MEDIA] contains: Digital Media Atom "----" [com.apple.iTunes;ISRC] contains: TCAGW2337725 Atom "----" [com.apple.iTunes;ARTISTS] contains: Camellia Atom "----" [com.apple.iTunes;LABEL] contains: Camellia Atom "----" [com.apple.iTunes;SOURCE] contains: Spotify: spotify:track:7cEZld0rEQoHv1wcdnoOj1 Atom "----" [com.apple.iTunes;PROVIDER] contains: YouTube Music: 2ImyBNM4fw0 Atom "rtng" contains: Inoffensive Atom "stik" contains: Normal Atom "aART" contains: Camellia Atom "purd" contains: 2024-01-29T02:17:24Z Atom "apID" contains: cli@freyr.git Atom "cprt" contains: 2023 Camellia Atom "©enc" contains: d3vc0dr Atom "sonm" contains: Lorelei Atom "soal" contains: Lorelei Atom "soar" contains: Camellia Atom "covr" contains: 1 piece of artwork ``` Camellia - Tempo Katana ```console $ AtomicParsley "01 Tempo-Katana.m4a" -t Atom "©too" contains: freyr-js cli v0.10.3 Atom "©nam" contains: Tempo-Katana Atom "©ART" contains: Camellia Atom "©alb" contains: Tempo-Katana Atom "trkn" contains: 1 of 1 Atom "disk" contains: 1 of 1 Atom "©day" contains: 2023-12-11 Atom "----" [com.apple.iTunes;MEDIA] contains: Digital Media Atom "----" [com.apple.iTunes;ISRC] contains: QZWFL2393975 Atom "----" [com.apple.iTunes;ARTISTS] contains: Camellia Atom "----" [com.apple.iTunes;LABEL] contains: Beat Games Atom "----" [com.apple.iTunes;SOURCE] contains: Spotify: spotify:track:18IACsfTno406odM9xBavT Atom "----" [com.apple.iTunes;PROVIDER] contains: YouTube Music: qjoXBlx6hSc Atom "rtng" contains: Inoffensive Atom "stik" contains: Normal Atom "aART" contains: Camellia Atom "purd" contains: 2024-01-29T02:17:01Z Atom "apID" contains: cli@freyr.git Atom "cprt" contains: 2023 Beat Games Atom "©enc" contains: d3vc0dr Atom "sonm" contains: Tempo-Katana Atom "soal" contains: Tempo-Katana Atom "soar" contains: Camellia Atom "covr" contains: 1 piece of artwork ```