Page 1 of 1

Very Simple Playlist Input for MadMapper?

Posted: Sat Oct 27, 2012 7:40 am
by MGrinder
I'm planning an install in a cancer treatment center using a single projector mapped to a slightly curved, twisted screen. I'm totally comfortable with the mapping part of the project but trying to come up with a solution for handling media to MadMapper that is simple enough that it can be edited by a non technical admin or nurse at the clinic. Is there a way I'm missing in MadMapper itself to make a playlist out of the Movies? If not is there an extremely simple application that can ship media to MadMapper via Syphon? Ideally, just a bin they can drop a video in, maybe change the order, and very little else.

Re: Very Simple Playlist Input for MadMapper?

Posted: Thu Nov 08, 2012 12:39 pm
by scaryxpuppy
Hi there,

I think using VDMX5 and "locking out" some of the windows they don't need...... This cam then send a SYPHON output to MADMAPPER

One simple MEDIA BIN might suffice, and they can drag new clips in, delete, rearrange etc

A simple STEP SEQUENCER can trigger OSC or MIDI internally to run the sequence

Worth a look

Ta

PHIL

Re: Very Simple Playlist Input for MadMapper?

Posted: Sun Nov 11, 2012 6:06 am
by MGrinder
I ended up doing it in Quartz Composer. Someone on vjforums gave me the directory scanner widget needed to make it happen. There's just a folder on the desktop, drop in any file that can be played in quicktime and it gets added right onto a stack piped out via syphon. Works out perfectly!

Re: Very Simple Playlist Input for MadMapper?

Posted: Thu Nov 15, 2012 8:22 am
by alonsorama
can you post that directory ???

Re: Very Simple Playlist Input for MadMapper?

Posted: Thu Nov 15, 2012 3:37 pm
by scaryxpuppy
This QC workaround sounds very very useful !!

If possible, could you post the link to it ??

Many thanks

PHIL

Re: Very Simple Playlist Input for MadMapper?

Posted: Thu Nov 15, 2012 9:47 pm
by MGrinder
http://dl.dropbox.com/u/3545315/playlistPlayer.qtz

Credit to bernnielomax on VJForums

Re: Very Simple Playlist Input for MadMapper?

Posted: Thu Nov 15, 2012 11:32 pm
by scaryxpuppy
Now - sorry to be a "QC Newbie" but how do I go about integrating this into Madmapper

All help gladly appreciated

PHIL

Re: Very Simple Playlist Input for MadMapper?

Posted: Sat Nov 17, 2012 10:14 am
by MGrinder
Open the playlistplayer.qtz, click on the directory scanner widget. Open the parameters tab and enter your media directory. You should see your media in a preview window. If for some reason you don't click the Viewer menu and make sure it's set to Run. In MadMapper select Quartz Composer in the Syphon inputs. And that's that. Once it's running there's no playlist to edit, it just loops everything in that directory. Perfect for low maintenance digital signage.

Re: Very Simple Playlist Input for MadMapper?

Posted: Sat Nov 17, 2012 8:15 pm
by scaryxpuppy
That's great !!!!

Me being silly and forgetting to actually put the folder in the directory path !

Works a treat

A really big thanks to all who created this

Thanks again

Phil

Re: Very Simple Playlist Input for MadMapper?

Posted: Mon Nov 19, 2012 2:24 am
by The Midi Thief
In the new MadMapper 1.4.x beta you can edit Quartz Composer variables. Here's a version of the bernnielomax playlistPlayer.qtz that doesn't use Syphon. You can load the QC file straight in to MadMapper and set your file path in the files QC settings (click the qc-file and an input field called "Movie dir" will show up): https://dl.dropbox.com/u/6958025/playli ... Mapper.qtz. I often use the Terminal to get the correct file or folder path. I just drop my movie folder into the Terminal window and it will give me the full path. Just make sure to remove the back slash (\) that it will add if you have spaces in your folder name.

Re: Very Simple Playlist Input for MadMapper?

Posted: Tue Nov 20, 2012 10:13 am
by The Midi Thief
I updated the playlist player for MadMapper to also include these controls: play/stop, rewind movie and restart playlist. Works in the 1.4.x beta. https://dl.dropbox.com/u/6958025/playli ... Mapper.qtz. The file works in VDMX too (but maybe there's a simpler way to solve this within VDMX, I'm not sure).

Re: Very Simple Playlist Input for MadMapper?

Posted: Fri Feb 01, 2013 4:13 pm
by lotech
Handy! Thanks Midi Thief.

Re: Very Simple Playlist Input for MadMapper?

Posted: Wed Aug 24, 2016 10:05 am
by Akwariom
I was looking for the same thing for an installation, and eventually wrote a simple max patcher to send videos from a folder via syphon. I know many applications do that, but this one is as simple as it gets...
Just place the patcher in a folder in which you create a subfolder named VIDEOS (case sensitive).
The patcher will create a menu with all the videos in the VIDEOS folder

2 options to play them : playlist (one after another, in alphabetical order) or random (modified random that will not pick twice the same video in a row).
You can also choose to modify output resolution (deforming image)
Handles the video sound
You need to have syphon for max installed.
In case someone find it usefull.