Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Other Cool Front Ends


Reply
 
Share Thread Tools Display Modes
Old 07-08-2004, 05:16 PM   #91
Low Bitrate
 
cyber's Avatar
 
Join Date: Jun 2004
Location: Frozen Tundra
Posts: 105
cyber is on a distinguished road
Yeah that could be done...all that would have to change is the image and the button target. If all the buttons and their corresponding targets were abstracted out of the application and into a configuration file these kinds of changes would be trival to perform.
cyber is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-08-2004, 05:24 PM   #92
Variable Bitrate
 
rgardjr's Avatar
 
Join Date: Oct 2003
Posts: 374
rgardjr is on a distinguished road
Quote: Originally Posted by rgardjr
Downloaded the dll and fired up the program. It built the database, and the program loaded up. When I went to play a song I couldn't browse to the drive where the music is (program on c: mps on d: so I exited the program thinking I just restart headunit.exe. Now I just see a dos window with the following line repeating over and over-
ASSERT: "FALSE" in kernel\qtextengine_win.cpp (698)

O.K. I deleted the database file and let it build a new one and it's playing music now!
rgardjr is offline   Reply With Quote
Old 07-08-2004, 05:47 PM   #93
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
Quote: Originally Posted by cyber
I've browsed through the source and I'm glad to see a high quality coding job (as opposed to a lot of c/c++ code you find on the web)

Thanks!
Quote: Originally Posted by cyber
Anything in general you'd like me to work on/fix NoPistonPC?

I thought you'd never ask! BTW, I agree with pretty much everything you posted so far:
Quote: Originally Posted by cyber
But this is in fact a new and seperate application. If another programs .ini file is used then this project is nothing but a clone of that project and thus limits it. On the other hand, a seperate application could be written to convert mediacar's .ini into headunit configuration format when that is decided on.

Exactly! Such a utility would be a piece of cake to write, and I definitely don't want headunit to be limited by MediaCar. In fact, the only thing limiting it right now is the Skin format of MediaCar. In the future, I'd like to be able to have Artist/Album/Genre based browsing like FrodoPlayer, and other cool features. However, I do agree with Custommx3 that we should make it easy for people to transition their existing MediaCar settings to Headunit.
Quote: Originally Posted by cyber
Yeah that could be done...all that would have to change is the image and the button target. If all the buttons and their corresponding targets were abstracted out of the application and into a configuration file these kinds of changes would be trival to perform.

This is trivial with Qt and it's use of slots and signals. Each app button can be configured via config file to emit a signal containing the name of the app to launch.

cyber, I have checked in all of my code now into CVS. I'd like to get all the buttons working initially. Feel free to fix whatever you think needs fixing. Let me know what you are working on so we don't duplicate our work. When you are ready to merge your code in, if things look good, I'll give you write access to the CVS tree.

Anyone can get the current version and build either a linux or win32 version of the app. For win32, you need the qt-toolkit (PM me for info on how you can get a copy) and the DirectX 9.0 SDK (free from microsoft downloads) and of course Visual Studio. Read the approriate INSTALL file corresponding to your platform.

Rock on!
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)

Last edited by NoPistonPC; 07-08-2004 at 05:50 PM..
NoPistonPC is offline   Reply With Quote
Old 07-08-2004, 05:49 PM   #94
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
Quote: Originally Posted by rgardjr
O.K. I deleted the database file and let it build a new one and it's playing music now!

Awesome!
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
NoPistonPC is offline   Reply With Quote
Old 07-08-2004, 05:58 PM   #95
Newbie
 
Join Date: Jun 2004
Location: Oklahoma
Posts: 42
Hexerei is on a distinguished road
I think being able to change the target of some of the buttons is a good idea. I won't be using the radio button either since this will play through my alpine head unit. Why pay for a FM card when I have a real radio already?

A couple things I'm curious about (still trying to get it to install on my gentoo box so I can't look myself).

1) Will this play DVD files off of my HDD? I want to copy all my concert/music video dvds to the hard drive that way I don't have to take the DVDs with me.

2) How well does it work with SNES/NES roms? Does it require external software? any recommended emulators for linux (havn't set them up in linux yet, only win2k)? Will it bring up a list of games to play or do I have to run the emulator then pick the game?

I hope to get this working soon, right now gentoo is being a pain but hopefully the 512MB stick I got today will speed things up.
Hexerei is offline   Reply With Quote
Old 07-08-2004, 06:05 PM   #96
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
1) Yes, it can play .VOB files off your hard disk (using xine-lib in Linux and InterVideo's WinDVD directshow filter on Windows). You have to rip them to your HD first to remove encryption, etc...

2) Just to clarify... this is not a port of MediaCar so as of yet there is not support for external apps (but that will come very, very soon) and therefore no support for emulator roms. I do believe there are some good emulators available for Linux though so this shouldn't be a problem.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
NoPistonPC is offline   Reply With Quote
Old 07-08-2004, 07:02 PM   #97
Newbie
 
Join Date: Jun 2004
Location: Oklahoma
Posts: 42
Hexerei is on a distinguished road
ok cool. I havn't used media car (or any car pc software for that matter) so I mean to compare features of the two. Just planning out how I want my setup
Hexerei is offline   Reply With Quote
Old 07-08-2004, 07:35 PM   #98
Low Bitrate
 
cyber's Avatar
 
Join Date: Jun 2004
Location: Frozen Tundra
Posts: 105
cyber is on a distinguished road
Quote: Originally Posted by NoPistonPC
In the future, I'd like to be able to have Artist/Album/Genre based browsing like FrodoPlayer, and other cool features.

