E90Post
 


Studio RSR
 
BMW 3-Series (E90 E92) Forum > E90 / E92 / E93 3-series Technical Forums > AUDIO/VIDEO + BLUETOOTH + Electronics/Alarm/Software > Question for iPod gurus



Reply
 
Thread Tools Search this Thread
      06-21-2007, 06:49 PM   #1
johnc_22
First Lieutenant
johnc_22's Avatar
4
Rep
337
Posts

Drives: 2007 E90 335i
Join Date: Jan 2007
Location: Atlanta

iTrader: (0)

Question for iPod gurus

I have the MOST adapter and am making do with it's somewhat limited usability but wanted to see if someone can suggest a reasonable solution to one of my problems.

Oh, and BMW if you're listening, remove the haptic feedback and allow nested folders or playlists. This would make it VERY usable.

Now, back to reality. I listen to my music an album at a time, and this makes using playlists a little more difficult unless I create a playlist per album, and I have way too many of them for that to be possible with the limitations in the iDrive interface.

So, my solution is to create playlists of each of my favorite artists, and that works for the most part, but if you go into an artist with say 6-7 albums, it's very hard to tell which album a song is from. Some of the songs show up with just the song title, and others show up as "Artist - Title" - it seems that this name is based on the physical file names (minus the .mp3 extension). In either case, I'd like the ability to see things in the format "Album - Track# - Title", or at least "Album - Title". This would guarantee sorting (should already be that way with ID3 tags) and allow me to scroll to the beginning of the album I'm looking for.

I know there are alternatives to iTunes for the PC but does anyone know of software that will allow you to customize the naming of songs on the iPod itself? This would be a great workaround if I could figure out how to make it work.

I write software for a living and have looked at the iTunes SDK but it only allows you to manipulate the information in iTunes but not affect the naming, specifically the physical filename on which the displayed name on the iPod/iDrive is based (I tried).

Any ideas?
__________________
E90 335i: TiAg, black leather, burl walnut, 6MT, Sport, Premium, Cold Weather, PDC, Sirius, Comfort Access, Nav
ED: 3/30/2007 Redelivered! 5/15/2007.
Appreciate 0
      06-21-2007, 07:36 PM   #2
jmonier
Captain
11
Rep
812
Posts

Drives: 2007 335i E92, 2002 325i
Join Date: Aug 2006
Location: Torrance, CA

iTrader: (0)

BMW was listening. Haptic feedback is gone on March production and later.
Appreciate 0
      06-21-2007, 08:03 PM   #3
johnc_22
First Lieutenant
johnc_22's Avatar
4
Rep
337
Posts

Drives: 2007 E90 335i
Join Date: Jan 2007
Location: Atlanta

iTrader: (0)

Quote:
Originally Posted by jmonier View Post
BMW was listening. Haptic feedback is gone on March production and later.
Sigh . . . and you get the USB connector. If I'd waited a month to order my car . . .
__________________
E90 335i: TiAg, black leather, burl walnut, 6MT, Sport, Premium, Cold Weather, PDC, Sirius, Comfort Access, Nav
ED: 3/30/2007 Redelivered! 5/15/2007.
Appreciate 0
      06-22-2007, 11:24 PM   #4
johnc_22
First Lieutenant
johnc_22's Avatar
4
Rep
337
Posts

Drives: 2007 E90 335i
Join Date: Jan 2007
Location: Atlanta

iTrader: (0)

OK, if you "Get Info" on a track and edit the Name field, whatever you put there will display on the iDrive interface.

So, I'm using the following script to add the track number at the beginning of each name so that you see something like "01 - Radio Free Europe", etc. This will allow me to scroll through a band's material and at least start a disc on the first song. iDrive shows the songs in track order instead of alphabetical order so you don't wind up with all the track 1's first, etc.

Don't run this script unless you understand the ramifications, and how to tweak the script to undo it. Save it as javascript (".js") on your XP machine with your iTunes library, double click it and wait.
USE AT YOUR OWN RISK:

var iTunesApp = WScript.CreateObject("iTunes.Application");
var mainLibrary = iTunesApp.LibraryPlaylist;
var tracks = mainLibrary.Tracks;
var numTracks = tracks.Count;
var i;
var s;

for (i = 1; i <= numTracks; i++)
{
var currTrack = tracks.Item(i);

s = (currTrack.TrackNumber < 10 ? "0" : "") + currTrack.TrackNumber;
currTrack.Name = s + " - " + currTrack.Name;
}
WScript.Echo("Done");
__________________
E90 335i: TiAg, black leather, burl walnut, 6MT, Sport, Premium, Cold Weather, PDC, Sirius, Comfort Access, Nav
ED: 3/30/2007 Redelivered! 5/15/2007.
Appreciate 0
Reply

Bookmarks


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



All times are GMT -5. The time now is 01:31 AM.




e90post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST