Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
09-16-2007, 06:56 AM
|
#31
|
|
Variable Bitrate
Join Date: Aug 2005
Location: Little Elm, Texas
Vehicle: 1999 Dodge Dakota
Posts: 401
|
Eni, and Guino are you going to give it a go as a team? You two are so modest.
Maybe CDR would be onboard for graphics?
I just figure if you have the best working together on one piece of sofware the end product could be simply amazing.
__________________
Setup:
Dynaudio 240GT
PPI PC4100, PPI PC2350
Zapco DSP6
ADS DAC
Testing new board (Albatron KI690-AM2)
"I dont know if complaints were filed, or mistakes were made, but feelings were hurt." -Krystal Washington
|
|
|
09-17-2007, 07:40 AM
|
#32
|
|
Constant Bitrate
Join Date: Jan 2006
Location: Montreal, QC, CA
Vehicle: 2005/Ford/Mustang GT
Posts: 196
|
Since the beginning of EniCar we cooperate. In secret we both want to rule the world. Here's a picture of me and guino.
it's up to you to guess witch is guino witch is eni.
More seriously i'm open to anything (nsj).
EDIT : for people who do not know : http://www.youtube.com/watch?v=iJPFSNu_QNs
|
|
|
09-20-2007, 11:31 AM
|
#33
|
|
Maximum Bitrate
Join Date: Jun 2006
Location: Houston, TX
Posts: 776
|
so when is the the new release coming out
|
|
|
09-20-2007, 05:56 PM
|
#34
|
|
Constant Bitrate
Join Date: Jan 2006
Location: Montreal, QC, CA
Vehicle: 2005/Ford/Mustang GT
Posts: 196
|
This week i focus on my work as next week i'm off, so plenty of time to work on EniCar.
Hopping to release a new version at this time if i'm able to finish all the thing i want for this new version.
|
|
|
09-27-2007, 07:08 AM
|
#35
|
|
Low Bitrate
Join Date: Jan 2006
Location: Germany
Vehicle: VW GOLF IV
Posts: 69
|
Hi Eni,
I wanted to test your app but got only an errormessage during load of enicar...
I put it in C:\enicar configured the ini and wanted it to work with your provided MC2.0-skin!
But the only thing i get was:
AppName: enicar.exe AppVer: 0.0.0.0 ModName: enicar.exe
ModVer: 0.0.0.0 Offset: 00042daf
the log only shows:
EniCar started
0.000 Start Register Command
0.015 End Register Command
0.015 Start Reader init
0.015 End Reader init
0.015 Start Read enicar.ini
0.015 End Read enicar.ini
0.015 Start Read general.ini
0.015 End Read general.ini
0.015 load splash.jpg
0.078 Starting GPS
0.109 Start Cache Media
0.109 Stat Read Audio Cache
0.109 No Aduio Cache Present
0.109 Start cache subdir mp3
Did i forget something?? Any help appreciated! Since your app is in C++ i thought of installing my Swishmax again cause flash-skinning for RR is really slow.....
Greetz
Supergong
|
|
|
09-27-2007, 07:33 PM
|
#36
|
|
Constant Bitrate
Join Date: Jan 2006
Location: Montreal, QC, CA
Vehicle: 2005/Ford/Mustang GT
Posts: 196
|
Quote: Originally Posted by Supergong 
Hi Eni,
I wanted to test your app but got only an errormessage during load of enicar...
I put it in C:\enicar configured the ini and wanted it to work with your provided MC2.0-skin!
But the only thing i get was:
AppName: enicar.exe AppVer: 0.0.0.0 ModName: enicar.exe
ModVer: 0.0.0.0 Offset: 00042daf
the log only shows:
EniCar started
0.000 Start Register Command
0.015 End Register Command
0.015 Start Reader init
0.015 End Reader init
0.015 Start Read enicar.ini
0.015 End Read enicar.ini
0.015 Start Read general.ini
0.015 End Read general.ini
0.015 load splash.jpg
0.078 Starting GPS
0.109 Start Cache Media
0.109 Stat Read Audio Cache
0.109 No Aduio Cache Present
0.109 Start cache subdir mp3
Did i forget something?? Any help appreciated! Since your app is in C++ i thought of installing my Swishmax again cause flash-skinning for RR is really slow.....
Greetz
Supergong
It seems to have a problem parsing you mp3 folder.
Can you send me you enicar.ini ?
|
|
|
09-28-2007, 06:56 AM
|
#37
|
|
Low Bitrate
Join Date: Jan 2006
Location: Germany
Vehicle: VW GOLF IV
Posts: 69
|
Here is my ini-file and thx for your response.
Code:
// The folder where your skin are
SKIN_DIR=c:\enicar\skins\
// the folder name of the skin
SKIN_NAME=MC2.0
SKINCACHE=0 // by default 0 false
MEDIACACHE=0 // by default 0 false
// folder where your mp3 are
MUSIC_DIR=e:\mp3z
// folder where your video are
VIDEO_DIR=e:\video
// when doing nothing video window will go full screen after the time specified in second
VIDEO_IDLE_FULLSCREEN=5.0
// is video player is able to go automaticly full screen 1= true 0= false
VIDEO_CAN_IDLE=0
// *****************************************
// GPS PART
// *****************************************
// GPS ID
// 1 IGuidance 3.0
// 1 IGuidance 2.x
// 2 Destinator etc... No use for the instant
GPS_SOFTWARE_ID=2
// GPS exe
GPS_SOFTWARE_PATH=e:\
// GPS Xport port. (default -1 none)
GPS_PORT=-1
// DisableVideoSpeed after witch speed the video should be disabled. -1 to don't care
// don't put 1 or even when the car don't move you will get possibly flashing video as
// even when the car don't move gps could give you a speed of 1 or 2 km/h so put a higher threshold
DISABLEVIDEOSPEED=-1
// Need to remove iguidance window title bar ? (default true)
IG_REMOVE_TITLE=1
// Need to remove iguidance menu (default true)
IG_REMOVE_MENU=1
// Need to remove the status bar (default true)
IG_REMOVE_STATUS=1
// Need to remove the toolbar (default true)
IG_REMOVE_TOOLBAR=1
Edit: Got it working now with different-folders....but it crashes if i put my whole music-directory in....will try more folders now to see what characters or other file-extensions will crash enicar!
BTW...is there a list or something like a reference what commands and features enicar currently supports??
Last edited by Supergong : 09-28-2007 at 07:27 AM.
|
|
|
09-28-2007, 07:50 AM
|
#38
|
|
Low Bitrate
Join Date: Jan 2006
Location: Germany
Vehicle: VW GOLF IV
Posts: 69
|
Hey Eni,
tested my music now and everything works fine but 2 of my album-folders keep crashing enicar....there is nothing different with these 2 folders...the other 200 folders work perfect with enicar! Perhaps its "Terranova" and "Archive" which you dont like and hardcoded enicar to not work with these artists :P lol....
|
|
|
09-28-2007, 04:45 PM
|
#39
|
|
Constant Bitrate
Join Date: Jan 2006
Location: Montreal, QC, CA
Vehicle: 2005/Ford/Mustang GT
Posts: 196
|
Nothing is hardcoded in matter of mp3 file. peharps it's the content of the folder that make it crash.
Feature & command. hmmm. i could make that.
|
|
|
10-03-2007, 07:03 AM
|
#40
|
|
Maximum Bitrate
Join Date: Jun 2006
Location: Houston, TX
Posts: 776
|
Hey enitalp does shuffle work and repeat. Trying to use it but it doesn't shuffle. also are you going to embedded freefone into the program for use with cell phones. it will be a great add-on. What about Visualization?
|
|
|
10-04-2007, 06:43 AM
|
#41
|
|
Constant Bitrate
Join Date: Jan 2006
Location: Montreal, QC, CA
Vehicle: 2005/Ford/Mustang GT
Posts: 196
|
Quote: Originally Posted by tn6478 
Hey enitalp does shuffle work and repeat. Trying to use it but it doesn't shuffle. also are you going to embedded freefone into the program for use with cell phones. it will be a great add-on. What about Visualization?
Shuffle and repeat are not coded.
I can add freefone in the to do list.
Visualization are definitivly in MY todo list, but prior to that i have to make mplayer working my way. as for the instant it's an external app.
Working a lot on the next version.
|
|
|
10-04-2007, 11:40 AM
|
#42
|
|
Maximum Bitrate
Join Date: Jun 2006
Location: Houston, TX
Posts: 776
|
cool looking forward to it
|
|
|
11-23-2007, 06:33 PM
|
#43
|
|
Newbie
Join Date: Mar 2006
Posts: 21
|
Hi Eni
Just downloading Enicar and would like to cast my eyes over the source, I am currently learning to use C# more effectivley and it would be interesting to look over you code and see if I could help you sort it out as c++ is my main coding background  I can also help out with the skinning side of things as my other hobby is graphic design, do you have PSD files for the skins as I think this would really boost the speed and quality of skinning Enicar 
Last edited by monzablue16v : 11-23-2007 at 06:47 PM.
|
|
|
11-29-2007, 07:24 PM
|
#44
|
|
Constant Bitrate
Join Date: Nov 2004
Location: PA
Vehicle: 98 Honda CRV
Posts: 143
|
It may be a bit late in the game for this request but have you considered using a media player other than winamp? Such as foobar for example? Foobar is faster and much more robust then winamp, not to mention the sound quality is superior. The speed would match nicely with the speedy C++ code you've generously been writing. Please consider it. 
|
|
|
12-01-2007, 01:56 AM
|
#45
|
|
Newbie
Join Date: Jul 2006
Location: Nevada ,MO
Vehicle: 2002/Honda/Civic
Posts: 30
|
He's not using winamp, he's using mplayer.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| 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
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| EniCar the RR Clone |
enitalp |
Software & Software Development |
292 |
05-05-2008 05:28 AM |
| EniCar the RR Clone |
enitalp |
Road Runner |
18 |
01-19-2007 12:46 AM |
All times are GMT -5. The time now is 02:41 AM.
|
|