Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development


Reply
 
Share Thread Tools Display Modes
Old 09-12-2007, 08:16 PM   #286
Constant Bitrate
 
Join Date: Jan 2006
Location: Montreal, QC, CA
Posts: 196
enitalp is on a distinguished road
I did my homework :
Button now support optional multiple animated gif.

B,292,533,98,69,"PLAY",
X,POWER,"Play_Start.gif"
X,NORMAL,"Play_Idle.gif"
X,SELECT,"Play_Down.gif"
X,OVER,"Play_MouseOver.gif"
X,IN,"Play_GoIn.gif"
X,OUT,"Play_GoOut.gif"

As i'm not a graphist i don't have any demo of this, i just use some random gif to do my test. (all graphist are welcome).
For more information on this new feature check the skin page on my website.
enitalp is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 11-23-2007, 06:25 PM   #287
Newbie
 
Samon's Avatar
 
Join Date: Apr 2006
Location: Melbourne, Victoria, Australia
Posts: 12
Samon is on a distinguished road
Combine Audio & Video...

Hi enitalp,

Awesome work here! I have been using RR for a bit over a year now and while I love it and the impact it has had on the FrontEnd scene, I have to agree that a full re-write was probably in order. I had always thought using MPlayer rather than Winamp/MPC would be a good way to go, but don't have the time to re-develop my own FE (I'm a VB6/VB.NET developer).

One request... with the same engine (MPlayer) being used for both audio and video.. could they be combined? So I would envision it working like this: you have a single playlist... if the file is an MP3, it plays like usual, with a [VIS] button to show/hide the visualizations (which themselves would work like the current video does... plays where the playlist would be initally, then after X seconds goes full screen... I love this!). If it were a video file, it would autmatically switch to the "VIS" mode, but of course playing the video rather than visualisations.

I ask this because I would love to be able to have a mixture of MP3's and AVI/MPEG/Whatever music video clips (I have quite a lot)... the 'wow' factor when you can have music playing with cool visualizations switch over to a the video clip of the next song and then back to visualizations for the next song is pretty high!

With RR this was not really possible because the playlist was being handled by Winamp, not actually by RR, and they use two different engines for music/video playback, but with EniCar using MPlayer for both, this should not be too hard...

Just a pipe-line suggestion!
Samon is offline   Reply With Quote
Old 11-29-2007, 07:58 PM   #288
GTO
Newbie
 
GTO's Avatar
 
Join Date: Jul 2007
Posts: 54
GTO is an unknown quantity at this point
Any news on Destinator integration?

When that's sorted I'm switching
GTO is offline   Reply With Quote
Old 12-10-2007, 01:57 PM   #289
Newbie
 
Join Date: Nov 2007
Posts: 3
Rockabye74 is an unknown quantity at this point
You mention that source code is available to those that ask for it. I would like to have a copy of the source. I am a C++, C# programmer and would love to tinker. I have already started developing a C# version of a front end that will load RR skins, activate the buttons, play media and a few other features. There are some things being done such as plug-ins that I have never had experience with. Would be great to learn and maybe contribute as time and experience permits.
Rockabye74 is offline   Reply With Quote
Old 03-31-2008, 10:08 PM   #290
Newbie
 
Join Date: Jan 2008
Location: San Francisco
Posts: 22
mpr90 is an unknown quantity at this point
Eni,

I like this FE very much because it's compact and fast (I'm using an AMD Geode LX SBC for my CarPC). RR is very slow on this limited hardware. Do you ever consider splitting up the coding work? I'm fairly capable in C/C++ (lot's of low-level embedded experience) and would be willing to help out here & there if you've got source code posted anywhere.

Also, since mplayer supports AAC files (.M4A) right out of the box, is it possible to allow EniCar to play these files too? Right now, EniCar does not show these files in the audio browser.

Cheers,
MPR.
mpr90 is offline   Reply With Quote
Old 04-02-2008, 08:21 PM   #291
Constant Bitrate
 
Join Date: Jan 2006
Location: Montreal, QC, CA
Posts: 196
enitalp is on a distinguished road
Hi.

So many work, so many time, and a very long winter without my car (and my pc) and there is still too many snow to get the car out from storage.
I put the actual version of the source file (with my .INI that shows the new functionality) on the download page.

Some source need some refactoring because of the many many change i've made. Feel free to do some modifications. My mail is always open.
enitalp is offline   Reply With Quote
Old 04-03-2008, 05:34 AM   #292
Low Bitrate
 
vull's Avatar
 
Join Date: Oct 2007
Posts: 94
vull is an unknown quantity at this point
gonna check this out..
vull is offline   Reply With Quote
Old 05-05-2008, 06:28 AM   #293
Constant Bitrate
 
Join Date: Jul 2005
Posts: 157
Ryann is on a distinguished road
bump?
Ryann is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 09-04-2008, 03:30 AM   #294
Newbie
 
Join Date: Jan 2008
Location: San Francisco
Posts: 22
mpr90 is an unknown quantity at this point
Eni,

I've started a bit of work on the 0.09 source code, making some minor changes to get the feel for it. Here's what I've done so far:
  • Got M4A file playback working (needed to fix a bug in mplayer's itunes metadata extraction)
  • Got CPU usage label working
  • Fixed a bug in label alignment when "SCROLL" flag present
  • Extend vertical clipping region for labels to encompass entire label height like RR does it

I've started looking into the font rendering a bit, because it's almost (but not quite) the same as RR does it. There's some clipping on the vertical that RR doesn't do (I've fixed this) and the horizontal alignment and size are slightly different to RR.

Question for you please is whether you have more current source code than the 3 September version on your site? I'd hate to be working on bugs or features that you've already solved!

Thanks.
mpr90 is offline   Reply With Quote
Old 09-04-2008, 09:52 AM   #295
High Voltage
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,959
blk02si will become famous soon enough
Awesome. More people working on code the better! I think I may dabble myself, have a new skin in the works I would like to run on enicar. Even faster than the shock series.
__________________
Build Things, it keeps your brain busy.

AutoPC v1 (Retired) - AutoPC v2 (in progress) - www.shocknet.us
blk02si is offline   Reply With Quote
Old 09-04-2008, 03:04 PM   #296
Newbie
 
Join Date: Jan 2008
Location: San Francisco
Posts: 22
mpr90 is an unknown quantity at this point
Yeah, it's fun, too! BTW, right now I'm working with the DFX 2.0 skin. It's got lots of RR goodies in it that make this a good challenge to get working!
mpr90 is offline   Reply With Quote
Old 12-13-2008, 06:12 PM   #297
Newbie
 
Join Date: Jan 2008
Location: San Francisco
Posts: 22
mpr90 is an unknown quantity at this point
I've been busy...

Eni - are you still working on this application? It would be good to sync up if you are.

Next steps - implement more "dynamic" commands (like BYIND, SETVARBYCODE), start working on plugins with the goal of being able to use RR Media plugin. Oh, and do all this without slowing it down.
Attached Files
File Type: txt changes.txt (21.7 KB, 44 views)
mpr90 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
REQUEST: Run Multiple RR instances Jarrod Road Runner 33 12-21-2008 08:54 AM
How do I use the Extension Plugin Interface ? guino RR FAQ 0 06-11-2006 06:49 PM
RR doesn't start Phoco on initial load.. DutchBurner Road Runner 16 11-04-2005 02:17 PM
RR Interchange - Update RR via a USB Media Stick Gobby Road Runner 60 10-04-2005 05:48 PM
status update.... 0l33l PowerVoice 17 05-05-2005 01:22 PM



All times are GMT -5. The time now is 11:40 AM.


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