Playlist

I have a Problem .
I Want to generate a Playlist with 100 Urls (24h Playtime ). Every url must be fetched seperate http://domain/geturl?id=[ID]
To generate the Playlist i have to make 100 Requests

To reduce the Calls, i thought musing plutgin://plugin.video.test?mode=resolve_video&id=[ID] as url so no Request is made. An when the Video get loaded. the funktion resolve_video will make the Call.

Seems not to work. Does Someone have an Idea how to make it work? without make 100 Webcalls ?