|
 |
|
11-02-2005, 10:56 AM
|
#76
|
|
Constant Bitrate
Join Date: Feb 2005
Location: Michigan
Posts: 189
|
USB music
I can't consistenly get CF to detect USB media. Sometimes it works and sometimes it doesn't. Also, when I try to switch to a USB playlist from HD, it never switches.
|
|
|
|
|
|
Advertisement
|
Sponsored links
|
11-02-2005, 06:47 PM
|
#77
|
|
Constant Bitrate
Join Date: Aug 2004
Location: Black Hills, SD
Posts: 119
|
I have noticed some ext. apps when closed only close the program and not the centrafuse embedded area, which sometimes makes it so I can only view that even if switching between other areas. Other times seems to be fine when closing the program.
__________________
Hardware: VIA Epia MS 12000, 512 DDR, 60GB HD, 7" Xenarc, GM-210, Wi-Fi, Bluetooth, Radio Xtreme
Software: Centrafuse2, Phonecontrol.net, nLite, TopoUSA 5.0, iGuidance, Girder, Winc
|
|
|
11-02-2005, 08:17 PM
|
#78
|
|
FLAC
Join Date: Jun 2002
Location: Virginia
Posts: 1,438
|
David,
Following the instructions in your earlier posts, I have removed the Navigator plugin from the plugins portion so I can continue to use my GPS receiver with IGuidance. The only problem is that CF automatically reloads the plugin every time I restart CF. Is there a way to keep CF from automatically reloading the Navigator plugin when CF starts?
|
|
|
11-02-2005, 10:17 PM
|
#79
|
|
VENDOR - Centrafuse
Join Date: Apr 2004
Posts: 5,041
|
Quote: Originally Posted by kbreeden
David,
Following the instructions in your earlier posts, I have removed the Navigator plugin from the plugins portion so I can continue to use my GPS receiver with IGuidance. The only problem is that CF automatically reloads the plugin every time I restart CF. Is there a way to keep CF from automatically reloading the Navigator plugin when CF starts?
I noticed this... it's the default windows installer setting to detect missing files and add them back... I will get this fixed...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
11-02-2005, 11:21 PM
|
#80
|
|
Raw Wave
Join Date: Apr 2005
Posts: 2,705
|
Quote: Originally Posted by kbreeden
David,
Following the instructions in your earlier posts, I have removed the Navigator plugin from the plugins portion so I can continue to use my GPS receiver with IGuidance. The only problem is that CF automatically reloads the plugin every time I restart CF. Is there a way to keep CF from automatically reloading the Navigator plugin when CF starts?
OK, now that is a MAJOR bug right there. I will choose not to ahve this installed on my Carputer until fixed. I was OK with the other issues, but this one can't be ignored
Still loving 1.5 though!!!
|
|
|
11-02-2005, 11:31 PM
|
#81
|
|
FLAC
Join Date: Jun 2002
Location: Virginia
Posts: 1,438
|
Quote: Originally Posted by justintime
OK, now that is a MAJOR bug right there. I will choose not to ahve this installed on my Carputer until fixed. I was OK with the other issues, but this one can't be ignored 
I'm trying to figure out if that's a sarcastic response to my post. This is a pretty big issue for me because it messes up my GPS receiver.
|
|
|
11-02-2005, 11:47 PM
|
#82
|
|
FLAC
Join Date: Nov 2001
Location: Illinois
Posts: 1,162
|
Quote: Originally Posted by alti
shutdown and restart dont work either with centrafuse set as shell or with explorer as shell
hibernate and standby do.
Yeah, this is a pain in the ***. Have to exit out of CF, then shutdown thru windows or another frontend. Lol....
I mean, this is major - can you fix this and shoot out another updated version of CF or something?
__________________
www.mobile-effects.com
Free file hosting, picture gallery hosting for installs, PM me.
Internet's first Front End Skin browser, featured installs, downloads, links, informative articles - all free to registered users.
|
|
|
11-03-2005, 07:37 AM
|
#83
|
|
Raw Wave
Join Date: Apr 2005
Posts: 2,705
|
Sarcasm? Hell, no. I'm serious... if I cannot get my GPS to work/launch reliably, there no way I am putting this in my car.
Quote: Originally Posted by kbreeden
I'm trying to figure out if that's a sarcastic response to my post. This is a pretty big issue for me because it messes up my GPS receiver.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
11-03-2005, 08:29 AM
|
#84
|
|
Rub One Out
Join Date: Apr 2004
Location: Hertfordshire, England, Earth, Solar System
Posts: 919
|
When setting CF to 800x480 in the settings, the right hand side of most windows (GPS, Media etc.) are cut or not lined up properly. CF 1.4 worked perfectly in 800x480.
__________________
CarPC status: iPod, 3,456,217 songs so **** you
|
|
|
11-03-2005, 08:57 AM
|
#85
|
|
Maximum Bitrate
Join Date: Nov 2003
Location: Mountain View, CA
Posts: 485
|
solution for tag reading?
I might have some insight with the corrupted artist names and such. It's not a display problem, I looked in the data file and those strings (artist, album, etc.) aren't right in there, so I think it's in the tag parsing code.
I played around with a tag editor and I think I now have a sample of the same song file with "broken" tags and "working" tags
"broken" = CF parses it wrong
"working" = CF parsed it correctly
My guess is the CF doesn't handle Unicode ID3 tags correctly. It's just a hunch, but I've been bitten by this type of problem before, and when I diffed the broken and working files the tag characters looked like some sort of wide-chararacter strings rather than plain old c strings. Things like strlen, and such just don't work with Unicode strings. But, the tags almost parse correctly so I'm guessing veetid tried to do unicode support but is assuming 1 byte = 1 character in at least one spot still.
I'm using "Tag and Rename" to edit tags. Under "Options->Program Options->Tags", I unchecked "Write Unicode ID3v2 tags". If I then force the program to resave the tag info for a file and force CF to reload it that file, CF parses it correctly.
veetid, I can send you a before and after of the same mp3 so you can compare and debug, or you can decide unicode is such a pain you don't want to fix it.
Last edited by kbyrd; 11-03-2005 at 09:22 AM.
|
|
|
11-03-2005, 10:55 AM
|
#86
|
|
VENDOR - Centrafuse
Join Date: Apr 2004
Posts: 5,041
|
Quote: Originally Posted by kbyrd
I might have some insight with the corrupted artist names and such. It's not a display problem, I looked in the data file and those strings (artist, album, etc.) aren't right in there, so I think it's in the tag parsing code.
I played around with a tag editor and I think I now have a sample of the same song file with "broken" tags and "working" tags
"broken" = CF parses it wrong
"working" = CF parsed it correctly
My guess is the CF doesn't handle Unicode ID3 tags correctly. It's just a hunch, but I've been bitten by this type of problem before, and when I diffed the broken and working files the tag characters looked like some sort of wide-chararacter strings rather than plain old c strings. Things like strlen, and such just don't work with Unicode strings. But, the tags almost parse correctly so I'm guessing veetid tried to do unicode support but is assuming 1 byte = 1 character in at least one spot still.
I'm using "Tag and Rename" to edit tags. Under "Options->Program Options->Tags", I unchecked "Write Unicode ID3v2 tags". If I then force the program to resave the tag info for a file and force CF to reload it that file, CF parses it correctly.
veetid, I can send you a before and after of the same mp3 so you can compare and debug, or you can decide unicode is such a pain you don't want to fix it.
your exactly right... it's a unicode issue... I did add some unicode support into 1.5, but did not test that much... send the files over... email to support@fluxmedia.net...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
11-03-2005, 11:26 AM
|
#87
|
|
Maximum Bitrate
Join Date: Nov 2003
Location: Mountain View, CA
Posts: 485
|
Quote: Originally Posted by veetid
your exactly right... it's a unicode issue... I did add some unicode support into 1.5, but did not test that much... send the files over... email to support@fluxmedia.net...
david
email sent. Glad I could help.
|
|
|
11-03-2005, 04:09 PM
|
#88
|
|
Newbie
Join Date: May 2005
Location: Vienna
Posts: 24
|
Language File
i think there is a mistake in the english lanuage file:
<FORWARDFINETUNE>Tune +</FORWARDFINETUNE>
<FORWARDTUNE>Finetune +</FORWARDTUNE>
should be switched!!???
|
|
|
11-03-2005, 07:16 PM
|
#89
|
|
Maximum Bitrate
Join Date: Aug 1999
Location: Birmingham, Alabama (War Eagle!)
Posts: 700
|
Quick bug that I found, however, it may be related to the performance issues that you've already spoken about. When changing tracks, about 1 out of 3 times it will keep the previous song's title up in the title bar instead of the currently playing song's title.
Thanks David.
|
|
|
11-03-2005, 07:49 PM
|
#90
|
|
Raw Wave
Join Date: Apr 2005
Posts: 2,705
|
I hope Daivd will have the clarity of mind to allow us to remove the title bar from mbedded applications (like you could do in 1.4).
I am not about to lose precious GPS space from my screen. I use that bar for NADA.
|
|
|
|
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:44 PM.
| |