HydrogenAudio

Hosted Forums => foobar2000 => General - (fb2k) => Topic started by: philippe44 on 2021-03-03 20:24:39

Title: handling ICY artwork
Post by: philippe44 on 2021-03-03 20:24:39
Hi - Some servers do send an artwork link as well in the icy metadata using format
Code: [Select]
StreamTitle='<title> - <artist>';StreamURL='<url>';
Any chance fb2k could also grab the StreamUrl field when present?
Thanks
Title: Re: handling ICY artwork
Post by: philippe44 on 2021-03-09 03:23:41
No love?
Title: Re: handling ICY artwork
Post by: Peter on 2021-03-10 14:24:48
You sure that the field is for album covers, not for address of the radio station's website?
Title: Re: handling ICY artwork
Post by: zeremy on 2021-03-10 16:06:04
This has been discussed before.
https://hydrogenaud.io/index.php?topic=117589.0

Some stations use StreamUrl for album covers and icy-url for the radio station's website.
eg.
Code: [Select]
$ ffprobe -hide_banner  http://stream-dc1.radioparadise.com/aac-128
Input #0, aac, from 'http://stream-dc1.radioparadise.com/aac-128':
  Metadata:
    icy-br          : 128
    icy-description : DJ-mixed blend of modern and classic rock, electronica, world music, and more. Always 100% commercial-free
    icy-genre       : Eclectic
    icy-name        : Radio Paradise (128k aac)
    icy-pub         : 1
    icy-url         : https://radioparadise.com
    StreamTitle     : Elvis Costello - (The Angels Wanna Wear My) Red Shoes
    StreamUrl       : http://img.radioparadise.com/covers/l/B00005MLU0.jpg
  Duration: N/A, bitrate: 128 kb/s
    Stream #0:0: Audio: aac (LC), 44100 Hz, stereo, fltp, 128 kb/s

Title: Re: handling ICY artwork
Post by: philippe44 on 2021-03-14 20:23:31
You sure that the field is for album covers, not for address of the radio station's website?
Yes, per following thread, I am 100% sure it's the per-title artwork, not the radio artwork (and I forgot I already asked that, losing my memory obviously)
Title: Re: handling ICY artwork
Post by: Peter on 2021-03-15 06:58:45
This will be addressed in a future update (after 1.6.5).
Title: Re: handling ICY artwork
Post by: philippe44 on 2021-03-16 00:59:57
This will be addressed in a future update (after 1.6.5).
Thank very much!
Title: Re: handling ICY artwork
Post by: philippe44 on 2021-04-23 01:08:58
Thanks for having that in 1.6.6!