After you install it you will need to go to the MP config and then Plugins and right click the MovingPictures Plugin and click Configuration and then you can add your media folders and it will scan them all in and get all the info for them.
When that's all done go to the About page and click Advanced Settings
Then scroll down to the setting Custom Intro Location
I know it sounds like alot of work but if you don't already use the MovingPictures it will be worth it.
If issue 749 never gets implemented you could always randomise the intro yourself. Create a folder with video files in and then set the intro video to a file elsewhere. You then just need a script to copy a random file from your intros folder to the the file you've specified in Moving Pictures at regular intervals.
I haven't tried this myself, but we use a small batch file to change the default desktop image when people log in at work.
Something like this:
@echo off & setLocal EnableDelayedExpansion
dir /b/a-d "D:\intros\*.avi" > filelist
set /a c =0
for /f "tokens=1* delims=[]" %%a in (filelist) do (
set /a c=!c!+1
echo !c! - %%a %%b
if %%a equ !s! echo use %%b
)
set /a s=!random!%%%c% +1
echo Random file is %s% of %c%
set /a d =0
for /f "tokens=1* delims=[]" %%a in (filelist) do (
set /a d=!d!+1
if !d! equ %s% copy /Y "D:\intros\%%a" "D:\videos\currentintro.avi"
)
Fixed, I think.
Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that these were never part of the install package itself, but rather downloaded during the install, and that link no longer exists. Shame that the installer doesn't indicate this.
Last time when I installed the...
Fixed, I think.
Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that...
Hi all,
I've recently retired my MP2 setup for my main HTPC and gone back to separates, but I wanted to retain the ability to play...
Hi.
I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its database".
Anyway, I found a way to do this which was far from automated but relatively low effort. I found what looked like all the images (CD covers, DVD covers, backgrounds etc all lumped together in...
Hi.
I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its...
I am in the process of setting up a legacy media player (Mede8er) which I happened to have laying around into my home cinema setup...