Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > MacCar > AMP


Reply
 
Share Thread Tools Display Modes
Old 07-12-2006, 04:58 PM   #331
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Quote: Originally Posted by pepsibobby
just noticed something about AMP when i was driving home from work today. When you are listening to something in "shuffle" mode and you press back, it dosnt start the song over, or go to the song that it played before, it just picks another random song. If you use iTunes, you will see that it knows what it had played before and plays that on back twice. Understand?

If you are sufficiently far enough into a song, even during shuffle mode, it will restart the song. If you are less than 5% into a song, then it goes to the previous song. Which in the case of the current poor implementation of shuffle mode is simply another random song.

I'm all far improving the shuffling (infinitely more so than supporting Arabic strings), maybe iamgnat and I can work on it.
__________________
-
aychamo is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-12-2006, 05:20 PM   #332
CarFrontEnd Creator
 
iamgnat's Avatar
 
Join Date: Jul 2004
Location: NoVA
Posts: 867
iamgnat is on a distinguished road
Quote: Originally Posted by aychamo
(infinitely more so than supporting Arabic strings)


Sorry. I got a good laugh at that. It has been a painful day of coding today and I needed to leave 20 minutes ago

-dave
__________________
My pathetic worklog.
CarFrontEnd (now it's own sub-forum!!!!)
iamgnat is offline   Reply With Quote
Old 07-12-2006, 05:37 PM   #333
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
;-)
__________________
-
aychamo is offline   Reply With Quote
Old 07-12-2006, 05:58 PM   #334
Newbie
 
Join Date: Mar 2006
Posts: 10
snoe is on a distinguished road
If you're redoing the shuffle logic, consider marking which songs have already been played and only picking from ones that have not. This guarantees that all songs are played once. Another route would be to give the high rated songs a higher chance of being picked in a roulette wheel selection routine (see http://www.geatbx.com/docu/algindex-02.html#P399_25658 ).
snoe is offline   Reply With Quote
Old 07-12-2006, 06:29 PM   #335
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Quote: Originally Posted by snoe
If you're redoing the shuffle logic, consider marking which songs have already been played and only picking from ones that have not. This guarantees that all songs are played once. Another route would be to give the high rated songs a higher chance of being picked in a roulette wheel selection routine (see http://www.geatbx.com/docu/algindex-02.html#P399_25658 ).

Definitely. I just sent iamgnat my code to generate a playlist without any repeats, and after he looks it over we can work on implementing it. To be honest, it shouldn't be a big deal and should be done before the weekend (but I am entering another round of exams [Friday, Monday, Friday, Monday, Wednesday].. lol)
__________________
-
aychamo is offline   Reply With Quote
Old 07-12-2006, 11:35 PM   #336
CarFrontEnd Creator
 
iamgnat's Avatar
 
Join Date: Jul 2004
Location: NoVA
Posts: 867
iamgnat is on a distinguished road
Quote: Originally Posted by aychamo
I just sent iamgnat my code

Sure, blame me for your delays

I was going to look at this this weekend. Now i guess i'll look into some internationalization stuff (I said look! I'm not promising anything ). I also want to look at the Global Prefs idea I mentioned for the clock.

