HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: taki1gosc on 2015-03-13 20:55:26

Title: foo_uie_biography for stream songs
Post by: taki1gosc on 2015-03-13 20:55:26
Hi, How to set foo_uie_biography (http://foo2k.chottu.net/foo_uie_biography.zip) to show covers of songs played from internet radio streams?
For local files this component works fine but looks that not working for streams 

I see that plug-in for local files works fine when in "Properties" the filed "Artist Name" is filled but for Internet radio this name is empty. Please see attached screen.
Strange because in playlist the Artist and Song name is displayed. Is it possible to somehow redirect from stream the artist to field "Artist Name" in "Properties"? Perhaps such a step that would help?

(http://i.imgur.com/2VA6bTb.png)
Title: foo_uie_biography for stream songs
Post by: marc2003 on 2015-03-15 17:00:26
without an update by the original author, this component cannot support dynamic stream titles or trigger updates on title changes. it was last updated in 2010 so i wouldn't hold your breath. 

edit: something i forgot... dynamic streams typically do not contain album tags. even with an update, it wouldn't be much use (at least in album mode).
Title: foo_uie_biography for stream songs
Post by: mire777 on 2015-03-15 21:17:43
Hi, How to set foo_uie_biography (http://foo2k.chottu.net/foo_uie_biography.zip) to show covers of songs played from internet radio streams?
For local files this component works fine but looks that not working for streams 

I see that plug-in for local files works fine when in "Properties" the filed "Artist Name" is filled but for Internet radio this name is empty. Please see attached screen.
Strange because in playlist the Artist and Song name is displayed. Is it possible to somehow redirect from stream the artist to field "Artist Name" in "Properties"? Perhaps such a step that would help?

(http://i.imgur.com/2VA6bTb.png)


As i remember foo_uie_biography works fine with radio streams that have artist name provided, if radio sends that data trough stream.
They don't have to be filled in tags. At least this works fine for me earlier when i used this component.
For album this is not possible, because radio streams doesn't provide album tags...
What you see here in playlist is not %artist%,  this is %title%.
If you want to fill %artist% from %title% in tags, this is not possible manualy, this is possible only 'on the fly' ,and must be added trough component..
You can use WSH script to read metadata on the fly, and extract %arist% from %title%, this should work..
Actually this already works fine in WSH bio script..
Title: foo_uie_biography for stream songs
Post by: marc2003 on 2015-03-15 21:57:16
As i remember foo_uie_biography works fine with radio streams that have artist name provided, if radio sends that data trough stream.


ah yes, you are right. the first of my previous post was wrong.... oh well, it doesn't really change the fact it's still no good for displaying album info. i suppose field remapping may help in the occasional instances where the title matches the album name.

Code: [Select]
$if2(%album%,%title%)
Title: foo_uie_biography for stream songs
Post by: mire777 on 2015-03-15 22:34:57
As i remember foo_uie_biography works fine with radio streams that have artist name provided, if radio sends that data trough stream.


ah yes, you are right. the first of my previous post was wrong.... oh well, it doesn't really change the fact it's still no good for displaying album info. i suppose field remapping may help in the occasional instances where the title matches the album name.

Code: [Select]
$if2(%album%,%title%)



Yes should be in preferences>biography server>general

$if2(%artist%, %title%) or $if2(%album%,%title%) .
But you must split ''%artist% - %title%'' by '' - '' , because i think that component can't find image, if name isn't correct.
Anyway this isn't good for displaying info, as WSH.
Title: foo_uie_biography for stream songs
Post by: taki1gosc on 2015-03-16 15:51:23
As i remember foo_uie_biography works fine with radio streams that have artist name provided, if radio sends that data trough stream.


Yep, you're right . My mistake because i set as default panel the "Artwork View"  from foo_uie_albumart instead of "Biography" from foo_uie_biography. For local files worked fine because foo_uie_biography can provide artwork to other art viewers (but not for streams). Now i I turned on the correct panel and everything works