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: How to set media title and artist? (Read 4237 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How to set media title and artist?

I created a playlist using SDK. Then add an item into playlist by a known http url. But this item appeared no title and artist but url name in the playlist.
I wanted to set title and artist info. How can I do this?

How to set media title and artist?

Reply #1
foobar2000 does not scan the meta data of tracks on remote locations, i.e. tracks accessed over HTTP. This is standard behavior. You could force foobar2000 to load the meta data using metadb_io_v2::load_info_async().

 

How to set media title and artist?

Reply #2
Thanks for your suggestion.

But I do not want foobar to load meta info by the remote locations. I want to add a remote location media into playlist and set the media's title and artist at the same time.