intro video before the actual movie (1 Viewer)

marlon1925

Portal Member
December 18, 2010
34
0
Home Country
hi huys,

noob here :( how do i set the MP to play an intro video before the actual movie?

help me please?
 

ryan20021982

Retired Team Member
  • Premium Supporter
  • June 27, 2008
    655
    86
    USA
    Home Country
    United States of America United States of America
    First you will need to install the MovingPictures Plugin if you haven't already.

    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

    sNwd7.png


    Then scroll down to the setting Custom Intro Location

    Qx6xw.png


    I know it sounds like alot of work but if you don't already use the MovingPictures it will be worth it.
     

    marlon1925

    Portal Member
    December 18, 2010
    34
    0
    Home Country
    wow!! thanks ryan...big time! i really appreciate it...i just made my custom intro play before any movie :) woohoOO!

    uhmmm......im just wondering if it is possible for the moving pictures/mediaportal to play a random intro?
     

    wickedlemon

    Portal Member
    May 15, 2008
    10
    0
    Home Country
    United Kingdom United Kingdom
    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"
    )
     

    Users who are viewing this thread

    Similar threads

    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...
    Replies
    4
    Views
    425
    PS: But maybe the MP2 team will be back tomorrow, and development and bug fixes will continue. Time will tell.
    PS: But maybe the MP2 team will be back tomorrow, and development and bug fixes will continue. Time will tell.
    Hi, Help Please. I've got several FLAC audio files that play OK on my PC, and my HTPC, via: Media Player / Windows Media Player /...
    Replies
    8
    Views
    845
    I noticed there's an updated Visual C++ Runtime (14.50.35710), maybe try to reinstall the runtimes? That's what fixed the issue when I tried 1.38.1
    I noticed there's an updated Visual C++ Runtime (14.50.35710), maybe try to reinstall the runtimes? That's what fixed the issue...
    I just updated from 1.37 to 1.38. MediaPortal 1.38 exits abruptly when stopping video playback. I did three tests; Debug with...
    Replies
    38
    Views
    11K
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
    Hi everyone, I have been using it For 16 years now (from V1.1.1) and it has worked flawlessly. I only use TV Series and Moving...
    Replies
    2
    Views
    465
    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...
    Replies
    2
    Views
    471
    Top Bottom