Play a series of movies one after another

Hello everyone,

I have a plane that has a MovieTexture. it loads the video file called (e.g.) 1_0.mp4 .
What I need is for Unity to play the next video (1_1.mp4 , 1_2.mp4, …) in the same plane, right after the previous one has finished playing.

how can I implement this?