The MP3car.com Store  

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.

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

Reply
 
Thread Tools Display Modes
Old 06-30-2005, 10:34 AM   #1
gbr
Newbie
 
Join Date: Jun 2005
Posts: 37
My Photos: (0)
Movin'Media (update October 14, 2005)

UPDATES:
October 14, 2005

I felt bad about taking so long between releases, so here is version 0.06 WIP
  • song title now smooth scrolls (with a bit of flicker)
  • playlist generation works much better
  • builds playlists for non-tagged/non mp3 files
  • initial database build is faster
  • theme updated for higher contrast
  • startup screen
  • bug fixes

Playlists for non-tagged/non mp3 files is really geared towards the way I lay out my directorys. For example, if the directory the file is in is:

g:\music\Clannad\Themes\song.mp3

Movin'Media will name the song 'song', the album 'Themes', and the artist 'Clannad'.

download
Windows: movinmedia-setup-0.06-WIP.exe
Linux : Not available

(and yes, source WILL be available)

* Please send me any bug reports, and feature suggestions. I'm using this in my vehicle now, and it does what I want so far. If you want something different, I'll need to know.

================================================== ======

July 27, 2005

Here is version 0.06
  • bug fixes - there should be no more 'crashing' bugs left
  • when browsing playlists, browsing an artist specific directory and going back now works correctly
  • larger fonts in theme
  • all screens and music list are now pre-loaded

Adding launchable applications:
the carpc.ini file needs to be edited:

[apps]
app1name=xterm
app1exe=/usr/bin/xterm

app3name= firefox
app3exe=firefox

download
Windows: movinmedia-setup-0.06.exe
Linux : movinmedia-setup-0.06.tar.gz

I see I forgot to upload the Linux version last time. I'll do better this time.

