Hello!
I have recently discovered a way to only play a section of the field in vlc before moving on to the next field
Steps.
- make a playlist in vlc
- Save it as .m3u
- Open the .m3u with any text editor
- Add these 2 lines before any field for which you want a custom duration
#EXTVLCOPT:start-time=0
#EXTVLCOPT:stop-time=10
- Change the stop time to your liking. They are in seconds so 600 seconds for 10 minutes 900 for 15m
- Save the file after modifying it.
Now when you launch the playlist it should work
Here’s an example of a .m3u file. The first audio will play for 11 seconds, the second 12 seconds, the third 13 seconds
#EXTM3U
#EXTVLCOPT:start-time=0
#EXTVLCOPT:stop-time=11
#EXTINF:159,Sapien Medicine - Enpp6 Enzyme
Enpp6%20Enzyme.mp3
#EXTVLCOPT:start-time=0
#EXTVLCOPT:stop-time=12
#EXTINF:159,Sapien Medicine - Enpp6 Enzyme
Enpp6%20Enzyme.mp3
#EXTVLCOPT:start-time=0
#EXTVLCOPT:stop-time=13
#EXTINF:159,Sapien Medicine - Enpp6 Enzyme
Enpp6%20Enzyme.mp3
To my knowledge this is only doable on pc, I only tried it on windows, I can edit this post if any Mac/Linux user tells me it works or not
Will update this post if I see anything for phones