I believe that VLC is one of the best video players, I've been using it on windows for years but when I started using it on android I become a little disappointed...
I can't find a way to do a thing that seems pretty straightforward:
I want to start VLC at boot without user intervention, for that I used "Auto Start";
I want VLC to play all playable files that exist in a folder without user intervention eg: /storage/extSdCard/videos;
It should repeat and start over again at the end;
On next boot is possible that the files are not the same (a pen or sdcard that is changed from time to time);
It wouldn't be important that it would remember the last file played or it's position, could be an option if other users find it valuable;
It also wouldn't be important if it plays sub-folder files or not, could also be an option;
About file order, not very important, but should play alphabetically.
I've been investigating the command line and can start it with
but I'm not being able to give a direct order to play a folder with repeat on.adb shell monkey -p org.videolan.vlc -c android.intent.category.LAUNCHER 1
Can somebody help me or point me into a software that can, preferably a free one.
Cheers.