Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Page 1 of 2 1 2 >
Topic Options
#155900 - 17/04/2003 15:23 Palantir 0.72 and Palantir PDB Creator
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
I wrote a small GUI for converting .csv files to a Palantir .pdb file in java, and an update is available for the Palantir app. They are both available on the project page here. The Palantir PDB Creator will take .csv files from either Emplode or JEmplode and convert them to a .pdb file you can load onto your Palm device for use with Palantir. You do not need to edit the .csv file at all, the app does all of the sorting for you. Here's a screenshot:



Also, Palantir 0.72 is released. This release fixes a bug where the save state might be wrong if you upload a new music database (for example if you were to upload a smaller database, the save state might be incorrect).


Attachments
154044-exporter.gif (681 downloads)



Edited by cushman (17/04/2003 15:24)
_________________________
Mark Cushman

Top
#155901 - 18/04/2003 11:00 Re: Palantir 0.72 and Palantir PDB Creator [Re: cushman]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
i'm trying to get this work. it seems to freeze on Reading input file...

i'll let it go without touching it longer, but its not taking any cpu cycles as far as i can see.

Top
#155902 - 18/04/2003 11:06 Re: Palantir 0.72 and Palantir PDB Creator [Re: image]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Is your .csv file unmolested?

You should extract it directly from Emplode/Jemplode and without any modification, then select the file and an output file.

If you still cannot get it to work, send me the .csv file and I will investigate.
_________________________
Mark Cushman

Top
#155903 - 18/04/2003 11:11 Re: Palantir 0.72 and Palantir PDB Creator [Re: cushman]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
yeah, straight from jemplode. here it is, rar'd.

btw, i'm running jre 1.4, if thats relevant.


Attachments
154176-export.rar (218 downloads)


Top
#155904 - 18/04/2003 11:15 Re: Palantir 0.72 and Palantir PDB Creator [Re: image]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
looking at the csv file, i'm seeing that i have line breaks where the comments are. that might be the problem, i guess. not sure how your app would handle those.

Top
#155905 - 18/04/2003 11:45 Re: Palantir 0.72 and Palantir PDB Creator [Re: image]
eliceo
enthusiast

Registered: 18/02/2002
Posts: 335
same thing for me, i tried jemplode and emplode to extract csv. also running jre 1.4.0 something

Top
#155906 - 18/04/2003 12:56 Re: Palantir 0.72 and Palantir PDB Creator [Re: cushman]
oliver
addict

Registered: 02/04/2002
Posts: 691
same thing here. the PDB creator just prints "reading input file..." then nothing else.
_________________________
Oliver mk1 30gb: 129 | mk2a 30gb: 040104126

Top
#155907 - 18/04/2003 13:19 Palantir PDB Creator 0.23 [Re: image]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Okay, updated version here.

It was partially my fault and partially your fault

The line breaks did prove to be a problem. The CSV file is actually malformed if it has line breaks in it, and JEmplode/Emplode shouldn't have written the line breaks from the ID3 tag (and the line breaks probably shouldn't have been in the database to begin with). Anyway that was one problem. Another problem is that I was not validating either year numbers or track numbers to make sure they were valid ints, just checking to see if they were blank "" before moving on.

I've fixed these, and it now processes your default .csv export just fine. It will print out some errors (because of the linebreaks) that you can see if you run the jar file from a command line like:

java -jar palantir.jar <inputfile> <outputfile>

The inputfile and outputfile are optional, it just fills in the fields for you. Everyone please try this version out and let me know what happens. If it does hang, run it from a command line and tell me the results.

Oh, and BTW, all you guys should get MP3 Tag Studio and tag your files correctly
_________________________
Mark Cushman

Top
#155908 - 18/04/2003 14:08 Re: Palantir PDB Creator 0.23 [Re: cushman]
oliver
addict

Registered: 02/04/2002
Posts: 691
Does this error mean i need to keep filling in all my missing tags? i've already done so many, but there are still a few. I've attached the error log.


Attachments
154208-error.txt (364 downloads)

_________________________
Oliver mk1 30gb: 129 | mk2a 30gb: 040104126

Top
#155909 - 18/04/2003 14:53 Re: Palantir PDB Creator 0.23 [Re: cushman]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
it works well. i forgot how much 250k takes to upload onto a palm... got me kind of worried, but a little patience and it was finished. its a great app. my passengers will love it. a little gripe though. my collection deals with mostly singles, so i'd like to disable the albums screen, and just show all of the tracks for the artist. can this be configurable? otherwise, its a good program. you werent kidding about the IrDA range. like 2 inches max =)