-dave
__________________
My pathetic worklog.
CarFrontEnd (now it's own sub-forum!!!!)
iamgnat is offline   Reply With Quote
Old 07-13-2006, 02:48 AM   #337
Low Bitrate
 
Join Date: May 2004
Location: The Netherlands
Posts: 110
defender90 is on a distinguished road
phone?

You guys are doing a great job

Do you think it is possible to implement and use apple's addressbook for dialing and sending/receiving SMS with a bluetooth cellphone?
defender90 is offline   Reply With Quote
Old 07-13-2006, 02:53 AM   #338
Constant Bitrate
 
Sharkbite86's Avatar
 
Join Date: Apr 2006
Location: California
Posts: 191
Sharkbite86 is on a distinguished road
Quote: Originally Posted by defender90
You guys are doing a great job

Do you think it is possible to implement and use apple's addressbook for dialing and sending/receiving SMS with a bluetooth cellphone?

wow thats actually an awesome idea lmao

I would love to see this

EDIT: actually on a side note, I personally think it would be better if AMP had some of the of the stuff moved to the main menu. For example, the web browser seems kind of buried and i think it would be nice if it was right next to the music, movies, and photos. I duno, it might make it a bit to crowded but i think it would be a bit better if everything was right up front and quick to get to.
__________________
MacCar progress:
Planning:-----> [||||||||||||||||||||] 70%
Parts:---------> [||||||||||||||||||||] 0%
Construction:-> [||||||||||||||||||||] 0%

Car broken into... progress is basically zip...

Last edited by Sharkbite86; 07-13-2006 at 02:59 AM..
Sharkbite86 is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-13-2006, 10:34 AM   #339
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
I'v'e thought about that. But.. This stuff is for in car use. How often are you driving and need to quickly access the web? My original "main menu" for AMP was six icons across, all about the size of the Movies/Photos icons. But then I went for the FrontRow look. I dunno..

I'm trying to think of a way to quickly jump between music/photos/movies/misc without having to jump back to the main menu. Programatically, it's (literally) nothing, but I mean as far as design of the UI.
__________________
-
aychamo is offline   Reply With Quote
Old 07-13-2006, 11:23 AM   #340
Low Bitrate
 
jdisenberg's Avatar
 
Join Date: Dec 2005
Location: Kentucky
Posts: 78
jdisenberg is on a distinguished road
I personally really like the look of the the UI. Having only four icons at the start enables the icons to be large enough to touch without even looking. The web browser on the other hand would involve a lot more touching so you should probably have your car stopped somewhere before using it, thus creating enough time to click the "dashboard" icon and then the "browser". Its just one extra touch.

I do agree that it would be nice to be able to switch from movies, images, music easier, but the back button isn't that big of a deal...

If you wanted you could set up a permanent menu kind of like frames work with a webpage, or how some programs use tabs to navigate. Some kind of permanent buttons at one of the corners... or one in each corner, something like that would work to quickly navigate.

Last edited by jdisenberg; 07-13-2006 at 11:25 AM..
jdisenberg is offline   Reply With Quote
Old 07-13-2006, 11:32 AM   #341
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Hey, you were the guy right who didn't like the window animations? I wanted to tell you I put in an option to disable the animations between the main menu and it's subviews.
__________________
-
aychamo is offline   Reply With Quote
Old 07-13-2006, 11:49 AM   #342
AMP Creator
 
aychamo's Avatar
 
Join Date: Jun 2006
Posts: 454
aychamo is on a distinguished road
Just a note saying I've just implemented a true "shuffle" mode. You wont have any repeats until every song has played, and you can move back and forth (previous/next) within the "random playlist." It will be in the next uploaded version of AMP.

Also, I've tweaked the normal & playlist modes so that they will automatically loop around and repeat the CD, etc.
__________________
-

Last edited by aychamo; 07-13-2006 at 11:53 AM..
aychamo is offline   Reply With Quote
Old 07-13-2006, 11:55 AM   #343
Variable Bitrate
 
super-fly's Avatar
 
Join Date: Feb 2006
Location: In a van down by the river!
Posts: 226
super-fly is on a distinguished road
You are the man!! On a side note...I kinda like the animations, but I guess its personal preference.

Thanks Again
super-fly is offline   Reply With Quote
Old 07-13-2006, 12:32 PM   #344
CarFrontEnd Creator
 
iamgnat's Avatar
 
Join Date: Jul 2004
Location: NoVA
Posts: 867
iamgnat is on a distinguished road
Quote: Originally Posted by defender90
You guys are doing a great job

Do you think it is possible to implement and use apple's addressbook for dialing and sending/receiving SMS with a bluetooth cellphone?

That isn't as easy as it should be

Check out BluePhoneElite. It does pretty much exactly what you are talking about. It uses transparent floater windows so it could be used with AMP easy enough.

-dave
__________________
My pathetic worklog.
CarFrontEnd (now it's own sub-forum!!!!)
iamgnat is offline   Reply With Quote
Old 07-13-2006, 12:37 PM   #345
CarFrontEnd Creator
 
iamgnat's Avatar
 
Join Date: Jul 2004
Location: NoVA
Posts: 867
iamgnat is on a distinguished road
Quote: Originally Posted by aychamo
I'v'e thought about that. But.. This stuff is for in car use. How often are you driving and need to quickly access the web? My original "main menu" for AMP was six icons across, all about the size of the Movies/Photos icons. But then I went for the FrontRow look. I dunno..

My thought is to make it configurable as to what the user can put on there (mainly I was thinking about the "Extras" menu, but it could apply to the Main Menu as well. Personally, i'll never use the Photos or Movies option as I think they are too dangerous while driving.

Quote:
I'm trying to think of a way to quickly jump between music/photos/movies/misc without having to jump back to the main menu. Programatically, it's (literally) nothing, but I mean as far as design of the UI.

That's what I thought about using the extra 800x120 pixels for. The upside here is that those using 800x600 get some extra convience, but the 800x480 users don't miss any real functionality (they would just be hidden off the screen).

-dave
__________________
My pathetic worklog.
CarFrontEnd (now it's own sub-forum!!!!)
iamgnat is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PC Motherboard to 1 amp or 2? hanzacra General Hardware Discussion 5 11-27-2007 03:41 AM
Amp running hot...?? Emerica2843 General Hardware Discussion 5 02-08-2006 06:40 PM
Amp running hot...?? Emerica2843 Car Audio 6 01-29-2006 08:29 PM
vw mk4 monson amp and another amp colorless Car Audio 33 10-03-2005 01:32 PM



All times are GMT -5. The time now is 12:28 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
"VaultWiki" powered by VaultWiki v2.5.2.
Copyright © 2008 - 2009, Cracked Egg Studios.Ad Management by RedTyger
Message Board Statistics