This should be a breeze since this player's library is db based...just change the query and there you go P.S. I'm STILL waiting for qt to build...
cyber is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 07-08-2004, 10:43 PM   #99
Phat Boy
 
Pudge's Avatar
 
Join Date: Sep 2003
Location: AZ
Posts: 1,007
Pudge is on a distinguished road
Yea takes a looong time. Longer if your SQLite plugin doesn't install.
__________________
My Carputer! (More Car Pics at the end)
2 Kicker Comp 10"
Epia M-9000, 256 MB DDR, 120 Gig HD
Lilliput 7" VGA Touchscreen
Check it out?!
Pudge is offline   Reply With Quote
Old 07-09-2004, 02:04 AM   #100
Constant Bitrate
 
Join Date: Jul 2004
Posts: 208
momanz is on a distinguished road
Testing headunit

NoPisonPC,

So the skin finally showed up on SF and I now have it installed (linux installation). I've been playing around with the software and it's usable. I haven't figured out yet how to remove songs from the playlist editor (has this been implemented?). Attached is a list of "observations" I've made using the software for about an hour. I'd like to help out with testing the software but unfortunately I have no talent coding and I'm going to be away from my system for about 6 weeks so... I'm really hoping you don't lose interest.

I'll be around for another week so I'll continue to send my comments as issues arise.

Is there any chance of you implementing the radio controls next. I just got my Dlink usb radio and I'd like to use it with the software. Check your PM for the list of obsevations.

-momanz
momanz is offline   Reply With Quote
Old 07-09-2004, 02:14 AM   #101
Newbie
 
Syridian's Avatar
 
Join Date: Jul 2004
Posts: 7
Syridian is on a distinguished road
Looks cool...

Mind if I ask what software dependancies it has? Will it run on a micro install of Linux, such as http://womp.sourceforge.net ?
Syridian is offline   Reply With Quote
Old 07-09-2004, 02:22 AM   #102
Maximum Bitrate
 
mobileh1's Avatar
 
Join Date: Apr 2004
Location: San Francisco
Posts: 454
mobileh1 is on a distinguished road
If anyone wants to use this with mysql, here are the instructions:

change driver to: QMYSQL#
change the create table SQL to make the primary key (ID) and AUTO_INCREMENT datatype, otherwise you will only see one song in the playlist... The duplicate key (0 when not auto incrementing) will go unseen.

Thats about it.
__________________
.//Daren
(Epia M10000/C134) (C137/MII 10000) Liliput /Opus 150W/DVD/512MB/80GB/Hummer H1
MediaCar/CoPilot7/Routis
mobileh1 is offline   Reply With Quote
Old 07-09-2004, 03:41 AM   #103
Newbie
 
Join Date: Nov 2001
Posts: 44
vxr666
NOPistonPC is it possible to have a button on the main screen for Air Condition when the button is pressed it brings up a new menu with the AC controlls.

the controls are 9 buttons and 3 slides or buttons when any of the buttons it would controll the AC unit.

i will build the circuit and will make the code for it will it be possible to empliment it.


Thank you for the good work
vxr666 is offline   Reply With Quote
Old 07-09-2004, 09:18 AM   #104
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
Quote: Originally Posted by momanz
NoPisonPC,

So the skin finally showed up on SF and I now have it installed (linux installation). I've been playing around with the software and it's usable. I haven't figured out yet how to remove songs from the playlist editor (has this been implemented?). Attached is a list of "observations" I've made using the software for about an hour. I'd like to help out with testing the software but unfortunately I have no talent coding and I'm going to be away from my system for about 6 weeks so... I'm really hoping you don't lose interest.

I'll be around for another week so I'll continue to send my comments as issues arise.

Is there any chance of you implementing the radio controls next. I just got my Dlink usb radio and I'd like to use it with the software. Check your PM for the list of obsevations.

-momanz

Luckily, I happen to have a Dlink usb radio laying around. I'll see what I can do. Thanks for testing it out and providing comments.

Quote: Originally Posted by Syridian
Looks cool...

Mind if I ask what software dependancies it has? Will it run on a micro install of Linux, such as http://womp.sourceforge.net

That's a good question. I sure hope it does. Off the top of my head, I think the dependencies are: Qt-3.3.2, xine-lib, sqlite, alsa or oss, and sdl. Let me know how it works out for you.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
NoPistonPC is offline   Reply With Quote
Old 07-09-2004, 09:21 AM   #105
Variable Bitrate
 
NoPistonPC's Avatar
 
Join Date: Apr 2004
Location: Boston
Posts: 360
NoPistonPC is on a distinguished road
Quote: Originally Posted by vxr666
NOPistonPC is it possible to have a button on the main screen for Air Condition when the button is pressed it brings up a new menu with the AC controlls.

the controls are 9 buttons and 3 slides or buttons when any of the buttons it would controll the AC unit.

i will build the circuit and will make the code for it will it be possible to empliment it.


Thank you for the good work

That's a great idea. The whole point of open sourcing this thing up is so people can do special mods like the one you describe. Unfortunately, there is a long list of other more basic things that I need to work on first, but you are welcome to take the current source and modify it for your needs. If you get something working, let me know and I can add it to the CVS tree.
__________________
1994 RX-7, EPIA P4-ITX w/ Celeron 2.4 Ghz, Arise PSU, Xenarc 700TSV (new model)
NoPistonPC 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
CarPC sound through car speakers without a headunit?, how? DSM97RS Car Audio 40 07-03-2006 07:38 AM
More Fuel to the Fire (New Frontend Software Screenshots) qjones Other Cool Front Ends 82 10-20-2005 04:38 PM



All times are GMT -5. The time now is 03:48 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