Top
#155910 - 18/04/2003 16:55 Re: Palantir PDB Creator 0.23 [Re: oliver]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Oliver (and actually everyone),

You should re-download the file, or at least compile it from source. I uploaded it with a stale .class file, but all the .java source was updated. If you re-download (from the same link) and replace your .jar file it will work now.

Hope I've got all the bugs out!
_________________________
Mark Cushman

Top
#155911 - 18/04/2003 16:58 Re: Palantir PDB Creator 0.23 [Re: image]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
The album view is kinda built in to the app. I'm probably not going to make that a configurable option, it would take quite a bit of rewriting. The app _is_ open source, though, so if there are enough people who want this functionality, I'm sure someone will take the time to develop it.
_________________________
Mark Cushman

Top
#155912 - 18/04/2003 20:43 Re: Palantir PDB Creator 0.23 [Re: cushman]
oliver
addict

Registered: 02/04/2002
Posts: 691
sweet, yup works like a charm.
after seeing all my tracks on the palm, i noticed that i have alot of artist tags that vary a bit from one another. Instead of planatir thinking its 2 completely different groups, can't you read the file structure we have setup on the empeg, and display that on the palm? this would solve the problem with various artists cd where the artist tag is different for each track. Can't you figure out the directory structure by the values in the FID? I remember reading somewhere on this bss how the FID numbers are generated with the file structure embedded into them? something similar to this
_________________________
Oliver mk1 30gb: 129 | mk2a 30gb: 040104126

Top
#155913 - 18/04/2003 22:20 Slightly Odd Behavior [Re: cushman]
GooRoo
new poster

Registered: 17/09/2002
Posts: 22
Loc: Minneapolis, MN
I got my Palm Vx in the mail today and immediately set to work trying to get Palantir to work.

