Hello. Long time lurker, first time poster.
Now, if you're like me, you may or may not have a sizeable collection of videos built up, and when the mood strikes, you may feel like viewing a random selection of one, or more, of these videos,
...and I find the management of this task can become a bit of a distracting headache ... especially with your hands full, so to speak.
So, I wrote a perl script to play a random video from my collection. It started as a simple script but has evolved over nearly 10+ years of 'heavy use'.
And suddenly, I'm inspired to share it with my fellow JAV enthusiasts, if only that you can find it as 'handy' as I do
If you keep your collection somewhat organized and well labeled, you can also search the collection and narrow down the available results by matching filename keywords, sort by date-added, newest vids, etc... This has proven quite useful
It of course requires a command-line mplayer executable.
{
Linux users; You probably already know what to do by now.
OSX users; I recommend installing mplayer via 'homebrew' : http://mxcl.github.io/homebrew/ - you'll likely also require Xcode via the app store to get this installed.
Windows users; untested.
}
>>UPDATED<<
Script available here: http://pastebin.com/raw.php?i=8SFsxd6t
Download and chmod +x, edit the script to define your @Collections, and enjoy.
I'm interested in improving this script so feedback is welcome!
Now, if you're like me, you may or may not have a sizeable collection of videos built up, and when the mood strikes, you may feel like viewing a random selection of one, or more, of these videos,
...and I find the management of this task can become a bit of a distracting headache ... especially with your hands full, so to speak.
So, I wrote a perl script to play a random video from my collection. It started as a simple script but has evolved over nearly 10+ years of 'heavy use'.
And suddenly, I'm inspired to share it with my fellow JAV enthusiasts, if only that you can find it as 'handy' as I do
If you keep your collection somewhat organized and well labeled, you can also search the collection and narrow down the available results by matching filename keywords, sort by date-added, newest vids, etc... This has proven quite useful
It of course requires a command-line mplayer executable.
{
Linux users; You probably already know what to do by now.
OSX users; I recommend installing mplayer via 'homebrew' : http://mxcl.github.io/homebrew/ - you'll likely also require Xcode via the app store to get this installed.
Windows users; untested.
}
>>UPDATED<<
Script available here: http://pastebin.com/raw.php?i=8SFsxd6t
Download and chmod +x, edit the script to define your @Collections, and enjoy.
I'm interested in improving this script so feedback is welcome!
Last edited by a moderator: