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: metadata from stream  (Read 2008 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

metadata from stream

When I play an online stream, for most channels the metadata are displayed correctly, but for some streams they get mixed up. For instance, newsounds.org (https://q2stream.wqxr.org/q2) the Artist and Title are always switched, therefore no information is found at last.fm.
I cannot figure out where I can see the dynamic metadata as they come in before they are parsed, or how I can tell foobar to parse the metadata differently for a certain channel.
Any tip much appreciated



Re: metadata from stream

Reply #1
With what component are you searching last.fm ?

My tip is the following workaround:

Use External tags or m-tags component to be able to write metadata to the stream url.

Create a field named STREAM_REVERSE and set its value to 1 (for a stream that has reverse artist - title metadata)

Use the following titleformat string wherever needed.

For %artist%
Code: [Select]
$ifequal(%STREAM_REVERSE%,1,%title%,%artist%)
For %title%
Code: [Select]
$ifequal(%STREAM_REVERSE%,1,%artist%,%title%)

Re: metadata from stream

Reply #2
zeremy that's genius man

Re: metadata from stream

Reply #3
thank you zeremy, I managed to get m-tags to work, and added a field STREAM_REVERSE, value 1.
To try it out I put your code in the Search Parameters of the Lyric Show 3 panel, but that doesn't reverse artist/title in the display (am not sure if only the display is unchanged, or also the search, doesn't find any lyrics anyhow but they play rather unknown music there so that might be the cause too).
I also use a Biography v1.2.0 panel (spidermonkey), which is mostly what I'd like to see the right metadata for, but I've no idea where to put your code to get that panel behave differently, it has a rather complicated options panel with nowhere any mention of %artist% or %title%

Re: metadata from stream

Reply #4
Making progress. In Preferences/Display/ColumnUI/Layout/Item Details/Configure Panel changing the code as follows works:

$set_font(Segoe UI,10,bold)$ifequal(%STREAM_REVERSE%,1,%artist%,%title%)
$if(%isplaying%,$set_font(Segoe UI,10,normal)$crlf()$ifequal(%stream_reverse%,1,[[$crlf()by "[%title%]" ]],[[$crlf()by "[%artist%]" ]]),)

Now only to get that working in the Biography panel...



Re: metadata from stream

Reply #6
Thank you again. It didn't work straight away but you got me on the way:
When I change the biography.ini as you suggest in Roaming/Foobar2000, I see no changes, also after restarting foobar.
When I change the lines to %BIO_ARTIST%=ABCDE and %BIO_TITLE%="EFGH", the panel keeps functioning as before, the variables are not picked up at all.
But I rightclicked the panel. choose Options, and use your lines in Server Settings/Title Format/.. then bingo. The artists are now found by biography panel.
It's a relief because it's amazing how many track-titles are also band names, which causes the biography panel to show completely wrong information.

Re: metadata from stream

Reply #7
I just noticed you are using biography 1.2.0.
*biography.ini is no longer used. It's left in place for back compatibility with v1.1.3, otherwise it can be deleted. Server settings therein are automatically imported into the new version.

Use settings page as below.

 

Re: metadata from stream

Reply #8
As for Lyrics Show 3:

1.
Right click the panel and select Preferences..
Use the below in Search parameters.

Artist
Code: [Select]
$ifequal(%stream_reverse%,1,[%title%],[%artist%])

Title
Code: [Select]
$ifequal(%stream_reverse%,1,[%artist%],[%title%])

2.
Right click the panel and select Panel properties..
Use the below in fallback text

Code: [Select]
Artist: $ifequal(%stream_reverse%,1,%title%,%artist%) $crlf() Title: $ifequal(%stream_reverse%,1,%artist%,%title%) $crlf() Album: %album%$crlf()%playback_time% / %length%$crlf()[%search_state%][%search_progress%'%']

The url you provived (New Sounds) is mostly instrumentals/soundtracks , so it makes sense no lyrics  are found.

You could try the following url which also has reverse metadata to confirm that it is working.
Code: [Select]
https://stream.rcs.revma.com/4vr91u5r4a0uv