|
 |
|
01-14-2007, 09:01 AM
|
#61
|
|
Maximum Bitrate
Join Date: Apr 2005
Location: Los Angeles (Winnetka), CA
Posts: 864
|
Quote: Originally Posted by dyne 
would it be possible to be able to queue songs from outside of the plugin's screen in the normal audio player screen?
Yes, eventually. After I rewrite the plug in and donate the code to Guino.
Quote: Originally Posted by dyne 
Would it also be possible to have the songs position in the queue displayed in the audio player's playlist, like in the winamp playlist window? (ex: 878. Deftones - Passenger [1])
Possibly, it depends on the how the playlist is being displayed at the moment.
If it's a plain copy of Winamp's playlist, then it should work automatically.
As far as I know, that is not the case. So some extra coding would have to be done for this request to work.
In short, with enough time, what you are asking for should be taken care of.
Anyone has any other requests for future releases?
__________________
For Sale: Carputer (CarPC) & RCA Y-Adapter
Newsflash: Take a look at my unsold stuff above, thanks!
Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-14-2007, 03:45 PM
|
#62
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
As for requests, as you seem to be going to re-wite it in VB6 to include with RR. Just to make it not a "Plug-in" as it's current state. But to make it like any other skin, and use RR buttons ect to control it. This way the size of list boxes, locations of buttons could all then be modified much more easily. This would then use the standard on, off, down images to show button presses ect, and not have to embed it as an application.
This sounds like where you are going already, but just wanted to see if that is actually how you plan on implementing it.
Road Runner is in MUCH need of a better internal search, and this is EXACTLY what it needs!
|
|
|
01-14-2007, 03:49 PM
|
#63
|
|
Maximum Bitrate
Join Date: Apr 2005
Location: Los Angeles (Winnetka), CA
Posts: 864
|
Quote: Originally Posted by JohnWPB 
As for requests, as you seem to be going to re-wite it in VB6 to include with RR. Just to make it not a "Plug-in" as it's current state. But to make it like any other skin, and use RR buttons ect to control it. This way the size of list boxes, locations of buttons could all then be modified much more easily. This would then use the standard on, off, down images to show button presses ect, and not have to embed it as an application.
This sounds like where you are going already, but just wanted to see if that is actually how you plan on implementing it.
Road Runner is in MUCH need of a better internal search, and this is EXACTLY what it needs!
Yes, John. That's the plan.
__________________
For Sale: Carputer (CarPC) & RCA Y-Adapter
Newsflash: Take a look at my unsold stuff above, thanks!
Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"
|
|
|
01-14-2007, 04:05 PM
|
#64
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Awesome!
Very VERY Kewl!
|
|
|
01-14-2007, 04:24 PM
|
#65
|
|
Terminal flasher
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 6,307
|
sweet.. i already have a flash skin for it
__________________
03 Acura RSX Coupe
Developer of: RRFusion, MovieTimes.NET, (new)RRMail, RRShoutcast, & RRVehicle Maintenance
Currently working on: RRVehicle Maintenance
|
|
|
01-14-2007, 04:29 PM
|
#66
|
|
Maximum Bitrate
Join Date: Apr 2005
Location: Los Angeles (Winnetka), CA
Posts: 864
|
OK guys, but you're gonna have to wait until at least late-February, March though...
__________________
For Sale: Carputer (CarPC) & RCA Y-Adapter
Newsflash: Take a look at my unsold stuff above, thanks!
Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"
|
|
|
01-14-2007, 06:08 PM
|
#67
|
|
FLAC
Join Date: Jun 2002
Location: Virginia
Posts: 1,438
|
Quote: Originally Posted by DJiK 
OK guys, but you're gonna have to wait until at least late-February, March though...
My parents always said that good things come to those who wait.
|
|
|
01-14-2007, 06:33 PM
|
#68
|
|
Variable Bitrate
Join Date: Mar 2004
Posts: 280
|
Quote: Originally Posted by DJiK 
Yes, eventually. After I rewrite the plug in and donate the code to Guino.
Possibly, it depends on the how the playlist is being displayed at the moment.
If it's a plain copy of Winamp's playlist, then it should work automatically.
As far as I know, that is not the case. So some extra coding would have to be done for this request to work.
In short, with enough time, what you are asking for should be taken care of.
Anyone has any other requests for future releases?
Awesome.
Do you think it'd be easy to make up/down buttons that would jump through different artists? I usually have all my albums on the playlist, and it'd be nice to be able to jump through the artists quickly and then scroll to find the song, rather than type in the song name
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
01-15-2007, 12:29 AM
|
#69
|
|
Super Moderator
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
|
Not really possible with this winamp plugin. Unless you type the name of the artist. This is really meant as a search utility, not to just browse through an album.
You are better off just using RR's built in browser to scroll through the artists, then their songs ect.
|
|
|
01-21-2007, 05:49 PM
|
#70
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
Quote: Originally Posted by DJiK 
Good stuff...
The _ON / _OFF skins like you guys have seen with RR are not going to work (at least not throughout v1) because the PaintPicture function that Guino is using in RR is not currently available in AutoIt.
Not to discourage the change over to VB for this proj, I have just come across this in the autoit forums and rememer the memtion of of such prob...
First check out the demo written in autoit calling a custom dll, which HAS a paint func...
http://www.autoitscript.com/forum/in...howtopic=38549
Hope this could help with this....
|
|
|
01-21-2007, 10:33 PM
|
#71
|
|
Maximum Bitrate
Join Date: Apr 2005
Location: Los Angeles (Winnetka), CA
Posts: 864
|
Quote: Originally Posted by Blue ZX3 
Not to discourage the change over to VB for this proj, I have just come across this in the autoit forums and rememer the memtion of of such prob...
First check out the demo written in autoit calling a custom dll, which HAS a paint func...
http://www.autoitscript.com/forum/in...howtopic=38549
Hope this could help with this....
That's a GREAT FIND!
Thanks.
If the VB stuff fails, I could finally complete the plugin in AutoIT with those scripts.
__________________
For Sale: Carputer (CarPC) & RCA Y-Adapter
Newsflash: Take a look at my unsold stuff above, thanks!
Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"
|
|
|
01-22-2007, 12:52 AM
|
#72
|
|
The Curator
Join Date: Aug 2004
Location: Chicago area,IL
Posts: 3,577
|
Glad it could be of use...I'm also sure that it could/will open many more options for plugins using autoit...
|
|
|
02-12-2007, 08:30 PM
|
#73
|
|
Newbie
Join Date: Feb 2007
Posts: 1
|
Resize
First of this is sweet. I am using the DigitalFX skin and have resized it to 1024x768. Is it possible to resize the JTFP without modifying the xy coordinates in the skin.ini?
|
|
|
03-01-2007, 08:30 AM
|
#74
|
|
FLAC
Join Date: Jun 2002
Location: Virginia
Posts: 1,438
|
DJiK, are you still planning on working on this over Spring break?
|
|
|
03-01-2007, 01:49 PM
|
#75
|
|
Maximum Bitrate
Join Date: Apr 2005
Location: Los Angeles (Winnetka), CA
Posts: 864
|
Quote: Originally Posted by kbreeden 
DJiK, are you still planning on working on this over Spring break? 
Ha! I said March, didn't I?
I've been getting re-acquainted with VB these past two days.
Need a few more sessions before I start translating the program.
__________________
For Sale: Carputer (CarPC) & RCA Y-Adapter
Newsflash: Take a look at my unsold stuff above, thanks!
Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:35 AM.
| |