|
 |
|
07-12-2006, 04:58 PM
|
#331
|
|
AMP Creator
Join Date: Jun 2006
Posts: 454
|
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.
__________________
-
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
07-12-2006, 05:20 PM
|
#332
|
|
CarFrontEnd Creator
Join Date: Jul 2004
Location: NoVA
Posts: 867
|
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
|
|
|
07-12-2006, 05:37 PM
|
#333
|
|
AMP Creator
Join Date: Jun 2006
Posts: 454
|
;-)
__________________
-
|
|
|
07-12-2006, 05:58 PM
|
#334
|
|
Newbie
Join Date: Mar 2006
Posts: 10
|
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 ).
|
|
|
07-12-2006, 06:29 PM
|
#335
|
|
AMP Creator
Join Date: Jun 2006
Posts: 454
|
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)
__________________
-
|
|
|
07-12-2006, 11:35 PM
|
#336
|
|
CarFrontEnd Creator
Join Date: Jul 2004
Location: NoVA
Posts: 867
|
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
|
|
|
07-13-2006, 02:48 AM
|
#337
|
|
Low Bitrate
Join Date: May 2004
Location: The Netherlands
Posts: 110
|
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?
|
|
|
07-13-2006, 02:53 AM
|
#338
|
|
Constant Bitrate
Join Date: Apr 2006
Location: California
Posts: 191
|
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..
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
07-13-2006, 10:34 AM
|
#339
|
|
AMP Creator
Join Date: Jun 2006
Posts: 454
|
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.
__________________
-
|
|
|
07-13-2006, 11:23 AM
|
#340
|
|
Low Bitrate
Join Date: Dec 2005
Location: Kentucky
Posts: 78
|
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..
|
|
|
07-13-2006, 11:32 AM
|
#341
|
|
AMP Creator
Join Date: Jun 2006
Posts: 454
|
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.
__________________
-
|
|
|
07-13-2006, 11:49 AM
|
#342
|
|
AMP Creator
Join Date: Jun 2006
Posts: 454
|
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..
|
|
|
07-13-2006, 11:55 AM
|
#343
|
|
Variable Bitrate
Join Date: Feb 2006
Location: In a van down by the river!
Posts: 226
|
You are the man!! On a side note...I kinda like the animations, but I guess its personal preference.
Thanks Again
|
|
|
07-13-2006, 12:32 PM
|
#344
|
|
CarFrontEnd Creator
Join Date: Jul 2004
Location: NoVA
Posts: 867
|
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
|
|
|
07-13-2006, 12:37 PM
|
#345
|
|
CarFrontEnd Creator
Join Date: Jul 2004
Location: NoVA
Posts: 867
|
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
|
|
|
|
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 12:28 PM.
| |