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: Play a File/location (Read 3032 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Play a File/location

I guess this is dead easy, but given a filename/http url is it possible for me to add this directly to the playlist?  I.e. if I haven't got it out of the metadb and thus don't have its metadb handle.


Play a File/location

Reply #2
I'm trying to do the same thing but foobar seems to ignore it.

Possibly every my call to playlist_oper is ignored, because playlist_oper::get()->play_item(x) doesn't work for me as well.

Do I need to do something else pior to call? Does it matter where I call it from? (search on forum suggests that, but I have no idea how to call things from within foobar thread and how that is different from my components thread)