English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 21 October 2015, 01:46   #61
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
Then try my script, it works in WB. I use WBRun to open AmiModRadio.

Edit: The HIDE option of Hip will open it invisible, and the QUIT one will close any existing Hip playing, but also will "erase" the Hip prefs for what I've seen:
I use some Hip prefs that load a module that I've got when you start it, but if you open AmiModRadio with my script and the QUIT option it won't, it will only open the one your program finds. It doesn't overwrite the Hip prefs; next time you boot, if you play Hip (my case) it will load and play my module again.

Last edited by Retrofan; 21 October 2015 at 01:56.
Retrofan is offline  
Old 21 October 2015, 13:37   #62
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
I would recommend a prefs file including full path to player or a tooltype.
daxb is offline  
Old 21 October 2015, 14:28   #63
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Morning!

Quote:
Originally Posted by daxb View Post
I would recommend a prefs file including full path to player or a tooltype.

Yes, definitely in the (future) plans

Cheers!
tygre is offline  
Old 30 November 2015, 04:15   #64
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi all!

Version v0.94 of AmiModRadio is available here, here, or here

Besides some refactorings and minor bug fixes, it includes a usable MUI interface: you can now change the source and root directory and even save modules! Icons are ugly... Wish I could be more artsy

As usual, bug reports and ideas are welcome!

Cheers!
tygre is offline  
Old 08 December 2015, 05:31   #65
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi all!

Version v0.95 of AmiModRadio is available here, here, or here



The revamped MUI uses new icons and some interesting code to launch automatically players if in the path. It also include some user preferences, although they are not yet accessible from the UI. As a consequence, putting AmiModRadio in the WBStartup drawer will start AmiModRadio, which will launch the first player recognised in the path and play some music immediately!

In addition to some refactorings and clean-up, this version also fixes bugs #13, #19, and #23.

As usual, bug reports and ideas are welcome!

Cheers!
tygre is offline  
Old 25 December 2015, 21:12   #66
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi all!

AmiModRadio v0.96 is now available here, here, and here!

AmiModRadio is getting closer to its completion! It now includes preferences (currently to start (or not) playing modules automatically and to show (or not) the log page automatically ) and an improved user interface, with which the log can be saved! It also includes some refactorings and bug fixing, in particular bugs #26, #28, #34, and #36.

Merry X-mas!

Last edited by tygre; 25 December 2015 at 21:21. Reason: Fixed URLs
tygre is offline  
Old 25 December 2015, 21:33   #67
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
Thanks. But if you press play it starts searching the first known player and it doesn't work "Could not find anything to play".

So you've got to open a player like Hippoplayer first. Of course as I told you, as I was doing, it works with Hip hidden.
Retrofan is offline  
Old 26 December 2015, 00:49   #68
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi there!

Quote:
Originally Posted by Retrofan View Post
Thanks. But if you press play it starts searching the first known player and it doesn't work "Could not find anything to play".
But are you sure that you have one of the supported player in the path? Like, I have EaglePlayer in my path and it is started automatically by AmiModRadio

Please let me know!
tygre is offline  
Old 26 December 2015, 01:22   #69
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
No, sorry how do I update that path?
Retrofan is offline  
Old 26 December 2015, 01:29   #70
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
My pleasure!
In my case, I added to my User-Startup:

Code:
Path "Utilitaires:Musique/EaglePlayer ADD
I believe (i.e., without having tested it!) that you could just the same for HiP! As soon as you'll be able to invoke HiP HIDE from any Shell and from any path (e.g., do CD RAM: before), then AMR should be able to start it too

Please let me know!
tygre is offline  
Old 26 December 2015, 02:04   #71
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
Quote:
Originally Posted by tygre View Post
My pleasure!
In my case, I added to my User-Startup:

Code:
Path "Utilitaires:Musique/EaglePlayer ADD
I believe (i.e., without having tested it!) that you could just the same for HiP! As soon as you'll be able to invoke HiP HIDE from any Shell and from any path (e.g., do CD RAM: before), then AMR should be able to start it too

Please let me know!
YES, it works if you put in the User-Startup:

Code:
Path "Sys:Utilities/HippoPlayer" HIDE QUIT ADD
Thanks and merry Christmas

Edit: No, it seems this way the options aren't necessary, so I'm just using:

Code:
Path "Sys:Utilities/HippoPlayer"
BTW you forgot to use the Drawer icons I posted -if you like any-. In your place I would include them all in an "Icons" drawer with the program files, so the user can chose.

