Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
202 user(s) are online (133 user(s) are browsing Forums)

Members: 1
Guests: 201

amigait, more...

Headlines

 
  Register To Post  

AmigaAmp arexx - DirOpus help
Not too shy to talk
Not too shy to talk


See User information
Guys, I'd like to make a button in dopus 4 to send the selected files via arexx ("add names" command which adds names at the end of the playlist) to amigaamp 3 - can anyone help me with this pretty plz?

Go to top
Re: AmigaAmp arexx - DirOpus help
Just popping in
Just popping in


See User information
Just a copy from the same topic at amigaworld.

/*
simple script for adding files to the playlist of AmigaAMP3
*/

PARSE ARG files

IF SHOW('P''AMIGAAMP'THEN DO
    
ADDRESS AMIGAAMP 'ADD' files
END


Create a new text file with the above content and save it eg: REXX:AmigaAMP_ADD.rexx

Make sure you are using the "all files with path" as parameter in DOpus:
DOpus4 -> ARexx -> REXX:AmigaAMP_ADD.rexx {F}

Go to top
Re: AmigaAmp arexx - DirOpus help
Just can't stay away
Just can't stay away


See User information
See my post on AmigaWorld as I'm too lazy to cut'n'paste it here


Edited by Severin on 2013/3/4 14:08:46
Amiga user since 1985
AOS4, A-EON, IBrowse & Alinea Betatester

Ps. I hate the new amigans website. <shudder>
Go to top
Re: AmigaAmp arexx - DirOpus help
Not too shy to talk
Not too shy to talk


See User information
Thank you guys!!!!!

Go to top
Re: AmigaAmp arexx - DirOpus help
Quite a regular
Quite a regular


See User information
Quote:

Gazelle wrote:

Make sure you are using the "all files with path" as parameter in DOpus


Won't that have a problem if there are spaces in the paths or filenames (if selecting multiple files)?

Go to top
Re: AmigaAmp arexx - DirOpus help
Just popping in
Just popping in


See User information
@MickJT

Nope, DOpus4 does enclose the filenames with quotes.

Go to top
Re: AmigaAmp arexx - DirOpus help
Just can't stay away
Just can't stay away


See User information
Quote:

Gazelle wrote:
@MickJT

Nope, DOpus4 does enclose the filenames with quotes.
It does by default, yes. There is a "No filename quote" option in the button configuration window, in the listview below the command.

Best regards,

Niels

Go to top
Re: AmigaAmp arexx - DirOpus help
Quite a regular
Quite a regular


See User information
I wasn't aware of that. Thanks.

Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project