JuliusCode / MP4MUSEUM

MP4MUSEUM.org Media Player
GNU General Public License v3.0
32 stars 8 forks source link

I want to play videos in a particular order at startup #26

Closed Valspar closed 1 year ago

Valspar commented 1 year ago

No matter what I name the file it seems the order is randomized. How can I play a particular order by naming my files a certain way.

JuliusCode commented 1 year ago

hi, to solve your issue please take a look at the documentation of the function used to sort the files

https://docs.python.org/3/library/functions.html#sorted

i usually use video01.mp4 , video02.mp4 ... should work up to video99.mp4

best, Julius.