@database Graphics:MVB_PD/MVB_PD.guide @Master MVB.texi @Width 72 This is the AmigaGuide® file Graphics:MVB_PD/MVB_PD.guide, produced by Makeinfo-1.55 from the input file MVB.texi. @Node Main "Graphics:MVB_PD/MVB_PD.guide" MainView Broadcast PD 1.04 Documentation **************************************** @{b}@{ub} @{" Introduction " Link "Introduction"} What is MainView Broadcast PD @{" MainView Broadcast " Link "MainView Broadcast"} How to use MainView Broadcast PD @EndNode @Node "Introduction" "MVB_PD.guide/Introduction" @Toc "Main" Introduction ************ This is the Public Domain version of MainView Broadcast, MainActor Broadcast's external player. It only has a limited amount of loader/sound modules, but supports all features of MainView Broadcast. We did make this version available to enable owners of MainActor Broadcast to give away their animations, together with sound, which they have created with MainActor Broadcast. The following animation formats are supported by MainView Broadcast PD : IFF-Anim5/7/8, CyberVision, FLI, FLC, Picasso, Piccolo, Retina, Merlin, Spectrum. MainView Broadcast only supports IFF and .mod sound files. MainActor Broadcast supports more than 20. MainView Broadcast needs an MABROADCAST: assign ! For more information about MainActor Broadcast, contact your local VillageTronic dealer, or : MainConcept, GbR Mönig/Zabel Hermann-Heusch-Platz 3 D-52062 Aachen Germany Tel: +49-241-4090444 FAX: +49-241-4090445 BBS: +49-241-4090446 EMail: info@mainconcept.ac-copy.com WWW: http://www.ac-copy.com/maincpt.html @EndNode @Node "MainView Broadcast" "MVB_PD.guide/MainView Broadcast" @Toc "Main" MainView Broadcast ****************** MainView Broadcast is MainActor Broadcast's external player. It can display all animations/pictures for which MainActor Broadcast has the proper load modules. You can simply intgrate it into file managers like @{b}DiskMaster II@{ub} or @{b}DirectoryOpus@{ub}. The key commands while playing animations or showing pictures are the same as if you would view them directly with MainActor Broadcast. If MainActor Broadcast saved an icon for the animations/pictures to view, MainView will take the view settings from this icon (overruling its own settings)! MainView will use MainActor Broadcast's @{b}Center@{ub} option (which centers the display of your animations or pictures) by default. If you specify an X or Y Offset the center option will be disabled and the specified offsets will be used instead. You can start MainView Broadcast from the Workbench or from the CLI. @{" Starting MainView Broadcast from the Workbench " Link "Starting MainView Broadcast from the Workbench"} @{" Starting MainView Broadcast from the CLI " Link "Starting MainView Broadcast from the CLI"} @EndNode @Node "Starting MainView Broadcast from the Workbench" "MVB_PD.guide/Starting MainView Broadcast from the Workbench" @Toc "MainView Broadcast" Starting MainView Broadcast from the Workbench ============================================== If you start MainView from the Workbench (per icon), you can select the file(s) to view in an ASL requester. For multi selecting just press one of the shift keys and select the files with the mouse. (Starting from OS 2.1+) MainView supports the following tooltypes: @{b}DisplayModule=@{ub} This tool type gives you the possibility to select your prefered display module, like Amiga, Picasso, etc. and to pass that information to MainView Broadcast. @{b}DisplayType=@{ub} If the selected display module supports more than one display type, for example @{b}Intuition Window@{ub} or @{b}Intuition Screen@{ub}, you can pass your prefered display type to MainView Broadcast with this tool type. The display types in the display modules are numbered in lexicographic order with 1 being the first display type. @{b}LoaderModule=@{ub} The default load module is the @{b}Universal@{ub} module. You can select another module with this tool type. @{b}Directory=@{ub} This is the initial directory for the ASL requester. The default value is @{b}PROGDIR:@{ub} for the directory MainView Broadcast is started from. @{b}Center@{ub} This tool type activates the @{b}Center@{ub} option of the display modules. All graphic information will be aligned to the center of the output device (screen or window) @{b}XOffset=@{ub} You can directly set the start x offset. 0 is the left border. If you specify an @{b}XOffset@{ub}, centration will be disabled ! @{b}YOffset=@{ub} You can directly set the initial y offset. 0 is the top border. If you specify an @{b}YOffset@{ub}, centration will be disabled ! @{b}FrameCounter@{ub} @{b}FrameInfo@{ub} enables the FrameCounter option of the display modules. You can get the number of the actual frame from the upper right corner of the screen. It is disabled by default. @{b}StopPlayback@{ub} This option is quite useful for recording animations on a video recorder. The tool type makes the playback stop after displaying the first frame; you can then start recording on the video recorder and continue playback with the SPACE bar. @{b}EndlessRepeat@{ub} This option makes MainView Broadcast play all animations continously. @{b}Repeat=@{ub} Repeats the animation times. For example @{b}Repeat=1@{ub} would play the animation one time. Disables the @{b}Endless Repeat@{ub} option. @{b}CacheData@{ub} Enables caching. With caching enabled, MainView plays all pictures and animations from the RAM disk and not directly from the harddisk (or whatever). If you do not have enough RAM, MainView Broadcast automatically disables this option and loads the data directly from device. @EndNode @Node "Starting MainView Broadcast from the CLI" "MVB_PD.guide/Starting MainView Broadcast from the CLI" @Toc "MainView Broadcast" Starting MainView Broadcast from the CLI ======================================== Starting MainView from the CLI will give you enhanced functionality. You can, for example, define patterns for animations or picture lists. The commands are identical to the tool types, so please refer to the section @{b}Starting MainView Broadcast from the Workbench@{ub} to get details. Usage is : DM=DISPLAYMODULE/K, LM=LOADERMODULE/K, FC=FRAMECOUNTER/S,C=CENTER/S, XO=XOFFSET/K,YO=YOFFSET/K, SP=STOPPLAYBACK/S, CD=CACHEDATA/S, ER=ENDLESSREPEAT/S,R=REPEAT/K, DT=DISPLAYTYPE/K,F=FILES/F MainView Broadcast supports Amiga wildcards, for example: @{b}MVBroadcast CD REPEAT=1 DISPLAYMODULE=PICASSO WIDTH=1024 HEIGHT=768 cd0:fli/#?.fli@{ub}. This example would play all files on the device cd0: , which end with ".fli". They would be displayed on the Picasso-II graphics board with a resolution of 1024x768 points; the data would be cached in memory and played only once. @EndNode