Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: handling ICY artwork (Read 2520 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

handling ICY artwork

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

Re: handling ICY artwork

Reply #1
No love?

Re: handling ICY artwork

Reply #2
You sure that the field is for album covers, not for address of the radio station's website?
Microsoft Windows: We can't script here, this is bat country.

Re: handling ICY artwork

Reply #3
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


Re: handling ICY artwork

Reply #4
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)

Re: handling ICY artwork

Reply #5
This will be addressed in a future update (after 1.6.5).
Microsoft Windows: We can't script here, this is bat country.


 

Re: handling ICY artwork

Reply #7
Thanks for having that in 1.6.6!