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: Integration of foobar2000 with AIDA64 (Read 3604 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Integration of foobar2000 with AIDA64

Lots of people using one of the most powerful monitoring tool - AIDA64.
www.aida64.com
It has an ability to display a so-called Sensor Panel - a special window dedicated to display a system info like CPU temperature, network usage, etc.
Which system info is to be displayed on the Sensor panel, how it is to be represented - is up to the user.
An example is provided in attachment.

This feature is very popular among people using PC cases with small embedded LCD-screens like Silverstone CW03, Thermaltake LUXA2 (see attachments).

So, users of AIDA64 would be very happy to have a possibility to display some realtime info from foobar on this Sensor Panel.
Info about a currently playing track - title, album etc.

I contacted AIDA64s dev team and they said:
https://forums.aida64.com/topic/3755-aida64-foobar2000/
Quote
We've checked the foobar2000 SDK, but it seems quite complicated to use. For such a minor improvement we simply find it too awkward and complex to deal with. Maybe we're looking at the wrong bits and pieces though, so if you (or someone else) can provide a short source code to detect the information you're looking for, we'd be happy to implement it.
As far as I understood, AIDA64 dev team needs some help to find out a way to obtain that realtime info.
So, can anyone help?

Re: Integration of foobar2000 with AIDA64

Reply #1
Depends on the shit being done. What do they want, song title display on track change?

Re: Integration of foobar2000 with AIDA64

Reply #2
Depends on the shit being done. What do they want, song title display on track change?
Yes, only info from the currently playing song's tags - like %title%, %album% etc



 

Re: Integration of foobar2000 with AIDA64

Reply #5
This could be done from a playlist_callback_static. You could then use your SDK to interface with your hardware and the FB2K component to parse the title and wanted title formatting on each song change.

See https://github.com/mudlord/foobar2000/blob/master/foo_mircnp/foo_mircnp.cpp for a possibly outdated example.