View Single Post
mced's Avatar
Posts: 115 | Thanked: 185 times | Joined on Apr 2011 @ Spain
#29
Great work. From now, my default media viewer.

Could we make suggestions? I would be nice to get some command-line options, like:

-p Play file directly, without user interaction

So we can make some handy scripts, useful when listening to music. E.g.:

Code:
for FILE in $(find . -name \*holiday*.mp3); do
   harbour-videoPlayer -p $FILE
   sleep 1
done
Or playing with sort -R (random sort) to "shuffle"...