Last edited by Retrofan; 20 February 2016 at 19:39.
Retrofan is offline  
Old 26 December 2015, 04:05   #72
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Oh, sorry about that! I actually do like them but I must have made a mistake in my script! Let me check it out and will fix it for the next release, thanks again and merry X-mas to you too!
tygre is offline  
Old 26 December 2015, 11:36   #73
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
I`ve never tried AmiModRadio, so some guessing here. Searching for different mod players in PATH is not a good idea or at least not the best as you can see. AmiModRadio uses some preferences, right? Just add there a full path to mod player (e.g. with filerequester). Then your program should check if mod player exists and if not throw out a error message. In that case the user needs to add or correct the full path.

Maybe you do the follwing already: How do you check if a mod player is already running? Most or all have an ARexx port what can be checked. Of course you can much more information about the running mod player over the port.
daxb is offline  
Old 28 December 2015, 21:49   #74
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi there!

Quote:
Originally Posted by daxb View Post
I`ve never tried AmiModRadio, so some guessing here. Searching for different mod players in PATH is not a good idea or at least not the best as you can see. AmiModRadio uses some preferences, right? Just add there a full path to mod player (e.g. with filerequester). Then your program should check if mod player exists and if not throw out a error message. In that case the user needs to add or correct the full path.

Maybe you do the follwing already: How do you check if a mod player is already running? Most or all have an ARexx port what can be checked. Of course you can much more information about the running mod player over the port.
Thanks for your advice but I prefer that AmiModRadio not to be dependent of the users entering path but rather be "plug and play" as long as the user configured its system... And, yes, AmiModRadio is already using ARexx...

Cheers!
tygre is offline  
Old 28 December 2015, 21:56   #75
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
I would prefer if it could be possible to change the path assignment in the icon info or in the preferences instead of the user-startup, but just my opinion. In fact many programs need some assign in the u-s.
Retrofan is offline  
Old 04 January 2016, 05:46   #76
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Hi all!

AmiModRadio v0.97 is now available here, here, and here!

AmiModRadio now understand HTTP and the Modules.pl source now works, thanks to AceMan's API! Modules.pl contains more than 8,000 curated modules (as of this release's date) . This version also introduces a cache to speed up accesses to ModLand.com huge collection as well as many preferences... It also fixes several bugs and has been refactored. Its makefile has also been entirely rewritten to generate the distribution automatically, including Retrofan's icons . Bugs #1, #21, and #35 thus disappear!

PS. This version has also been built without Fortify!

Happy (belated) new year!
tygre is offline  
Old 06 January 2016, 05:49   #77
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Exclamation

PS. Please use the version available here, here, and here, which fixes a major bug due to the cache, which prevents downloading archives from already-cached directories Sorry about that!

Last edited by tygre; 06 January 2016 at 05:52. Reason: Fixed missing link
tygre is offline  
Old 08 January 2016, 05:13   #78
Knoeki
Princess Knoeki
 
Knoeki's Avatar
 
Join Date: Mar 2014
Location: Amsterdam
Age: 34
Posts: 38
Interesting idea! I'll have to give this one a whirl sometime soon (:
Knoeki is offline  
Old 08 January 2016, 20:16   #79
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
Congrats for the version, very nice now.

The icon of AmiModRadio seems to be corrupted though.

You also should change the four white corners of the main buttons. Maybe you could use the same grey of the background for them, so those ugly corners would dissapear.
Retrofan is offline  
Old 08 January 2016, 20:17   #80
tygre
Returning fan!
 
tygre's Avatar
 
Join Date: Jan 2011
Location: Montréal, QC, Canada
Posts: 1,434
Quote:
Originally Posted by Knoeki View Post
Interesting idea! I'll have to give this one a whirl sometime soon (:
Thanks a lot!
Please do not hesitate to report any problems here or there!

Cheers!
tygre is offline  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which games are using modules? 1988 request.Modules 7 29 July 2016 20:24
A few modules Rogue request.Modules 1 31 May 2014 18:22
two modules s2325 request.Modules 4 01 May 2010 15:23
Brain Killer Aminet links changed (and a question about Aminet links) Korodny HOL data problems 0 26 November 2009 21:21
Modules.. Muerto request.Modules 2 15 December 2005 17:32

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:40.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11593 seconds with 14 queries