Once I had everything loaded and configured as per the new web page instructions I tried to sync a simple playlist of 10 songs to the empeg. I was watching the console via the serial connection and on it I saw two seg fault messages, one each for the player and empire, and then both shut down. The player restarted automatically, empire did not. (expected since it's run once in the config.ini) I rebooted the whole thing and tried several times, and each time it did the same thing. I went back over the installation and checked it out. The was only two differences. First I could see the file permissions were slightly different than the file listing on the setup page. I chmod'ed a bit and cleaned everything up. Secondly, my libopenobex.la was slightly different, so I redownloaded the empire.zip file and got the same 776 byte file rather than the 744 in the pic. I figured this was a documentation error.

Satisified that my install was correct and all permissions were correct but still with the seg fault errors, I went into the empeg menuing system and picked out a random song to play and started it up to see if the empeg still worked. All the usual empeg functionality worked fine. I fired up Palantir again and it now worked as well.

I experimented a bit and it appears that Palantir inserts the songs into the currently playing list after the currently playing song. However when I first started the player there was no songs in the list at all and nothing was playing (I'm assuming because of the kernel update), so perhaps it was trying to insert into position 2 of a 0 length list and crashed because of this?

Also if this is how it works (adding after the current song) is it somehow possible to make an option to have Palantir instead stop playing, replace the current song/playlist, and then start playing the new list rather than modifying the current one? Perhaps a checkbox on the palm app of some sort.
I personally would prefer to do that alot of the time, and that's generally how the empeg menu system works as well.

Another bit of strange behavior comes if the player has completed a playlist and stopped and you upload a Palantir list. It adds the new songs after the first song in the now completed list. So then you have to hit play and next song to get to the songs you just sent. This doesn't seem like how it should work. If it's not playing because it's at the end of a list I'd expect it to at the least add the new playlist's songs to the end and start playing them, or even better as suggested above replace the completed playlist (since it's done anyway) with the new one and start playing it.

Does any of this make sense?

Also I'd like to second the viewing options thing someone else suggested. A good example of where an album view would be useful is in Soundtracks. Since they have many different artists the only way for me to beam a full soundtrack over now is to know every song on it and select them all and send it over. Even if I do manage to find them all hey'll probably still be out of order since you can't reorder the list.

All these things aside, this is a really cool app, and I'm glad I picked up a Palm to try it out with. Everyone who has seen my empeg loves it, but using the interface to search was difficult for them. This would make it much, much easier.

Top
#155914 - 19/04/2003 05:42 Re: Palantir PDB Creator 0.23 [Re: oliver]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
can't you read the file structure we have setup on the empeg, and display that on the palm?


I'm not sure what you mean, do you mean your playlist structure?

I'm getting all of the data for Palantir from the player database (by exporting to csv, you are exporting the database). Wouldn't it be easier to fix your tags? At the very least, you could go into your playlists, select all, right click and select properties and then edit the artist name for that entire playlist.

As for having varied artist names, I've made a point to keep all of my tags clean to take advantage of the other options the Empeg has to offer, such as Tweak by Artist, etc. I have rules I tag my songs by, and I never have varied artist names. A song by R.E.M. and Natalie Merchant gets tagged as:

R.E.M - Songname [with Natalie Merchant]

so that it gets played with the rest of the R.E.M. songs. It would be nice if we could use multiple tags on the Empeg, but anyway.
_________________________
Mark Cushman

Top
#155915 - 19/04/2003 06:15 Re: Slightly Odd Behavior [Re: GooRoo]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
I think that we've actually found a bug in the player. Let me confirm this, however.

I insert the songs using serial commands. I haven't tested this, but if you don't have a playlist, and you use the insert serial command, I expect the player would do the same thing (segfault). I'm busy until tonight, so if someone else could confirm this, that would be great.

The default for Palantir is to insert the playlist after the currently playing song. In the future this will be customizable, but When I Get To It (tm). The entire player _is_ open source, though

I understand your view about soundtracks and various artists. However, if you know the Soundtrack or various album you wish to hear, why not just search for it using the Empeg remote? The Palantir application is a very simple app as it is, and I don't want to make it any more complicated than it has to be. The design would have to change significantly to be able to view all tracks by Artist or all tracks by Album.
_________________________
Mark Cushman

Top
#155916 - 19/04/2003 18:49 Re: Slightly Odd Behavior [Re: cushman]
image
old hand

Registered: 28/04/2002
Posts: 770
Loc: Los Angeles, CA
hmm, thinking about it, we can start to extend the use of the irda. if we can make an empeg-side app that will transmit the current song's stats (title, time, etc), then we can recieve it to the palm, and then mark it accordingly.

Top
#155917 - 20/04/2003 06:28 Re: Slightly Odd Behavior [Re: cushman]
eliceo
enthusiast

Registered: 18/02/2002
Posts: 335
ive noticed that when I beam songs to the empeg it can sometimes freeze the player, this is a freeze can only be fixed by pulling the player out of the sled. It seems to also only happen in car (has not yet happened to me on ac) , has anyone else seen this type of error?

Top
#155918 - 01/05/2003 16:46 Re: Slightly Odd Behavior [Re: eliceo]
russmeister
enthusiast

Registered: 14/07/2002
Posts: 344
Loc: South Carolina
Just a thought... I tried to install Palantir onto my Tungsten which runs the Palm OS 5.0. The program will pull up but it will not show the playlist. Have any ideas?
_________________________
Russ
---------------------------------------------------------
"The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack of will." Vince Lombardi

Top
#155919 - 01/05/2003 17:38 Re: Slightly Odd Behavior [Re: russmeister]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Hi Russ,

I'll install the 5.0 ROM image for my emulator and see if I can reproduce your problem.

Be back in a second.
_________________________
Mark Cushman

Top
#155920 - 01/05/2003 17:39 Re: Slightly Odd Behavior [Re: cushman]
russmeister
enthusiast

Registered: 14/07/2002
Posts: 344
Loc: South Carolina
Thanks, man. Awesome... If it works.
_________________________
Russ
---------------------------------------------------------
"The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack of will." Vince Lombardi

Top
#155921 - 01/05/2003 18:14 Re: Slightly Odd Behavior [Re: russmeister]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Yeah, there is some sort of problem with OS 5. I'll debug it sometime later (maybe tomorrow) and get a new version out sometime soon.

Edit: yes, it looks like what I did to make it compatible with PalmOS 3 broke it in PalmOS 5. The workaround for a missing function for 3 has been depricated. Grr. it's like designing web pages for older browsers, I hate to do it but I think I'm going to have to do some version checking code.

I've been thinking about getting a Tungsten or m515 with a bluetooth card and trying to make it work with Palantir and Empire on the Empeg. This would require some hacking to fool the player app into reading from a virtual serial port, while a bluetooth adapter was plugged into the actual serial port. That feature would be great for other apps too, like the GPS project. If I get it working, the range for the app would improve greatly


Edited by cushman (01/05/2003 18:22)
_________________________
Mark Cushman

Top
#155922 - 01/05/2003 21:12 Re: Slightly Odd Behavior [Re: russmeister]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Try this new .prc file.

I tested it using the Palm 5 Simulator, and it should work correctly for you. Let me know if it does, and I'll upload it to my webpage.


Attachments
156627-palantir.prc (459 downloads)

_________________________
Mark Cushman

Top
#155923 - 02/05/2003 01:13 Re: Slightly Odd Behavior [Re: cushman]
simspos
enthusiast

Registered: 28/03/2002
Posts: 230
Loc: Dudley, UK
......Bluetooth..........If I get it working, the range for the app would improve greatly

.......GO MAN GO !!

Top
#155924 - 02/05/2003 05:39 Re: Slightly Odd Behavior [Re: cushman]
russmeister
enthusiast

Registered: 14/07/2002
Posts: 344
Loc: South Carolina
It seems to be working just fine. Meatballman is going to add the app to my empeg this afternoon so I can test it.

Just a note: You left a debug message in there that says, "OS is at least 3.5." This comes up when you open the program and if you click ok you get right in.

_________________________
Russ
---------------------------------------------------------
"The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack of will." Vince Lombardi

Top
#155925 - 02/05/2003 07:09 Palantir version 0.74 - PalmOS 5 compatible [Re: russmeister]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Ok, 0.74 is released. You can get it from the project webpage. This version fixes compatibility issues with PalmOS 5.

Have fun!
_________________________
Mark Cushman

Top
#155926 - 02/05/2003 07:58 Re: Slightly Odd Behavior [Re: cushman]
russmeister
enthusiast

Registered: 14/07/2002
Posts: 344
Loc: South Carolina
Bluetooth....If I get it working, the range for the app would improve greatly

Is this something we can expect in the near future?
_________________________
Russ
---------------------------------------------------------
"The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack of will." Vince Lombardi

Top
#155927 - 02/05/2003 09:20 Re: Slightly Odd Behavior [Re: russmeister]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Probably not. I won't work on it until I get some bluetooth hardware (Palm device + access point) which might be a while. On a side note, the access point I was looking at is this one from Brain Boxes that would go nicely with the sled in your car. It could be placed in your glove box, or even extended to sit under a seat or center console for better reception.
_________________________
Mark Cushman

Top
#155928 - 02/05/2003 10:21 Re: Slightly Odd Behavior [Re: cushman]
russmeister
enthusiast

Registered: 14/07/2002
Posts: 344
Loc: South Carolina
Did you happen to notice the price for those adapters? As great as that sounds, I'm not sure I could justify spending $240 anytime soon.

On a side note, is there a way you couild make Palantir not case sensitive? I know it's picking up the unique names it finds but if you have an artist that has a case difference (i.e. Matchbox 20/MatchBox 20) It adds them to the list seperately. Is there a way around that?

I know the short answer is to fix your "cases" but if there is another route...
_________________________
Russ
---------------------------------------------------------
"The difference between a successful person and others is not a lack of strength, not a lack of knowledge, but rather a lack of will." Vince Lombardi

Top
#155929 - 02/05/2003 10:39 Re: Slightly Odd Behavior [Re: russmeister]
cushman
veteran

Registered: 21/01/2002
Posts: 1380
Loc: Erie, CO
Did you happen to notice the price for those adapters? As great as that sounds, I'm not sure I could justify spending $240 anytime soon.

Yeah, that's why I said that I wouldn't be working on it for a while I think that in a year or so the price might go down, or some might start popping up on eBay, and if the price does go down I might buy one then. I've been mulling over making the Palm into a remote display for the Empeg like PalmEmpeg does, only over Bluetooth instead of the serial line. Also, the way PalmEmpeg works is kinda borked, it fast forwards your entire current playlist to get the song names/titles, etc. Kind of a pain. And it's not open source, and hasn't been updated since 2001.

On a side note, is there a way you couild make Palantir not case sensitive? I know it's picking up the unique names it finds but if you have an artist that has a case difference (i.e. Matchbox 20/MatchBox 20) It adds them to the list seperately. Is there a way around that?

No, fix your tags in Emplode, then re-export.
_________________________
Mark Cushman

Top
Page 1 of 2 1 2 >