I'm on holidays. There will be no updates before I come back. Heres what I'm currently working on:
  • Cleaning up source to make it available to all
  • docs for creating skins
  • install docs
  • Mac version... should be really straight forward
  • skip/repeat song buttons
  • song shuffling
  • (for the previous two items) I'm running out of screen real estate, anybody with skin creation experience want to lend a hand?
  • If anyone wants to chuck a USB or serial GPS my way, I'll get moving on that.
  • remembering stuff between shutdowns (I can't seem to hibernate my Linux box yet)


* Please send me any bug reports, and feature suggestions. I'm using this in my vehicle now, and it does what I want so far. If you want something different, I'll need to know.

================================================== ======

July 22, 2005

Here is version 0.05.

  • better error checking
  • themes now have a clock
  • default theme more car friendly
  • apps button added
  • there are some apps in the carpc.ini file already
  • you can have up to 200 apps
  • apps may change from the ini file to the database in the future
Windows: movinmedia-setup-0.05.exe
Linux : Not available yet

The Linux version will be up this evening.

I'm going on holidays starting Wednesday July 28. There may be another update before then, but no promises. Heres what I'm currently working on:
  • pre-initialize all screens (slower startup, faster runtime response)
  • docs for creating skins
  • install docs
  • Mac version... should be really straight forward
  • skip/repeat song buttons
  • song shuffling
  • (for the previous two items) I'm running out of screen real estate, anybody with skin creation experience want to lend a hand?
  • If anyone wants to chuck a USB or serial GPS my way, I'll get moving on that.

================================================== ======

July 15, 2005

Correct Link..

Windows: Not available
Linux : Download Version 0.04

The Linux file is just a tar'd directory. Unzip and untar it, and running movinmedia. It has a ton of library dependencies, which I'm working on minimizing. A standard gnome/gtk2 install should work. Two of the oddballs may be libid3 and libsqlite (version 2)

================================================== ======

July 14, 2005

Version 0.04

We are pretty much feature complete for version 1.00, although some bugs remain. Version 2.00 will be some sort of GPS support.
  • linux alpha blending now works (3)
  • slight modification to text labels
  • better looking resize (1)
  • toggle buttons (2)
  • font scaling (1)
  • scrolls text that won't fit into a label

(1) The default skin is 800x600, but setting the resolution in the carpc.ini file will scale the skin and fonts to any size you want. Font scaling is okay, but may need hand tweaking in the screen.ini file.

(2) The front and rear music selection buttons indicate the current state.

(3) I'll be packaging up the linux version this weekend.

Bugs: After the initial start, when we build our database, Movin'Media hangs and crashes. The database is okay, so just restart Movin'Media and all is well.

Windows: bad link removed

I haven't had too much feedback on this, so I'm hoping for some this time around.

Current GPS Status: The default skin will show a GPS button. Clicking this button simply launches the application specified in carpc.ini

================================================== ======
July 11, 2005

All the old features, plus:
  • full playlist (m3u) support
  • playlist generation
  • better conversion of mediacar skins
  • new default skin (see screen shots)
  • labels
  • better list control

display bug: If you specify (in the ini file) your screen size to be exactly the same size as your background, the png alpha transparency fails. The new default skin is 800x600, but the ini files specifies the size as 800x599, in order to get a proper display.

The screen shots below have been updated to match the default skin.

** OOPS **
Just noticed with this, rear audio will not work. Rear video is fine. Argh!


Windows: Not available
================================================== ======

July 4, 2005

All the old features, plus:
  • plays cd's front and back
  • music: mp3, aac, ac3, wma, ogg, mp4
  • video: whatever mplayer plays
  • song and video lists are now skinned
  • better conversion of mediacar skins (it's still not great)

If you have a skin you want converted, send it my way, and I'll see what I can do. No promises.

The Linux version should be available later this week.

The attached images are still the old ones.


Windows: Not available

================================================== ======

ORIGINAL
Hi,

I looked at some of the frontends available, and didn't find one that did exactly what I needed, so I wrote my own.

My specific need that wasn't covered, was that I needed to have 2 separate displays and 2 separate audio outputs. I wanted the front display and sound tied together, and the rear display and sound tied together. That way, I could listen to my tunes, while the kids in the back seat could listen to thier own tunes, or watch a video.

This program is written in C++ using wxWidgets as the base. In order to get cross-platform audio and video, I started using mplayer.

I'm not much of an artist, so my skin is pretty bad. I've attached some images for you to see.

I've written a convertor for MediaCar skins, but it's not great. I've also attached some images of that. I'm not sure I'll too much futher with the convertor, since it doesn't have all the functionality I need, and I had to hack someof the code to get it all working.

What works:
play music front and back
play video front and back
play dvd front and back
m3u playlist support

What doesn't work
gps
cd player

Currently works only with mp3s, but almost any video format.

Anyway, it's up here for your perusal. Let me know what you think. If anybody wants to make a nice skin for it, let me know!

Gerald

Last edited by gbr : 10-14-2005 at 12:42 PM. Reason: updates
gbr is offline   Reply With Quote
Sponsored Links
Old 06-30-2005, 10:46 AM   #2
gbr
Newbie
 
Join Date: Jun 2005
Posts: 37
My Photos: (0)
Here is another mediacar style image

Also attached is the Windows installer. I'll try to package up the Linux stuff into a tar file later (my car computer runs Linux).

If anybody knows how to force mplayer to use different audio cards and displays under Windows, let me know!

Also, the images uploaded have window borders on them, which is an option in the carpc.ini configuration file.

As you can see from the images, not everything is skinned yet... yet!

The setup.exe file can be downloaded from (edited: download link in first message)

The download is 5 MB, with my skin, and a badly converted mediacar skin.

Last edited by gbr : 07-18-2005 at 04:41 PM.
gbr is offline   Reply With Quote
Old 06-30-2005, 06:53 PM   #3
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
My Photos: (0)
Cool... are you going to try something like using FreeDrive with Wine on linux?

or are you going to dev your own based on the d3 sdk with wine? (Apparently it is almost at a working point from previous tests by other developers)...

I think linux would be a much "smoother" alternative for CarPCs
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Old 06-30-2005, 07:22 PM   #4
Super Moderator
xBrady's CarPC Specs
 
xBrady's Avatar
 
Join Date: Apr 2004
Location: USA
Vehicle: 1999/Volvo/S80
Posts: 4,568
My Photos: (1)
Good work, that's a very good idea to have two differant audios and videos.
__________________
AMD XP 2600+/512MB RAM/120GB hard drive
Opus 150W/DVD/GPS/7" Lilliput TS/802.11g/Bluetooth
Installed.


-GPSSecure- - GPS Tracking
-AltTabber2.2.2- - Handy touchscreen utility.
xBrady is offline   Reply With Quote
Old 06-30-2005, 09:08 PM   #5
gbr
Newbie
 
Join Date: Jun 2005
Posts: 37
My Photos: (0)
Quote: Originally Posted by RoyN
Cool... are you going to try something like using FreeDrive with Wine on linux?

Honestly, I haven't thought about GPS yet. I'd like to have something integrated, but my Garmin IQue 3600 works pretty good.

Quote:
or are you going to dev your own based on the d3 sdk with wine? (Apparently it is almost at a working point from previous tests by other developers)...

I won't be developing my own GPS software, definately integrate someone elses. Where can I find freedrive?

Quote:
I think linux would be a much "smoother" alternative for CarPCs

So far, the Linux one seems smoother to me. It's also the one I use all the time. Both work exactly the same, except that I'm not sure how to get video and audio out to alternates.

Gerald
gbr is offline   Reply With Quote
Old 06-30-2005, 09:09 PM   #6
gbr
Newbie
 
Join Date: Jun 2005
Posts: 37
My Photos: (0)
Quote: Originally Posted by xBrady
Good work, that's a very good idea to have two differant audios and videos.

Thanks!
gbr is offline   Reply With Quote
Old 07-01-2005, 03:00 PM   #7
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
My Photos: (0)
If FreeDrive would work on linux, I'd switch right away

www.freedrive.co.uk
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Old 07-04-2005, 10:35 AM   #8
Constant Bitrate
 
forevertheuni's Avatar
 
Join Date: Jul 2004
Location: Portugal,Mealhada
Vehicle: 1996 Honda Civic 1.5
Posts: 132
My Photos: (0)
Quote: Originally Posted by RoyN
If FreeDrive would work on linux, I'd switch right away

www.freedrive.co.uk

have you rtried wine/cedega/crossover wine? or vmware?try to emulate a windows and work with that kind of apps in there..has soon I have a good frontend for linux is what I'm going to do
__________________
In a world without Gates and Windows there are no fences or walls!!
forevertheuni is offline   Reply With Quote
Old 07-11-2005, 04:27 PM   #9
gbr
Newbie
 
Join Date: Jun 2005
Posts: 37
My Photos: (0)
- updates posted in first message
gbr is offline   Reply With Quote
Old 07-11-2005, 08:25 PM   #10
Constant Bitrate
 
forevertheuni's Avatar
 
Join Date: Jul 2004
Location: Portugal,Mealhada
Vehicle: 1996 Honda Civic 1.5
Posts: 132
My Photos: (0)
aahhh what about the linux version?lool
__________________
In a world without Gates and Windows there are no fences or walls!!
forevertheuni is offline   Reply With Quote
Sponsored Links
Old 07-11-2005, 08:29 PM   #11
Raw Wave
 
RoyN's Avatar
 
Join Date: Sep 2004
Location: São Paulo, Brazil
Vehicle: 1999 Range Rover 4.6HSE
Posts: 3,534
My Photos: (0)
I dont want to run a full vmware, that is out of the question... if I have to do that than I'll just run a dedicated windows carpc... no advantage from running linux...

if we can get wine or soemthing to run freedrive quickly enough and it works well than that is a different storry...
__________________
Roy

2005 Range Rover 4.4
Any ideas for putting a PC in this? :)
RoyN is offline   Reply With Quote
Old 07-12-2005, 07:34 AM   #12
Constant Bitrate
 
forevertheuni's Avatar
 
Join Date: Jul 2004
Location: Portugal,Mealhada
Vehicle: 1996 Honda Civic 1.5
Posts: 132
My Photos: (0)
lol sure..if I get mapmonkey to work that's the prob..they don't make the .so's for linux....infomap navigator works..but I thinks the .so is not avaiable too
__________________
In a world without Gates and Windows there are no fences or walls!!
forevertheuni is offline   Reply With Quote
Old 07-12-2005, 08:39 AM   #13
gbr
Newbie
 
Join Date: Jun 2005
Posts: 37
My Photos: (0)
Quote: Originally Posted by forevertheuni
aahhh what about the linux version?lool

I actually run the linux version. Right now there is a problem with alpha blending the png files under linux. Once I have that done (this week), I'll post a linux version. (Statically linked, so the executable will be big)

Gerald
gbr is offline   Reply With Quote
Old 07-12-2005, 11:39 AM   #14
Constant Bitrate
 
forevertheuni's Avatar
 
Join Date: Jul 2004
Location: Portugal,Mealhada
Vehicle: 1996 Honda Civic 1.5
Posts: 132
My Photos: (0)
hmm you aren't giving the source?btw can u put a GPS button to embedd in the frontend a choosen aplication?
__________________
In a world without Gates and Windows there are no fences or walls!!
forevertheuni is offline   Reply With Quote
Old 07-12-2005, 01:32 PM   #15
gbr
Newbie
 
Join Date: Jun 2005
Posts: 37
My Photos: (0)
Quote: Originally Posted by forevertheuni
hmm you aren't giving the source?btw can u put a GPS button to embedd in the frontend a choosen aplication?

Hi,

1. Source eventually, prob GPL. It's not quite ready for the world.
2. The default skin has a GPS button, but the code doesn't have it link to anything yet (and it's commented out in the screen.ini file)
gbr is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Possible EPIA distro for Linux, Can we make one? adamis Software & Software Development 15 02-23-2005 05:50 PM
Linux Login, UPS and Linux Touch Screen polc1410 Newbie 5 02-11-2005 10:43 AM
The LOW Risk Linux Adventure... grepzen Software & Software Development 13 11-08-2004 09:12 PM
Linux help churnopol General MP3Car Discussion 3 04-24-2003 06:35 AM
PS2 Linux -- check it out Superfly General Hardware Discussion 7 03-21-2003 11:11 PM


All times are GMT -5. The time now is 04:55 PM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics