home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACDprefs < prev    next >
Text File  |  2000-01-28  |  24KB  |  639 lines

  1. /*
  2.     Preferences editor for Amiga Active CDs
  3.     $VER: AACDprefs 1.5 (10.12.99) by Neil Bothwick
  4. */
  5.  
  6. /* ;;; Initialise */
  7. options results
  8. signal on error
  9. CurrStack = pragma('S',16384)
  10. if CurrStack > 16384 then call pragma('S',CurrStack)
  11.  
  12. VerStr       = sourceline(3)
  13. VerStr       = subword(VerStr,2,words(VerStr) - 4)
  14. WinTitle     = 'Amiga Active CD preferences'
  15. GuiPort      = 'AACDPREFS'
  16. PrgPort      = GuiPort'.1'
  17. CDPrefs      = 'ENV:AACD.prefs'
  18. IderPrefs    = 'ENV:AACDfile.prefs'
  19. DefCDPrefs   = 'CDTools/S/AACD.prefs'
  20. DefIderPrefs = 'CDTools/S/AACDfile.prefs'
  21. FileTypes    = 'IFF GIF JPG PNG ANM MPG MOV AVI PDF SVX WAV S3M XMM MED DBM MOD MP3 MID AGD HTM LHA DEF'
  22. Settings     = 'CPU FPU PPC GFX AUTUP'
  23. CmdHelp      = '"Command for this type of file"'
  24. ArgHelp      = '"Arguments for this command\nThe filename will be added to the end.\nUse %s to include the filename somewhere else."'
  25. Filetype.0   = 'AACDfile'
  26. Filetype.1   = 'Directory Opus'
  27. Autorun.1    = 'Ask each time'
  28. Autorun.3    = 'Always load Welcome'
  29. Autorun.0    = 'Never Load Welcome'
  30.  
  31. MUIA_Menuitem_Shortcut              = 0x80422030
  32. MUIM_Application_AboutMUI           = 0x8042d21d
  33. MUIM_Application_OpenConfigWindow   = 0x804299ba
  34. MUIA_Group_SameHeight               = 0x8042037e
  35. MUIA_Group_SameWidth                = 0x8042b3ec
  36. MUIA_Group_Spacing                  = 0x8042866d
  37. MUIA_Group_Columns                  = 0x8042f416
  38. MUIA_Group_Rows                     = 0x8042b68f
  39. MUIA_Selected                       = 0x8042654b
  40. MUIA_Disabled                       = 0x80423661
  41. MUIA_Application_Sleep              = 0x80425711
  42. MUIA_Application_Author             = 0x80424842
  43. MUIA_Application_Copyright          = 0x8042ef4d
  44. MUIA_Application_Description        = 0x80421fc6
  45. MUIA_Application_Title              = 0x804281b8
  46. MUIA_Application_Version            = 0x8042b33f
  47. MUIA_Weight                         = 0x80421d1f
  48. ASLFR_DrawersOnly                   = 0x8008002F
  49. TRUE = 1
  50. FALSE = 0
  51.  
  52. call LoadLib('rexxsupport.library')
  53. call LoadLib('rexxdossupport.library')
  54. call LoadLib('rexxreqtools.library')
  55. ;;;
  56. /* ;;; Check for MUI */
  57. address command 'Assign >NIL: MUI: EXISTS'
  58. if RC > 0 then do
  59.     address command 'RequestChoice >NIL: "Amiga Active CD" "This program require Magic User Interface*NRun the Welcome script for a temporary MUI setup,*Nor install it from the CDTools drawer of the CD" "OK"'
  60.     exit
  61.     end
  62. ;;;
  63. /* ;;; Create main window */
  64. thisport = openport(PrgPort)
  65. if thisport = 0 then exit
  66. address(GuiPort)
  67. window id MAIN port PrgPort command 'QUIT' title '"'WinTitle'"'
  68. ;;;
  69. /* ;;; Menus */
  70.     menu ID PROJM label 'Project'
  71.         item ID ABOUM port PrgPort command '"ABOUT"' ATTRS MUIA_Menuitem_Shortcut '"?"' label 'About'
  72.         item  port GuiPort command '"method 'MUIM_Application_AboutMUI' 0"' label 'About MUI'
  73.         menu ID SETTM label 'Settings'
  74.             item port PrgPort command '"method 'MUIM_Application_OpenConfigWindow'"' label 'MUI...'
  75.             endmenu
  76.         item ID QUITM port PrgPort command 'QUIT' ATTRS MUIA_Menuitem_Shortcut 'Q' label 'Quit'
  77.         endmenu
  78.     menu ID EDITM label 'Edit'
  79.         item ID RESTM port PrgPort command '"RESTORE"' ATTRS MUIA_Menuitem_Shortcut 'D' label 'Restore to Defaults'
  80.         item ID LASTM port PrgPort command '"LOAD"' ATTRS MUIA_Menuitem_Shortcut 'L' label 'Last saved'
  81.         endmenu
  82. ;;;
  83. /* ;;; Info */
  84.     group id TABS REGISTER LABELS 'Info,System,Filetypes,Search'
  85.         view file 'CDTools/S/AACDprefs.txt'
  86. ;;;
  87. /* ;;; System */
  88.         group ATTRS MUIA_Group_Columns 4
  89.             space HORIZ
  90.             label 'Filetypes'
  91.             cycle id FTYPE help '"Use Directory Opus filetypes\nor AACDfile settings."' labels Filetype.0','Filetype.1
  92.             space HORIZ
  93.             space HORIZ
  94.             label 'Autorun'
  95.             cycle id ARUN help '"Whether Autorun should load the Welcome page\nwhen you insert an Amiga Active CD."' labels Autorun.1','Autorun.3','Autorun.0
  96.             space HORIZ
  97.             space HORIZ
  98.             label 'CPU'
  99.             cycle id CPU help '"Some functions have CPU optimised versions,\nset this to ensure you get the best options"' labels '68000,68020,68030,68040,68060'
  100.             space HORIZ
  101.             space HORIZ
  102.             label 'FPU'
  103.             cycle id FPU help '"WARNING:\nSelecting this when you do not have an FPU\nmay crash some programs"' labels 'No FPU,FPU'
  104.             space HORIZ
  105.             space HORIZ
  106.             label 'PPC'
  107.             cycle id PPC help '"Type of PPC processor, if fitted"' labels 'None,603,604'
  108.             space HORIZ
  109.             space HORIZ
  110.             label 'Graphics system'
  111.             cycle id GFX help '"Select the type of graphics\nyour Amiga uses"' labels 'AGA,OCS,CyberGraphX,Picasso96'
  112.             space HORIZ
  113.             space HORIZ
  114.             endgroup
  115. ;;;
  116. /* ;;; Filetypes */
  117.         group id FTABS REGISTER LABELS 'Images,Sounds,Other'
  118. ;;;
  119. /* ;;; Images */
  120.             group ATTRS MUIA_Group_Columns 3
  121.                 label DOUBLE LEFT '\033b\033uFiletype'
  122.                 label DOUBLE LEFT '\033b\033uCommand'
  123.                 label DOUBLE LEFT '\033b\033uArguments'
  124.                 label DOUBLE LEFT 'IFF Picture'
  125.                     popasl ID IFF0 port PrgPort command '"Check %s"' help '"Command to view IFF pictures"'
  126.                     string ID IFF1 help ArgHelp
  127.                 label DOUBLE LEFT 'GIF Picture'
  128.                     popasl ID GIF0 port PrgPort command '"Check %s"' help '"Command to view GIF pictures"'
  129.                     string ID GIF1 help ArgHelp
  130.                 label DOUBLE LEFT 'JPEG Picture'
  131.                     popasl ID JPG0 port PrgPort command '"Check %s"' help '"Command to view JPEG pictures"'
  132.                     string ID JPG1 help ArgHelp
  133.                 label DOUBLE LEFT 'PNG Picture'
  134.                     popasl ID PNG0 port PrgPort command '"Check %s"' help '"Command to view PNG pictures"'
  135.                     string ID PNG1 help ArgHelp
  136.                 label DOUBLE LEFT 'IFF Anim'
  137.                     popasl ID ANM0 port PrgPort command '"Check %s"' help '"Command to view IFF animations"'
  138.                     string ID ANM1 help ArgHelp
  139.                 label DOUBLE LEFT 'MPEG Video'
  140.                     popasl ID MPG0 port PrgPort command '"Check %s"' help '"Command to view MPEG video"'
  141.                     string ID MPG1 help ArgHelp
  142.                 label DOUBLE LEFT 'Quicktime Video'
  143.                     popasl ID MOV0 port PrgPort command '"Check %s"' help '"Command to view Quicktime movies"'
  144.                     string ID MOV1 help ArgHelp
  145.                 label DOUBLE LEFT 'AVI Video'
  146.                     popasl ID AVI0 port PrgPort command '"Check %s"' help '"Command to view AVI video"'
  147.                     string ID AVI1 help ArgHelp
  148.                 label DOUBLE LEFT 'Adobe PDF'
  149.                     popasl ID PDF0 port PrgPort command '"Check %s"' help '"Command to view Adobe Acrobat PDF files"'
  150.                     string ID PDF1 help ArgHelp
  151.                 space
  152.                 endgroup
  153. ;;;
  154. /* ;;; Sounds */
  155.             group ATTRS MUIA_Group_Columns 3
  156.                 label DOUBLE LEFT '\033b\033uFiletype'
  157.                 label DOUBLE LEFT '\033b\033uCommand'
  158.                 label DOUBLE LEFT '\033b\033uArguments'
  159.                 label DOUBLE LEFT 'IFF Sample'
  160.                     popasl ID SVX0 port PrgPort command '"Check %s"' help '"Command to play IFF samples"'
  161.                     string ID SVX1 help ArgHelp
  162.                 label DOUBLE LEFT 'WAV Sample'
  163.                     popasl ID WAV0 port PrgPort command '"Check %s"' help '"Command to play WAV samples"'
  164.                     string ID WAV1 help ArgHelp
  165.                 label DOUBLE LEFT 'S3M Module'
  166.                     popasl ID S3M0 port PrgPort command '"Check %s"' help '"Command to play S3M modules"'
  167.                     string ID S3M1 help ArgHelp
  168.                 label DOUBLE LEFT 'XM Module'
  169.                     popasl ID XMM0 port PrgPort command '"Check %s"' help '"Command to play XM modules"'
  170.                     string ID XMM1 help ArgHelp
  171.                 label DOUBLE LEFT 'MED Module'
  172.                     popasl ID MED0 port PrgPort command '"Check %s"' help '"Command to play OctaMED modules"'
  173.                     string ID MED1 help ArgHelp
  174.                 label DOUBLE LEFT 'DBM Module'
  175.                     popasl ID DBM0 port PrgPort command '"Check %s"' help '"Command to play DigiBooster modules"'
  176.                     string ID DBM1 help ArgHelp
  177.                 label DOUBLE LEFT 'Other Module'
  178.                     popasl ID MOD0 port PrgPort command '"Check %s"' help '"Command to play other modules"'
  179.                     string ID MOD1 help ArgHelp
  180.                 label DOUBLE LEFT 'MPEG Audio'
  181.                     popasl ID MP30 port PrgPort command '"Check %s"' help '"Command to play MPEG audio"'
  182.                     string ID MP31 help ArgHelp
  183.                 label DOUBLE LEFT 'MIDI'
  184.                     popasl ID MID0 port PrgPort command '"Check %s"' help '"Command to play midi files"'
  185.                     string ID MID1 help ArgHelp
  186.                 space
  187.                 endgroup
  188. ;;;
  189. /* ;;; Others */
  190.             group ATTRS MUIA_Group_Columns 3
  191.                 label DOUBLE LEFT '\033b\033uFiletype'
  192.                 label DOUBLE LEFT '\033b\033uCommand'
  193.                 label DOUBLE LEFT '\033b\033uArguments'
  194.                 label DOUBLE LEFT 'AmigaGuide'
  195.                     popasl ID AGD0 port PrgPort command '"Check %s"' help '"Command to view AmigaGuide documents"'
  196.                     string ID AGD1 help ArgHelp
  197.                 label DOUBLE LEFT 'HTML'
  198.                     popasl ID HTM0 port PrgPort command '"Check %s"' help '"Command to view HTML documents"'
  199.                     string ID HTM1 help ArgHelp
  200.                 label DOUBLE LEFT 'LhA archive'
  201.                     popasl ID LHA0 port PrgPort command '"Check %s"' help '"Command to list LhA archives"'
  202.                     string ID LHA1 help ArgHelp
  203.                 label DOUBLE LEFT 'Default'
  204.                     popasl ID DEF0 port PrgPort command '"Check %s"' help '"Command to show all other file types"'
  205.                     string ID DEF1 help ArgHelp
  206.                 space
  207.                 endgroup
  208.             endgroup
  209. ;;;
  210. /* ;;; Search */
  211.         group ATTRS MUIA_Group_Columns 3 MUIA_Group_SameWidth FALSE
  212.             space HORIZ
  213.             label DOUBLE CENTER '\033b\033uPaths to index files'
  214.             space HORIZ
  215.             label DOUBLE LEFT 'AACD'
  216.                 popasl ID AACD  port PrgPort ATTRS ASLFR_DrawersOnly TRUE help '"Path to your AACD index files\nLeave blank to read from CD"'
  217.                 button ID UPD1 port PrgPort command '"UpdateIndices(AACD)"' ATTRS MUIA_Weight 0 help '"Update the local copies of\nthe AACD index files"' label 'Update'
  218.             label DOUBLE LEFT 'Aminet CD'
  219.                 popasl ID AMCD  port PrgPort ATTRS ASLFR_DrawersOnly TRUE help '"Path to your Aminet CD index files\nLeave blank to read from CD"'
  220.                 button ID UPD2 port PrgPort command '"UpdateIndices(AMCD)"' ATTRS MUIA_Weight 0 help '"Update the local copies of\nthe Aminet CD index files"' label 'Update'
  221.             label DOUBLE LEFT 'Aminet Set'
  222.                 popasl ID AMSET port PrgPort ATTRS ASLFR_DrawersOnly TRUE help '"Path to your Aminet Set index files\nLeave blank to read from CD"'
  223.                 button ID UPD3 port PrgPort command '"UpdateIndices(AMSET)"' ATTRS MUIA_Weight 0 help '"Update the local copies of\nthe Aminet Set index files"' label 'Update'
  224.             label DOUBLE LEFT 'Aminet Online'
  225.                 popasl ID AMONL port PrgPort ATTRS ASLFR_DrawersOnly TRUE help '"Path to your Aminet Online index file\nLeave blank to read from CD"'
  226.                 button ID UPD4 port PrgPort command '"UpdateIndices(AMONL)"' ATTRS MUIA_Weight 0 help '"Update the local copies of\nthe Aminet index files"' label 'Update'
  227.             label DOUBLE LEFT 'Index update'
  228.                 cycle id AUTUP help '"Automatically update the local index\nfiles each time a new CD is used"' labels 'Manual,Automatic'
  229.                 button ID UPDAL port PrgPort command '"UpdateIndices(ALL)"' ATTRS MUIA_Weight 0 help '"Update the local copies of all\nof the index files"' label 'Update All'
  230.             space
  231.             endgroup
  232.         endgroup
  233. ;;;
  234. /* ;;; Buttons */
  235.     group HORIZ
  236.         button ID SAVE   port PrgPort command '"UsePrefs(1)"' help '"Save the settings to\nyour hard drive"' label 'Save'
  237.         button ID USE    port PrgPort command '"UsePrefs"'  help '"Use the settings for this session"' label 'Use'
  238.         button ID CANCEL port PrgPort command '"Quit"'      help '"Exit without changing the settings"' label 'Cancel'
  239.         endgroup
  240.     endwindow
  241. ;;;
  242. /* ;;; Set application details */
  243. address(GuiPort)
  244. 'application' MUIA_Application_Version VerStr
  245. 'application' MUIA_Application_Author 'Neil Bothwick'
  246. 'application' MUIA_Application_Copyright '© 1999 by Neil Bothwick, Wirenet'
  247. 'application' MUIA_Application_Title 'AACDprefs'
  248. 'application' MUIA_Application_Description 'Search Amiga Active CD, Aminet CD and Aminet index files'
  249. ;;;
  250. /* ;;; Main loop */
  251. call LoadPrefs()
  252. do forever
  253.     call waitpkt(PrgPort)
  254.     packet = getpkt(PrgPort)
  255.     if packet = '0000 0000'x then iterate
  256.     cmd = getarg(packet)
  257.     call reply(packet,0)
  258.     interpret 'call 'cmd /*'("'args'")'*/
  259.     end
  260. ;;;
  261. /* ;;; Load prefs */
  262. LoadPrefs:
  263.     /* Load system settings */
  264.     if exists(CDPrefs) then PrefsFile = CDPrefs
  265.     else do
  266.         PrefsFile = DefCDPrefs
  267.         call ShowMsg('No system settings found, using defaults')
  268.         end
  269.     if ~open(prefs,PrefsFile,'R') then do
  270.         call ShowMsg('Failed to read system preferences file')
  271.         exit
  272.         end
  273.     do until eof(prefs)
  274.         PrefsLine = readln(prefs)
  275.         if PrefsLine = '' then iterate
  276.         if pos(left(PrefsLine,1),';#') > 0 then iterate
  277.         if left(PrefsLine,11) = 'CLASS=HTML2' 0 then iterate
  278.         parse var PrefsLine setting '=' value
  279.         interpret 'cycle id' setting 'label "'value'"'
  280.         end
  281.     call close(prefs)
  282.     AACDload = GetVar('AACDload')
  283.     if pos(AACDload,'03') = 0 then AACDload = 1
  284.  
  285.     AACDIndex = GetVar('AACDIndex')
  286.     AminetCDIndex = GetVar('AminetCDIndex')
  287.     AminetSetIndex = GetVar('AminetSetIndex')
  288.     AminetIndex = GetVar('AminetIndex')
  289.  
  290.     /* Load filetype settings */
  291.     if exists(IderPrefs) then PrefsFile = IderPrefs
  292.     else do
  293.         PrefsFile = DefIderPrefs
  294.         call ShowMsg('No filetype settings found, using defaults')
  295.         end
  296.     if ~open(prefs,PrefsFile,'R') then do
  297.         call ShowMsg('Failed to read filetype preferences file')
  298.         exit
  299.         end
  300.  
  301.     PrefsLine = readln(prefs)
  302.     setvar CfgVersion PrefsLine
  303.     ClassCount = 0
  304.     UseOpus = 0
  305.  
  306.     do until eof(prefs)
  307.         PrefsLine = readln(prefs)
  308.         if PrefsLine = '' then iterate
  309.         if pos(left(PrefsLine,1),';#') > 0 then iterate
  310.         ClassCount = ClassCount + 1
  311.         PrefsLine = substr(PrefsLine,pos('CLASS=',upper(PrefsLine)) + 6)
  312.         if left(PrefsLine,1) = '"' then parse var Prefsline '"' Class '"' PrefsLine /*Class = substr(PrefsLine,2,pos('"',PrefsLine,2) - 2)*/
  313.         else parse var PrefsLine Class PrefsLine
  314.         PrefsLine = strip(PrefsLine)
  315.         parse var PrefsLine Defn 'ACTION=' Action
  316.         interpret Class'.cmd="'word(Action,1)'"'
  317.         interpret Class'.arg="'subword(Action,2)'"'
  318.         if ClassCount = 1 & upper(Class) = 'DEFAULT' then UseOpus = 1
  319.         end
  320.     call close(prefs)
  321.  
  322.     cycle id FTYPE label Filetype.UseOpus
  323.     cycle id ARUN  label Autorun.AACDload
  324.     popasl ID AACD  CONTENT AACDIndex
  325.     popasl ID AMCD  CONTENT AminetCDIndex
  326.     popasl ID AMSET CONTENT AminetSetIndex
  327.     popasl ID AMONL CONTENT AminetIndex
  328.     call LoadGadgets('IFF','IFF_picture')
  329.     call LoadGadgets('GIF','GIF_picture')
  330.     call LoadGadgets('JPG','JPEG_picture')
  331.     call LoadGadgets('PNG','PNG_Picture')
  332.     call LoadGadgets('ANM','ANIM')
  333.     call LoadGadgets('MPG','MPEG_Video')
  334.     call LoadGadgets('MOV','Quicktime_Movie')
  335.     call LoadGadgets('AVI','AVI_Video')
  336.     call LoadGadgets('PDF','PDF_file')
  337.     call LoadGadgets('SVX','IFF_Sample')
  338.     call LoadGadgets('WAV','WAV_Sample')
  339.     call LoadGadgets('S3M','S3M_Module')
  340.     call LoadGadgets('XMM','XM_Module')
  341.     call LoadGadgets('MED','MED_Module')
  342.     call LoadGadgets('DBM','DBM_Module')
  343.     call LoadGadgets('MOD','Module')
  344.     call LoadGadgets('MP3','MPEG_Audio')
  345.     call LoadGadgets('MID','MIDI')
  346.     call LoadGadgets('AGD','Guide')
  347.     call LoadGadgets('HTM','HTML')
  348.     call LoadGadgets('LHA','LhA_Archive')
  349.     call LoadGadgets('DEF','Default')
  350.     return
  351. ;;;
  352. /* ;;; Set gadgets */
  353. LoadGadgets:
  354.     NM = arg(1)
  355.     Class = arg(2)
  356.     if symbol(Class'.cmd') = 'VAR' then do
  357.         interpret 'popasl ID 'NM'0 CONTENT 'Class'.cmd'
  358.         interpret 'string ID 'NM'1 CONTENT 'Class'.arg'
  359.         end
  360.     else do
  361.         interpret 'popasl ID 'NM'0 CONTENT "Execute"'
  362.         interpret 'string ID 'NM'1 CONTENT ":CDTools/S/NoAction"'
  363.         end
  364.     return
  365. ;;;
  366. /* ;;; Use prefs */
  367. UsePrefs:
  368.     parse arg sav
  369.  
  370.     /* Save system settings */
  371.     if ~open(prefs,CDPrefs,'W') then call ShowMsg('Failed to save preferences')
  372.     else do
  373.         call writeln(prefs,'# Amiga Active CD preferences - created by AACDprefs' word(sourceline(3),3)'0a'x)
  374.         do i = 1 to words(Settings)
  375.             setting = word(Settings,i)
  376.             cycle id setting
  377.             call writeln(prefs,setting'='result)
  378.             end
  379.         call close(prefs)
  380.         end
  381.  
  382.     /* Save filetype settings */
  383.     do i = 1 to words(FileTypes)
  384.         type = word(FileTypes,i)
  385.         interpret 'popasl ID' type'0'
  386.         command = result
  387.         if command = '' then command = 'Multiview'
  388.         interpret type '= command'
  389.         interpret 'string ID' type'1'
  390.         interpret type '= strip('type' result)'
  391.         end
  392.  
  393.     cycle id FTYPE
  394.     UseOpus = (result == 'Directory Opus')
  395.  
  396.     cycle id ARUN
  397.     select
  398.         when result = Autorun.0 then AACDload = 0
  399.         when result = Autorun.3 then AACDload = 3
  400.         otherwise AACDload = 1
  401.         end
  402.     address command 'setenv AACDload' AACDload
  403.  
  404.     popasl ID AACD
  405.     if result > '' then address command 'setenv AACDIndex' result
  406.     else do
  407.         address command 'unsetenv AACDIndex'
  408.         if sav=1 then call delete('ENVARC:AACDIndex')
  409.         end
  410.     popasl ID AMCD
  411.     if result > '' then address command 'setenv    AminetCDIndex' result
  412.     else do
  413.         address command 'unsetenv AminetCDIndex'
  414.         if sav=1 then call delete('ENVARC:AminetCDIndex')
  415.         end
  416.     popasl ID AMSET
  417.     if result > '' then address command 'setenv    AminetSetIndex' result
  418.     else do
  419.         address command 'unsetenv AminetSetIndex'
  420.         if sav=1 then call delete('ENVARC:AminetSetIndex')
  421.         end
  422.     popasl ID AMONL
  423.     if result > '' then address command 'setenv    AminetIndex' result
  424.     else do
  425.         address command 'unsetenv AminetIndex'
  426.         if sav=1 then call delete('ENVARC:AminetIndex')
  427.         end
  428.  
  429.     if ~open(prefs,IderPrefs,'W') then call ShowMsg('Failed to save preferences')
  430.     else do
  431.         call writeln(prefs,'# IDer Prefs file - created by AACDprefs' word(sourceline(3),3)'0a'x)
  432.         call writeln(prefs,'# IDer  --  © 1995 Eclipse Software'||'0a'x)
  433.  
  434.         /* Use Opus prefs */
  435.         if UseOpus = 1 then do
  436.             address command 'version >NIL: dopus5.library 55'
  437.             select
  438.                 when RC = 5 then call ShowMsg('Opus filetypes need as least version 5.5 of Directory Opus')
  439.                 when ~show('P','DOPUS.1') then call ShowMsg('You need to be running Directory Opus as\nWorkbench replacement to use Opus filetypes.')
  440.                 otherwise do
  441.                     call writeln(prefs,'CLASS=Default ACTION=dopus_dclick')
  442.                     /* Ensure dopus_dclick is in path */
  443.                     address command 'which >NIL: dopus_dclick'
  444.                     if RC = 5 then address command 'copy CDTools/DOpus/dopus_dclick C: clone'
  445.                     end
  446.                 end
  447.             end
  448.  
  449.         call writeln(prefs,'CLASS=IFF_Picture OFFSET=0,"FORM????ILBM" ACTION='IFF)
  450.         call writeln(prefs,'CLASS=GIF_Picture SUFFIX=.GIF OFFSET=0,"GIF87a" ACTION='GIF)
  451.         call writeln(prefs,'CLASS=JPEG_Picture OFFSET=6,4A464946 ACTION='JPG)
  452.         call writeln(prefs,'CLASS=PNG_Picture OFFSET=0,89504E47 ACTION='PNG)
  453.         call writeln(prefs,'CLASS=ANIM SUFFIX=.ANIM OFFSET=0,"FORM????ANIM" ACTION='ANM)
  454.         call writeln(prefs,'CLASS=MPEG_Video SUFFIX=.MPG ACTION='MPG)
  455.         call writeln(prefs,'CLASS=Quicktime_Movie SUFFIX=.(MOV|MV|QT) ACTION='MOV)
  456.         call writeln(prefs,'CLASS=AVI_Video SUFFIX=.AVI OFFSET=0,"RIFF" FLAGS=T ACTION='AVI)
  457.         call writeln(prefs,'CLASS=PDF_file SUFFIX=.PDF OFFSET=0,"%PDF" ACTION='PDF)
  458.         call writeln(prefs,'CLASS=IFF_Sample OFFSET=0,"FORM????8SVX" ACTION='SVX)
  459.         call writeln(prefs,'CLASS=WAV_Sample OFFSET=0,"RIFF????WAVE" ACTION='WAV)
  460.         call writeln(prefs,'CLASS=S3M_Module SUFFIX=.S3M NAME=S3M.#? OFFSET=44,"SCRM" FLAGS=T ACTION='S3M)
  461.         call writeln(prefs,'CLASS=XM_Module SUFFIX=.XM OFFSET=0,"Extended Module:" FLAGS=I ACTION='XMM)
  462.         call writeln(prefs,'CLASS=MED_Module SUFFIX=.MED NAME=MED.#? OFFSET=0,"MMD?" ACTION='MED)
  463.         call writeln(prefs,'CLASS=DBM_Module SUFFIX=.DBM OFFSET=0,"DBM0" ACTION='DBM)
  464.         call writeln(prefs,'CLASS=Module SUFFIX=.MOD NAME=MOD.#? OFFSET=1080,"M.K." FLAGS=T ACTION='MOD)
  465.         call writeln(prefs,'CLASS=MPEG_Audio NAME=(#?.MP3|#?.MP2) FLAGS=I ACTION='MP3)
  466.         call writeln(prefs,'CLASS=MIDI SUFFIX=.MID OFFSET=0,"MThd" ACTION='MID)
  467.         call writeln(prefs,'CLASS=Guide SUFFIX=.GUIDE OFFSET=0,"@database" FLAGS=I ACTION='AGD)
  468.         call writeln(prefs,'CLASS=HTML NAME=(#?.html|#?.htm) OFFSET=0,"<html" FLAGS=I ACTION='HTM)
  469.         call writeln(prefs,'CLASS=HTML2 NAME=(#?.html|#?.htm) OFFSET=0,"<!doctype" FLAGS=I ACTION='HTM)
  470.         call writeln(prefs,'CLASS=LhA_Archive NAME=(#?.LhA|?#.Lzh) OFFSET=2,"-lh?-" ACTION='LHA)
  471.         call writeln(prefs,'CLASS=Default ACTION='DEF)
  472.         call writeln(prefs,'0a'x||'#END')
  473.         call close(prefs)
  474.         end
  475.     if sav = 1 then do
  476.         address command 'copy >NIL:' CDPrefs 'ENVARC:'
  477.         address command 'copy >NIL:' IderPrefs 'ENVARC:'
  478.         if exists('ENV:AACDload') then address command 'copy >NIL: ENV:AACDload ENVARC:'
  479.         else call delete('ENVARC:AACDload')
  480.         if exists('ENV:AACDIndex') then address command 'copy >NIL: ENV:AACDIndex ENVARC:'
  481.         else call delete('ENVARC:AACDIndex')
  482.         if exists('ENV:AminetCDIndex') then address command 'copy >NIL: ENV:AminetCDIndex ENVARC:'
  483.         else call delete('ENVARC:AminetCDIndex')
  484.         if exists('ENV:AminetSetIndex') then address command 'copy >NIL: ENV:AminetSetIndex ENVARC:'
  485.         else call delete('ENVARC:AminetSetIndex')
  486.         if exists('ENV:AminetIndex') then address command 'copy >NIL: ENV:AminetIndex ENVARC:'
  487.         else call delete('ENVARC:AminetIndex')
  488.         end
  489.     call Quit()
  490.     return
  491. ;;;
  492. /* ;;; Show about requester */
  493. About:
  494.     request title '"'WinTitle'"' gadgets '"OK"' string VerStr' by Neil Bothwick\nCreated using MUIRexx 3.0a'
  495.     return
  496. ;;;
  497. /* ;;; Load a library */
  498. LoadLib:
  499.     parse arg library
  500.     if show('L',library) then return
  501.     if ~exists('LIBS:'library) then address command 'copy System/Libs/'library 'LIBS: clone quiet'
  502.     if ~addlib(library,0,-30,0) then call ExitMsg('Failed to load' library||'0a'x||'Make sure you have run InitCD')
  503.     return
  504. ;;;
  505. /* ;;; Check for a circular reference */
  506. Check:
  507.     arg prog
  508.     prog = strip(prog)
  509.     select
  510.         when prog = 'AACDFILE' then call ShowMsg('You cannot use AACDfile here')
  511.         when prog = 'CUCDFILE' then call ShowMsg('You cannot use CUCDfile here')
  512.         when prog = 'IDER' then call ShowMsg('You cannot use IDer here')
  513.         when pos(right(prog,9), '/AACDFILE :AACDFILE') > 0 then call ShowMsg('You cannot use AACDfile here')
  514.         when pos(right(prog,9), '/CUCDFILE :CUCDFILE') > 0 then call ShowMsg('You cannot use CUCDfile here')
  515.         when pos(right(prog,5), '/IDER :IDER') > 0 then call ShowMsg('You cannot use IDer here')
  516.         otherwise nop
  517.         end
  518.     return
  519. ;;;
  520. /* ;;; Update Index files */
  521. UpdateIndices:
  522.     parse arg IndexType
  523.  
  524.     /* Get CD name */
  525.     address command 'Assign >NIL: AACD: EXISTS'
  526.     if RC = 0 then CDName = 'AACD:'
  527.     else do
  528.         'application' MUIA_Application_Sleep TRUE
  529.         signal off error
  530.         do i = 20 to 0 by -1
  531.             CDName = 'AACD'right('0'i,2)':'
  532.             address command 'Assign >NIL: 'CDName' EXISTS'
  533.             if RC = 0 then leave
  534.             end
  535.         signal on error
  536.         'application' MUIA_Application_Sleep FALSE
  537.         if CDname = 'AACD00:' then do
  538.             call ShowMsg('Please insert the latest AACD and try again')
  539.             return
  540.             end
  541.         end
  542.  
  543.     /* Update AACD indices */
  544.     if pos(IndexType, 'AACD ALL') > 0 then do
  545.         popasl ID AACD
  546.         if result = '' then return
  547.         else DestDir = result
  548.         SrcDir = CDName'CDTools/Indices'
  549.         Pattern = ParsePattern('AACD??',NOCASE)
  550.         call CopyFiles()
  551.         end
  552.  
  553.     /* Update Aminet CD indices */
  554.     if pos(IndexType, 'AMCD ALL') > 0 then do
  555.         popasl ID AMCD
  556.         DestDir = result
  557.         SrcDir = CDName'AACD/CDROM/AminetCDs/CDs'
  558.         Pattern = ParsePattern('Index??',NOCASE)
  559.         call CopyFiles()
  560.         end
  561.  
  562.     /* Update Aminet Set indices */
  563.     if pos(IndexType, 'AMSET ALL') > 0 then do
  564.         popasl ID AMSET
  565.         DestDir = result
  566.         SrcDir = CDName'AACD/CDROM/AminetCDs/Sets'
  567.         Pattern = ParsePattern('Set?',NOCASE)
  568.         call CopyFiles()
  569.         end
  570.  
  571.     /* Update Aminet Online indices */
  572.     if pos(IndexType, 'AMONL ALL') > 0 then do
  573.         popasl ID AMONL
  574.         DestDir = result
  575.         if DestDir = '' then do
  576.             if IndexType ~= 'ALL' then call ShowMsg('You must specify a destination directory first')
  577.             return
  578.             end
  579.  
  580.         SrcDir = CDName'AACD/Online/Aminet'
  581.         'application' MUIA_Application_Sleep TRUE
  582.         call DateCopy('INDEX')
  583.         call DateCopy('dirlist')
  584.         call open(List,AddPart(SrcDir,'dirlist'),'R')
  585.         do until eof(List)
  586.             File = readln(List)
  587.             if File = '' then iterate
  588.             call DateCopy(File)
  589.             end
  590.         call close(List)
  591.         'application' MUIA_Application_Sleep FALSE
  592.         end
  593.     
  594.     call ShowMsg('All index files are up to date')
  595.     return
  596.  
  597. /* Copy the new files */
  598. CopyFiles:
  599.     if DestDir = '' then do
  600.         if IndexType ~= 'ALL' then call ShowMsg('You must specify a destination directory first')
  601.         return
  602.         end
  603.  
  604.     FileList = showdir(SrcDir)
  605.     'application' MUIA_Application_Sleep TRUE
  606.     do i = 1 to words(FileList)
  607.         if MatchPattern(Pattern,word(FileList,i),NOCASE,PARSED) then call DateCopy(word(FileList,i))
  608.         end
  609.     'application' MUIA_Application_Sleep FALSE
  610.     return
  611.  
  612. DateCopy:
  613.     parse arg FileName
  614.     if word(statef(AddPart(SrcDir,FileName)),5) > word(statef(AddPart(DestDir,FileName)),5) then address command 'Copy >NIL:' AddPart(SrcDir,FileName) DestDir 'CLONE'
  615.     return
  616. ;;;
  617. /* ;;; ShowMsg */
  618. ShowMsg:
  619.     parse arg msg
  620.     'request id MAIN title "'WinTitle'" gadgets "OK" string' msg
  621.     return
  622. ;;;
  623. /* ;;; Error handler */
  624. Error:
  625.     if RC = 5 then return
  626.     ErrLine = sourceline(sigl)
  627.     if pos(' ID',upper(subword(ErrLine,2,2))) > 0 then return
  628.     call ShowMsg('Error' RC 'in line' sigl'0a'x||ErrLine)
  629.     call Quit()
  630.     return
  631. ;;;
  632. /* ;;; Quit */
  633. Quit:
  634.     address(GuiPort)
  635.     'QUIT'
  636.     exit
  637. ;;;
  638.  
  639.